fix(agent): pass large Antigravity prompts on stdin and allow pwd - #1080
Conversation
agy 1.1.1+ ignores stdin when a prompt flag is present, so oversized reviews hit Linux MAX_ARG_STRLEN. Deliver those prompts on stdin with no --prompt/--print/-p flag, and drop --sandbox so print-mode reviews can run pwd without a yolo skip.
roborev: Combined Review (
|
Headless agy still exits 0 with empty output or fails wc/pwd unless permissions.allow includes read_file(*) and inspect commands. Merge those into the official settings.json without clobbering other keys. Treat SQLITE_BUSY as transient in ClaimJob and stop error-logging lock contention on the worker claim loop.
roborev: Combined Review (
|
Deliver Antigravity prompts that exceed the platform argv cap on stdin with no --prompt/--print/-p flag (agy >= 1.1.1 still reads non-TTY stdin when no prompt flag is present). Small prompts keep --prompt. Drop --sandbox for non-agentic print-mode reviews so pwd is not permission-gated. Reviews still do not get --dangerously-skip-permissions.