fix(run): handle unattended form blockers (#35170)
This commit is contained in:
@@ -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,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user