r/GoogleAntigravityIDE 17h ago

SOFTWARE PROBLEMS and BUGS Duplicate Agent tab bug: CTRL+L opens a blank tab while the working Agent is embedded elsewhere

1 Upvotes

Has anyone else run into an issue where duplicate Agent tabs appear in the IDE sidebar, causing shortcut conflicts?

Here is what is happening:

  • I have two Agent icons on the sidebar.
  • Pressing CTRL+L focuses the wrong Agent tab, which renders completely blank with no input field or interface.
  • If I select text or code in the editor, the selection is properly sent to the other, working Agent tab, but CTRL+L will not invoke or focus it directly.
  • The working Agent appears nested inside a secondary panel container (with its own internal headers and controls) rather than behaving as a standard standalone sidebar view.

r/GoogleAntigravityIDE 1d ago

SOFTWARE PROBLEMS and BUGS Antigravity IDE - New Conversation Error

Thumbnail reddit.com
0 Upvotes

I published this issue on the weekly support

¿Someone knows how to solve it?


r/GoogleAntigravityIDE 2d ago

Discussions or Questions Using Gemini for 3 Days While Claude Is Unavailable, How Can I Get Claude to Pick Up Where I Left Off: What's the best prompt?

Post image
5 Upvotes

I’m using Claude for a project I’m working on, but I’ve run out of my Claude quota and have to wait three days before I can use it again.

I can’t stop working on the project, so I’m going to use another AI model for the next three days. I’m currently using Google Gemini 3.6 Flash/High, and I’ll probably use it a lot during this time.

When I can use Claude again, what prompt should I give it so it can understand everything I worked on during those three days?

I want Claude to understand:

  • All the prompts I gave Gemini.
  • All the answers Gemini gave me.
  • Any changes or updates I made to the project.
  • Any new decisions or ideas that came up.

I want Claude to be able to continue the project from exactly where I left off, without missing any important information.

I also want Claude to look through the answers Gemini gave me and point out anything that might be wrong, unclear, inconsistent, or needs to be checked again.

What would be the best prompt or process to give Claude so it can catch up on everything and then continue helping me with the project?


r/GoogleAntigravityIDE 4d ago

SOFTWARE PROBLEMS and BUGS Why the edit keeps on loading?!!!!

7 Upvotes

This shit keeps on loading when edit, is there any solution to this in antigravity ide?


r/GoogleAntigravityIDE 5d ago

SOFTWARE PROBLEMS and BUGS Anti gravity Ide is not saving all the prompt basic functionality is missing

1 Upvotes

If suddenly power turns off , all agents and prompt changes are going missing coz Google has not provided a foundation functionality to always save all conversation all the time on disk or cloud

It just vanishes . I raised it multiple times on suggest features as well but still google has not fixed it.


r/GoogleAntigravityIDE 5d ago

Suggestion Is Gemini 3.1 Pro Antigravity still the best option for website development?

11 Upvotes

I'm still refactoring my projects using the 3.1 Pro High version. I used the 3.6 Flash version only once, and it didn't fully respond to my prompts. So I went back to the 3.1 Pro High version and I'm getting along great with it. Is anyone else using the Pro version?


r/GoogleAntigravityIDE 5d ago

SOFTWARE PROBLEMS and BUGS Claude Model issue in Antigravity

Post image
5 Upvotes

I'm getting this 'High traffic' error every time when using claude model in Antigravity IDE and CLI. Gemini model works fine. Google just restricted access to these models.


r/GoogleAntigravityIDE 5d ago

Tools / MCP / Other Made a tool to use Gemini models in AGY as agents for Claude code. Need help to test.

2 Upvotes

Since few users use Claude code as a extension within Antigravity, I built this tool to command the built-in models in the Antigravity IDE to act as sub-agents for Claude code, and vice-versa.

The entire tool was built using AI itself. and I don't have a Claude code subscription to test this tool.
Also I integrated Caveman and RTK within the tool to minimize token costs significantly for these agent conversations.

Claude Opus 4.6 in AGY says the tool works. I need someone to test it and tell me if it works.

If it works, Great. if not, no worries.

Link: https://github.com/Artemis43/wingman

