fix: harden code mode runtime

This commit is contained in:
Peter Steinberger
2026-05-14 23:13:37 +01:00
parent 204941c03e
commit 0db0979365
7 changed files with 253 additions and 36 deletions

View File

@@ -92,6 +92,7 @@ describe("production lint suppressions", () => {
"scripts/lib/extension-package-boundary.ts|typescript/no-unnecessary-type-parameters|1",
"scripts/lib/plugin-npm-release.ts|typescript/no-unnecessary-type-parameters|1",
"src/agents/agent-scope.ts|no-control-regex|1",
"src/agents/code-mode.worker.ts|unicorn/require-post-message-target-origin|1",
"src/agents/pi-embedded-runner/run/images.ts|no-control-regex|1",
"src/agents/subagent-attachments.ts|no-control-regex|1",
"src/agents/subagent-spawn.ts|no-control-regex|1",