Skip to content

Commit 5315699

Browse files
committed
test-assistants.sh: emit stream-json from Antigravity too
Adds --output-format stream-json to the agy launch, matching Claude Code and Cursor, so all five assistants share one output shape through unwrap_log(). NOT yet verified: Antigravity's weekly quota is exhausted, so its report can't be exercised in a run. The flag choice is low-risk — stream-json is the same format Claude Code and Cursor already emit and parse — but this leg stays unverified until a run can confirm it. PR remains draft until then.
1 parent c7165b0 commit 5315699

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test-assistants.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ ASSISTANTS=(
458458
"Codex|codex|~/.agents/skills|exec %%PROMPT%% --skip-git-repo-check --json"
459459
"Copilot CLI|copilot|--plugin-dir|-p %%PROMPT%% --plugin-dir $REPO --allow-all --output-format json"
460460
"Cursor|agent|--plugin-dir|-p %%PROMPT%% --plugin-dir $REPO --force --trust --output-format stream-json"
461-
"Antigravity CLI|agy|~/.agents/skills|-p %%PROMPT%% --dangerously-skip-permissions"
461+
"Antigravity CLI|agy|~/.agents/skills|-p %%PROMPT%% --dangerously-skip-permissions --output-format stream-json"
462462
)
463463

464464
want() {

0 commit comments

Comments
 (0)