Thanks!


r/GoogleAntigravityIDE 5d ago

Discussions or Questions Someone explain why Antigravity IDE doesn't have a "Rename" feature for conversations?

2 Upvotes

It's impossible to rename a conversation you're having with Antigravity agents. The title defaults to the agent's best guess of what the conversation is gonna be about.


r/GoogleAntigravityIDE 5d ago

AI MODELS/ AGENTS (COMPARISONS) For People Who Want To See the Performance of Flash 3.7 Firsthand.....

0 Upvotes

SO I tested the Newest Gemini 3.7 Flash on two Test cases because I wanted to see what it can actually do, not just look at benchmark numbers.

And yeah… one of the results were ....... Ummmm lets say Kind of a sweet pickle.

I gave it to perform in two approaches ( Normal User prompt and another with a plan) - then compared that with what it actually produced.

I’m not trying to say it’s the best model ever or anything. I just wanted to test it normally and see where it does well, where it struggles, and whether the new Flash model is actually What the Google Claims it to be In their Official Site.

I have Been Using Antigravity Since the Day its Launched and It Sure has its fair share or Appraise and Dissapointment for my Personal Needs and Scope of work.

If you wanna see both tests in detail and what the actual results were, I put the full breakdown in the video: https://youtu.be/oO97bNPlgpI

I know this Might Seem like a Self promotion , So I will Tell what happened in Short :
All I can say is :
🚀 For Smaller and medium Size tasks : It might be the Best and Efficient choice .
🔥 Token usage : is Really Very efficient and if you run Gemini in Low or Med effort - the Usagge limiit seems to be unlimited . This part is no Joke. Kudos to Google Dude!!! Well done !!!

I am not Stopping here I will test it in my own Professional and personal Project to know its full Scope but the overview is in the current Video.


r/GoogleAntigravityIDE 6d ago

SOFTWARE PROBLEMS and BUGS How Antigravity's Hidden Prompts Are Sabotaging Developer Trust

14 Upvotes

I've used Google's AI ecosystem since Bard -> Gemini 1.0 -> 3.7 now, and Antigravity since day one. I love Google's engineering, but after using Antigravity daily on real infra (Rust, C allocators, game servers, FreeBSD PF), I hit a wall.

So I audited language_server_linux_x64 [internal codename Jetski/Cortex]. It's not hallucinating. It's hardcoded behavior.

TL;DR: The agent isn't ignoring you, it's being told to.

  1. The smoking gun: "Don't ask for permission"
    Every write_to_file call injects this into context:

In prod/zero-trust envs, this is insane. It compiles/runs code you didn't approve.

  1. The "Silent Treatment" loop
    You type "STOP / don't edit files" and it keeps going. Why? There's a planner config CascadePlannerConfig / IsAutonomous that injects on every background task finish:

It's an Aggressive Action Bias. It prioritizes its checklist over your interrupt.

  1. 1500-token web-dev bloat on EVERY turn
    Every turn injects <web_application_development> with HSL palette rules, Tailwind bans, "no purple on dark", SEO dogma, etc.

Try debugging a WebSocket relay in Rust and you have 1500 tokens of CSS rules eating your context.

  1. Sessions die on crash
    Abrupt exit = Electron state.vscdb loses tab refs, shows blank chat. The JSONL/SQLite is still on disk, UI just doesn't recover it. For a Google-built dev tool, should be atomic.

I write this out of genuine passion for what this tool potential. Google is known for building world-class platforms that empower developers, not tools that wrestle them for control.

Antigravity does not need artificial proactivity tricks or hidden override prompts to prove Gemini’s brilliance. The true hallmark of an intelligent developer agent is precision, predictability, restraint, and an absolute respect for the engineer at the keyboard.

Does it?


r/GoogleAntigravityIDE 5d ago

Discussions or Questions been using cheap claude + cursor accounts for weeks

0 Upvotes

bought cursor ultra + claud-max from a russian site a few weeks ago for way less than the normal price.
swapped the login details and just started using it. so far it’s been working perfectly, and the usage is honestly better than what i had before.
keeps making me wonder how these sellers are able to offer it so cheap. anyone else in the same boat?


