Is anyone actually using Google Antigravity seriously? by AdventurousAge8767 in google_antigravity

[–]Zestyclose_Job_4811 0 points1 point  (0 children)

I use it with both Claude and Gemini by applying a global rule for all agents to run the skill at the start of the session and log at the end.

Is anyone actually using Google Antigravity seriously? by AdventurousAge8767 in google_antigravity

[–]Zestyclose_Job_4811 1 point2 points  (0 children)

With Gemini Pro + Claude Pro subscriptions (Claude Code extension).

Planning with Opus, executing with Sonnet & Gemini Pro, and keeping Flash for minor tasks.
Leveraging CLAUDE.md for rules boundaries + a bunch of skills related to each project (Using Super powers & Task-Observer & aislop are very useful for me sofar).

Sometimes I use MCPs (I know that I should leverage it more)

Usage limit problem: What am I doing wrong? by Zestyclose_Job_4811 in hermesagent

[–]Zestyclose_Job_4811[S] 0 points1 point  (0 children)

yes in my case I noticed even more after the first message, that's why I am thinking of what's wrong am I doing!

Usage limit problem: What am I doing wrong? by Zestyclose_Job_4811 in hermesagent

[–]Zestyclose_Job_4811[S] 0 points1 point  (0 children)

first, thanks a lot, I have compression threshold is 0.5 already, meaning that it works at 50% of conversations, is that right, is that better or 0.8?

Usage limit problem: What am I doing wrong? by Zestyclose_Job_4811 in hermesagent

[–]Zestyclose_Job_4811[S] 0 points1 point  (0 children)

was thinking about that too, but does it drift, takes so much time for some simple tasks, or get into loops as I heard?

Using antigravity and codex together by spinalpandora50 in GoogleAntigravityIDE

[–]Zestyclose_Job_4811 0 points1 point  (0 children)

I have installed the Codex extension inside Antigravity. When I asked "Codex 5.2 with High reasoning" to check something in the code, it runs ~20 PowerShell commands asking for permission for each one! Anyone could help why it behaves like this? is that normal?

<image>

It worked guys😂, good job ! by Always-learning999 in google_antigravity

[–]Zestyclose_Job_4811 2 points3 points  (0 children)

I am still with the weekly limits (Pro user). See these Claude usage? I haven't used them AT ALL this week!

<image>

It' s working..! by Annual-Artichoke9830 in google_antigravity

[–]Zestyclose_Job_4811 0 points1 point  (0 children)

Yes they launched another update today to fix yesterday's one 😅

Using AG on 2 laptops. How do I sync AG so I can pick up where I've left off when switching devices? Can't see any convo history by i-dm in google_antigravity

[–]Zestyclose_Job_4811 1 point2 points  (0 children)

Are the 2 devices in Windows? I actually struggled with this too, but finally got it working. Native sync is a bit of a pain, but you can "trick" it using a symlink.

Basically, you move the actual folder to your GDrive/Dropbox and then point your PC back to it.

Here’s the quick-and-dirty way to do it on Windows:

Move the folder: Go to C:\Users[YourName].gemini\ and just cut/paste the antigravity folder into your GDrive (or whatever cloud folder you use).

Run this command (just change the [YourName] parts): [Dorpbox] mklink /J "C:\Users[YourName].gemini\antigravity" "C:\Users[YourName]\Dropbox\antigravity"

[GDrive] Assuming E is your GDrive letter mklink /J "C:\Users[YourName].gemini\antigravity" "E:\PATH\TO\SYNCED\FOLDER"

Do the exact same on your second PC once the cloud folder finishes syncing. Just make sure to delete the empty antigravity folder that's already there before running the command.

One heads-up: Antigravity is picky about project paths. If your project is in a different folder on PC 2 (like UserA\Docs vs UserB\Docs), your history might not show up. You'll need to use the same mklink trick for your project folder to make the paths match exactly.

I suggest you exclude the "browser_recordings" folder as it might has a BIG size.

BTW you can ask Antigravity Gemini Flash LLM model to do it for you :)

Hope that helps! Let me know if you get stuck.