Replies: 27 comments
|
This suggestion aligns with the discussion started in #1983 (comment) regarding adding support for Antigravity. |
|
I would really appreciate the addition of Antigravity CLI as a provider, for me at least that would allow me to combine all my different AI subs/free access into T3 code. I saw on the stable release that there was a Gemini provider shown as "Coming Soon" but that isn't present on the nightly build - I hope this isn't an indication that support for Antigravity isn't coming, rather a UI change or simply due to the migration of Gemini CLI to Antigravity CLI. |
|
i really want it as a feature too! i tried implementing it myself, with no success. i'm starting to believe agy is lacking some features it needs to be supported by T3code |
|
I also want this as a feature since i got the sub for free for a year, since im a student, i know gemini models are bad compared to antrophic and openai models but i would problably just use it in random questions to not waste my other subs tokens, also to use the opus and sonnet from there |
|
Hey @juliusmarminge, is supporting gemini / agy / generic ACP in the roadmap? I'm not proceeding with contributing this as:
|
|
I've had a crack at an implementation proof of concept - admittedly completely AI generated and the code is utter slop, but it does seem to work - a lot of issues I still have, but the basic functionality is working and theoretically, it can support most of the features the other providers can (although, like opencode and cursor, not all the ones that codex and claude do). It was implemented by talking to the The protocol to talk to the I'd definitely be interested in a proper implementation making it's way into T3 Code. Also disclaimer that while I wrote this by hand, I haven't manually verified the implementation nor consider anything here as fully researched - it's just my brief experience messing around I wanted to share |
|
+1 Interrested by this as well. Plus google models are becoming better recently |
|
A little pump to this request from my part. I know Theo likes to clown on Google models lol (deserved tbh), but I happen to have a free Google AI Pro account and would really like to give it some use along with the rest of the big guys. |
|
I would like this implemented as well because I have a Google AI Pro account and want to use it in the t3code. |
|
I've been using Antigravity for about three weeks and the iteration speed is great once it has solid direction. Having Antigravity alongside OpenAI, Claude, OpenCode, and Grok in T3 Code would cover pretty much the entire standard stack. Pairing fast engines like Antigravity and Grok for quick boilerplate with GPT and Claude for logic and direction works really well in practice. Having support right in T3 Code would make switching to it a lot smoother as the platform continues to improve. |
|
I have been using this pull request version which i got my AI to setup on my computer and as worked with zero issues so far. #4578 (comment) |
|
NOW IT''S #4995 |
|
@umarfaruq0z don't hesitate to rebase instead |
|
@indishere @hadnet you could just PR instead of begging for people to do free work for you. And also, you would need to harass Google to change this: https://antigravity.google/terms :
Also see google-antigravity/antigravity-cli#31 (comment) :
|
|
What about Gemini CLI? Also, we're not begging for people to do this. We're contributing to improve the product for everyone. I pinged Theo and commented here so Theo and the maintainers can see that people are looking for this feature and that improves T3 Code. If you're going to be here insulting people for bumping this to get attention and hopefully improve T3 Code, the doors are open. P.S.: I can do it by myself but it's going to be difficult as it's not OSS and I don't have experience working with adapters. I also do not want to contribute code that has bugs. |
|
Nvm @NitayRabi and everyone, I think we should close this issue because Google is now enshittificating their CLIs and their legal terms are too broad to have anything google AI sub in T3 Code: Antigravity
And Google explicitly gives the OAuth example:
Pure Evil at it's finest. Google CLI
Their FAQ makes the OAuth part even clearer:
|
Nobody is begging, you idiot. I know you’re just a programmer who can’t tell words apart, but ASKING isn’t the same as BEGGING. You need to go back to elementary school and learn how to talk to people, not just Codex. |
|
Should've roasted more but that's good enough lmao. |
|
Malix is right. This isn't happening without a blessing from Google. We're not dealing with yall getting banned and blaming us for it. |
This is begging. You both are begging. I have verified you both never worked on any relevant open source software so it can be genuine ignorance but next time, please just put a thumbs up on the issue body instead And I'll let @indishere humiliate himself with this comment on X he posted right before #3056 (comment) :
|
True. Didn't realize that until Malix pointed it out and I agree: #3056 (comment) @Malix-Labs If you can stop crashing out, that'd be the kind of behavior we'd find in a man.
|
IMBECILE. |
|
I did not know that word even existed but it somehow fits him perfectly. |

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Proposal
Opening this as an issue first to gauge interest before drafting an implementation.
I'd like to propose adding Antigravity CLI (
antigravity-cli) as a supported provider in T3 Code.Similar to Claude Code, Codex, and OpenCode, Antigravity operates as a command-line agent capable of conducting repository analysis, editing files, running terminal commands, and orchestrating subagents.
Integrating
antigravity-cliwould allow T3 Code users to run Antigravity as their backend coding agent directly within the T3 Code GUI.Suggested Integration Shape
AntigravityDriver/AntigravityAdapterto map event streams, tool invocations, and token logs over the WebSocket connection.antigravityas a supported provider kind, wiring up standard CLI checks and configurations.antigravity-cliis installed and authenticated) and gracefully capture stream failures.docs/providers/antigravity.md.Let me know if this is something you'd be open to supporting.
🤖 Filed with Antigravity CLI
All reactions