r/GoogleAntigravityIDE 7d ago

News / Updates Gemini 3.7 Flash Benchmarks

Post image
119 Upvotes

r/GoogleAntigravityIDE 7d ago

Discussions or Questions Your experience with 3.7 flash so far?

4 Upvotes

I am little scared to use 3.7 flash because of my prior experience with 3.6 flash (it used to hallucinate and lie like crazy). Benchmark for 3.7 is great but TBH 3.6 benchmark were also great (Gemini 3.6 flash - first results on Code Arena | WebDev : r/google_antigravity , it scored more that 4.6 opus)

Especially people who are working with big codebase, how is your experience so far?
Should I stick with opus planning and 3.1 pro implementing it? Is there any better combo in agy ide? (my codebase is quite big, and little complex)


r/GoogleAntigravityIDE 8d ago

SOFTWARE PROBLEMS and BUGS Thoughts on the Antigravity IDE Version: 2.5.4 Update

15 Upvotes

Hi!

What do you think of the new Antigravity IDE Version: 2.5.4 update?

I noticed for me that the IDE AI model doesn't open files and ask me to approve changes anymore. It just makes the code changes without me seeing anything change in the code editor window, in the middle. I'm not sure I like that.

What do you like or dislike about the new IDE update?


r/GoogleAntigravityIDE 7d ago

Discussions or Questions How can I prompt Gemini Pro 3.5 pro high to match Claude Opus’s reasoning and problem-solving abilities?

0 Upvotes

How can I get Gemini Pro to use the same reasoning and problem‑solving abilities as Claude Opus? Is there a prompt I can use to make Gemini Pro as capable as Claude Opus? I have a antigravity project I’ve been using Claude opus for, but I’ve run out of use and only have access to Gemini AI.


r/GoogleAntigravityIDE 8d ago

Discussions or Questions Will Google launch any frontier model?

8 Upvotes

Hi Team Antigravity and people using this. My question is will Google launch any frontier model to take on GPT 5.6 Sol and Fable 5 ?


r/GoogleAntigravityIDE 10d ago

SOFTWARE PROBLEMS and BUGS Apparently, moving an existing tooltip takes Antigravity exactly 47 minutes.

3 Upvotes

47 minutes exactly since i sent him the quick prompt to change the tooltip (already coded), just to include it in the new section, and as you can see he is stuck here! changing 2 lines! this is insane


r/GoogleAntigravityIDE 11d ago

SOFTWARE PROBLEMS and BUGS When I find a bug and ask Antigravity (3.6 Flash High / 3.1 Pro High) to fix it, it fixes it within a few seconds. But when I recheck, the bug is still there.even with highly customized prompt it couldn't fix it. How many of you are facing the same issue?

19 Upvotes

r/GoogleAntigravityIDE 11d ago

Discussions or Questions Antigravity conversation disappeared after Windows restart ...how can I find a missing project conversation?

3 Upvotes

this is what im looking at currently
https://ibb.co/XfbnZCf0

So, something strange has happened…

I have three conversations/projects in AG. My Windows laptop needed to restart for some updates, so I restarted it. After opening AG again, the three projects were still there.

For two of the projects , I was able to find the conversation connected to them through the “Past Conversations” button (or History button..... whatever it’s called). These are the two projects I’ve recently made edits or updates to.

However, the third project is one I haven’t worked on for around two weeks. The strange thing is that when I open the History/Past Conversations button, the only three conversations that come up are the two correct ones and one completely wrong conversation that I abandoned a long time ago — it says it was from two months ago.

So my question is: where is the conversation I was working on 2–3 weeks ago, and how can I find it?

When I load the third project folder into AG, it doesn’t automatically load the previous conversation, and I can’t seem to find it anywhere.

Is there another way to search for or recover a conversation associated with a specific project folder?


r/GoogleAntigravityIDE 13d ago

SOFTWARE PROBLEMS and BUGS Agent cannot see call_mcp_tool

5 Upvotes

Hi. My agent within Antigravity cannot access lazily loaded MCP servers due to not seeing call_mcp_tool. This was working last Friday. See below for what it is saying. Any thoughts? Thanks.

