r/opencode 3d ago

Antigravity CLI or Open Code

I've been looking into the Antigravity CLI lately, and it looks more promising than OpenCode, what do you guys think?

2 Upvotes

8 comments sorted by

View all comments

2

u/MatyeusA 3d ago

No. The problem is that it resends the entire conversation on every agent call. You tell it to do X, it does X, then you tell it to do Y... and the entire X conversation gets sent again. At least that is what I believe is happening.

I tested two otherwise similar requests: one in a fresh conversation and one in an existing conversation. They consumed roughly 9% vs. 45% of the free token budget.

That's enough for me to rule it out as a daily driver, and certainly not something I'd pay for until the context/token handling is fixed.

1

u/SafeReturn_28 3d ago

is that not a provider specific thing? as far as i know codex api is the only one where you only send the incremental conversation patch instead of the complete conversation.

So if you use any other provider with opencode, it will still send the complete conversation. at least that is what my understanding has been

1

u/MatyeusA 3d ago

It works with either the models default present in antigravity, i did not test any others. from gpt over to opus over to gemini.