Merge pull request #335 from deepseek-harness/worktree-windows-runtime

feat(windows): extend runtime and test portability
This commit is contained in:
Tianyi Cui
2026-07-22 10:30:32 +08:00
committed by GitHub
70 changed files with 2351 additions and 305 deletions

View File

@@ -120,6 +120,7 @@ declare module 'cordis' {
* skipped for a sole candidate, whose own refusal remains the fail-closed end.
*/
export abstract class SandboxProvider extends Service {
/* v8 ignore next -- Windows has no sandbox backend to instantiate this service. */
constructor(ctx: Context) {
super(ctx, 'sandbox')
}