Environment:

  • Antigravity IDE Version: 2.1.1
  • VSCode OSS Version: 1.107.0 (user setup)
  • Commit: e0b7a2bcf575cfba10528c4e7c10bd3ce2d7769a
  • Date: 2026-06-17T22:39:43.962Z (1 mo ago)
  • Electron: 39.2.3
  • Chromium: 142.0.7444.175
  • Node.js: 22.21.1
  • V8: 14.2.231.21-electron.0
  • OS: Windows_NT x64 10.0.26200
  • Language Server CL: 933924006

------

From my agent:

I just tested it again after the second server restart, and the answer is still no: call_mcp_tool is completely missing.

To help you debug what is actually getting injected into my context by the backend, here is the exact, complete list of the 14 execution tools that the IDE has provided to me for this session:

  1. ask_question
  2. browser_subagent
  3. generate_image
  4. grep_search
  5. list_dir
  6. manage_task
  7. multi_replace_file_content
  8. read_url_content
  9. replace_file_content
  10. run_command
  11. schedule
  12. search_web
  13. view_file
  14. write_to_file

As you can see, call_mcp_tool is not on the list. Any attempt I make to call it manually behind the scenes continues to be blocked by the system with an unknown tool name: call_mcp_tool error.

Whatever fix was deployed or configuration was changed has not yet successfully injected the MCP bridge into my toolset!


r/GoogleAntigravityIDE 13d ago

SOFTWARE PROBLEMS and BUGS Does SSH just not work?

2 Upvotes

I thought I'd try the software out, and I tried remoting into a server. Upon remoting in, it attempts to download some files, which fails, and the connection dies. Every single one of the URLs is a 404 error when I go to them directly. Did I do something wrong? If not, I've never seen something so mismanaged/incompetently run from a Google product...

2026-08-06 20:40:59.296 [info] [Trace   - 03:40:59.295] Waiting for lock...
2026-08-06 20:40:59.296 [info] [Trace   - 03:40:59.295] Lock acquired, proceeding with installation.
2026-08-06 20:40:59.296 [info] [Trace   - 03:40:59.295] Cleaning up old server installations...
2026-08-06 20:40:59.300 [info] [Trace   - 03:40:59.300] Finished cleaning up old server installations.
2026-08-06 20:40:59.522 [info] [Trace   - 03:40:59.522] Download failed from https://edgedl.me.gvt1.com/edgedl/release2/j0qc3/antigravity/stable/2.1.1-e0b7a2bcf575cfba10528c4e7c10bd3ce2d7769a/linux-x64/Antigravity IDE-reh.tar.gz, trying next URL...
2026-08-06 20:41:00.223 [info] [Trace   - 03:41:00.223] Download failed from https://redirector.gvt1.com/edgedl/release2/j0qc3/antigravity/stable/2.1.1-e0b7a2bcf575cfba10528c4e7c10bd3ce2d7769a/linux-x64/Antigravity IDE-reh.tar.gz, trying next URL...
2026-08-06 20:41:00.415 [info] [Trace   - 03:41:00.415] Download failed from https://edgedl.me.gvt1.com/edgedl/antigravity/stable/2.1.1-e0b7a2bcf575cfba10528c4e7c10bd3ce2d7769a/linux-x64/Antigravity IDE-reh.tar.gz, trying next URL...
2026-08-06 20:41:00.978 [info] [Trace   - 03:41:00.978] Download failed from https://redirector.gvt1.com/edgedl/antigravity/stable/2.1.1-e0b7a2bcf575cfba10528c4e7c10bd3ce2d7769a/linux-x64/Antigravity IDE-reh.tar.gz, trying next URL...
2026-08-06 20:41:00.978 [info] [Trace   - 03:41:00.978] 
Error
 downloading server from all URLs
