fix(run): handle unattended form blockers (#35170)

This commit is contained in:
Simon Klee
2026-07-03 16:35:19 +02:00
committed by GitHub
parent 698ef25f33
commit 1fa605ad5e
3 changed files with 156 additions and 4 deletions
+1
View File
@@ -958,6 +958,7 @@ export const RunCommand = effectCmd({
thinking,
format: args.format === "json" ? "json" : "default",
dangerouslySkipPermissions: args["dangerously-skip-permissions"],
attached: Boolean(args.attach),
renderTool: tool,
renderToolError: toolError,
})