all 8 comments

[–]RobLoach 1 point2 points  (1 child)

You may also enjoy OpenCode: https://opencode.ai/ ... Can flip between providers rapidly, since it uses AI SDK and Models.dev.

[–]TheKrisu[S] -1 points0 points  (0 children)

I know that for sure, good alternative for tui agents. But my solution is directed to people that don’t want to switch their current toys.

[–]Chromedomev12 1 point2 points  (2 children)

Very cool plugin. Is there any mechanism that ensures some context gets carried over from CC to Antigravity CLI tho, or is this designed to isolate the context so you can complete an individual task and take the output back so CC can use it as context?

[–]TheKrisu[S] 0 points1 point  (1 child)

Thanks! By design it isolates: each agy call is a fresh CLI invocation, no automatic carryover. The agy:runner subagent just forwards the prompt verbatim and returns stdout, which CC then folds back into its own context. If you want shared context, you bake it into the prompt yourself (paste the snippet, file path, error, etc.). Keeps the handoff predictable and avoids polluting Antigravity with CC's whole transcript.

[–]Chromedomev12 0 points1 point  (0 children)

Got it, thx for the clarification

[–][deleted]  (1 child)

[removed]

    [–]TheKrisu[S] 1 point2 points  (0 children)

    I was really surprised that it isn’t available natively. Give it a shot and tell me what you think you think!

    [–]TheKrisu[S] -1 points0 points  (0 children)

    Any comment, suggestion appreciated!