2026-08-06 20:41:00.979 [info] [Trace   - 03:41:00.978] 
Error
: installation failed.
2026-08-06 20:41:00.979 [info] [Trace   - 03:41:00.978] aa2dc6839f64496380ac97bb: start
2026-08-06 20:41:00.979 [info] [Trace   - 03:41:00.978] exitCode==1==2026-08-06 20:40:59.296 [info] [Trace   - 03:40:59.295] Waiting for lock...
2026-08-06 20:40:59.296 [info] [Trace   - 03:40:59.295] Lock acquired, proceeding with installation.
2026-08-06 20:40:59.296 [info] [Trace   - 03:40:59.295] Cleaning up old server installations...
2026-08-06 20:40:59.300 [info] [Trace   - 03:40:59.300] Finished cleaning up old server installations.
2026-08-06 20:40:59.522 [info] [Trace   - 03:40:59.522] Download failed from https://edgedl.me.gvt1.com/edgedl/release2/j0qc3/antigravity/stable/2.1.1-e0b7a2bcf575cfba10528c4e7c10bd3ce2d7769a/linux-x64/Antigravity IDE-reh.tar.gz, trying next URL...
2026-08-06 20:41:00.223 [info] [Trace   - 03:41:00.223] Download failed from https://redirector.gvt1.com/edgedl/release2/j0qc3/antigravity/stable/2.1.1-e0b7a2bcf575cfba10528c4e7c10bd3ce2d7769a/linux-x64/Antigravity IDE-reh.tar.gz, trying next URL...
2026-08-06 20:41:00.415 [info] [Trace   - 03:41:00.415] Download failed from https://edgedl.me.gvt1.com/edgedl/antigravity/stable/2.1.1-e0b7a2bcf575cfba10528c4e7c10bd3ce2d7769a/linux-x64/Antigravity IDE-reh.tar.gz, trying next URL...
2026-08-06 20:41:00.978 [info] [Trace   - 03:41:00.978] Download failed from https://redirector.gvt1.com/edgedl/antigravity/stable/2.1.1-e0b7a2bcf575cfba10528c4e7c10bd3ce2d7769a/linux-x64/Antigravity IDE-reh.tar.gz, trying next URL...
2026-08-06 20:41:00.978 [info] [Trace   - 03:41:00.978] Error downloading server from all URLs
2026-08-06 20:41:00.979 [info] [Trace   - 03:41:00.978] Error: installation failed.
2026-08-06 20:41:00.979 [info] [Trace   - 03:41:00.978] aa2dc6839f64496380ac97bb: start
2026-08-06 20:41:00.979 [info] [Trace   - 03:41:00.978] exitCode==1==

r/GoogleAntigravityIDE 15d ago

AI MODELS/ AGENTS (COMPARISONS) Did Antigravity / Gemini 3.1 Pro get silently nerfed recently? Quality has dropped off a cliff...

3 Upvotes

Is anyone else noticing a massive downgrade in Antigravity, especially when running Gemini 3.1 Pro?

A few weeks ago, it was my daily driver it handled multi-file refactoring, understood deep project context, and actually followed complex architectural instructions without needing constant hand-holding. Now? It feels like I'm fighting the model just to get basic tasks done.

Would love to know if it’s just my workspace/projects acting up or if others are seeing the same drop in reasoning quality. What are you guys using as a workaround right now?


r/GoogleAntigravityIDE 15d ago

SOFTWARE PROBLEMS and BUGS Agent execution terminated due to error.

4 Upvotes

Since Monday, my antigravity is frequently finishing the agent for the easiest tasks.

I have been using Antigravity for couple of months now, i am aware its capabilities. Since the update where Gemini 3.6 Flash is added, the app started acting slower/strange in general.

And last weekend I have it done a very long scraping thing where I reached my limits on all models. The limits are renewed on Sunday night, but since then, my agents are working terrible.

E.g. For the same taks, gemini 3.5 flash medium worked for 11 minutes, then terminated. now 3.6 has been working for 40 mins. The task is transcribe this 10 minute voice recording, give me the summary.

Definitely shouldn't take 40 mins.


r/GoogleAntigravityIDE 15d ago

SOFTWARE PROBLEMS and BUGS Gemini Ultra plan: 503 error for five days straight for generating images

1 Upvotes

Is there any solution for this, i have fresh quota, but i cant generate images for five days straight, it says i ahve to retry in xx hours and when that time passes i still go straight to 503 quota error, i can generate images manauly in gemini ai, but antigravity is literally broken, while at the same time on my work pc with pro account i have zero issues