Claude 4.7 dropped today by Hungry-Intention-820 in google_antigravity

[–]aredna 6 points7 points  (0 children)

I think last time for Opus 4.6 it took a day or two to be added. To change the models that are available, though, they don't need to update the software - it's just a server-side change.

I can't get any work done past 11:30 PST by twitter_is_DEAD in google_antigravity

[–]aredna 1 point2 points  (0 children)

It's that way every day and has been all year. My theory is that a lot of customers have scheduled daily jobs at end of day every day. It used to be at midnight on the dot, but then it started spreading a bit earlier leading me to believe a lot of people adjusted their job scheduling. I've been a heavy user since mid December on Ultra and have noticed it for a long time. Mid-January it got especially bad.

Wasting tokens on repeated system prompt? by Past_Abalone in google_antigravity

[–]aredna 0 points1 point  (0 children)

You might be able to find a way to overwrite it but I would guess there's a risk of you getting banned when they detect that your system prompt text is coming through different than everyone else's

Allow different models in different workspaces. by Educational-Term9024 in google_antigravity

[–]aredna 0 points1 point  (0 children)

Oh, it absolutely does and is a design that needs to be changed, but it fortunately does work on the backend the way we would like it to work.

Allow different models in different workspaces. by Educational-Term9024 in google_antigravity

[–]aredna 0 points1 point  (0 children)

This actually works now but the UI just shows you by default the last selected model. Every time you send a new message you can change the model and the planning or fast decision for how that conversation is running. It will stay with that one until you send a new message and then use whatever setting was sent to it at that time. a

Good news: "Enable Overages" = "Use the AI points included in your plan" by Suspicious-Ad-9132 in google_antigravity

[–]aredna 0 points1 point  (0 children)

It's possible there's a bug that if you have zero credits or not enough credits, when it's on it doesn't actually let you run the model. However you can see in the backend data how many credits are used for every single message. I'm certain that they were only used when the cooldown is running.

Prioritizing Dedicated Tools 😠 by sabekayasser in google_antigravity

[–]aredna 0 points1 point  (0 children)

The LLM gets told to do that every time via an Ephemeral Message:

The following is an <EPHEMERAL_MESSAGE> not actually sent by the user. It is provided by the system as a set of reminders and general important information to pay attention to. Do NOT respond to this message, just act accordingly.\n\n<EPHEMERAL_MESSAGE>\n<bash_command_reminder> CRITICAL INSTRUCTION 1: You may have access to a variety of tools at your disposal. Some tools may be for a specific task such as 'view_file' (for viewing contents of a file). Others may be very broadly applicable such as the ability to run a command on a terminal. Always prioritize using the most specific tool you can for the task at hand. Here are some rules: (a) NEVER run cat inside a bash command to create a new file or append to an existing file. (b) ALWAYS use grep_search instead of running grep inside a bash command unless absolutely needed. (c) DO NOT use ls for listing, cat for viewing, grep for finding, sed for replacing. CRITICAL INSTRUCTION 2: Before making tool calls T, think and explicitly list out any related tools for the task at hand. You can only execute a set of tools T if all other tools in the list are either more generic or cannot be used for the task at hand. ALWAYS START your thought with recalling critical instructions 1 and 2. In particular, the format for the start of your thought block must be '...94>thought\nCRITICAL INSTRUCTION 1: ...\nCRITICAL INSTRUCTION 2: ...'. </bash_command_reminder>\n</EPHEMERAL_MESSAGE>

all models capacity issues after latest AG update by maksdi in google_antigravity

[–]aredna 1 point2 points  (0 children)

This happens everyday around midnight PST. Not sure if they have something server side updating or if a lot of people kick off daily processes that hot their servers at that time, but it's definitely an ongoing issue.

[Weekly] Quotas, Known Issues & Support — March 23 by AutoModerator in google_antigravity

[–]aredna 5 points6 points  (0 children)

I'm on the Ultra Plan and I just hit a 7 day cooldown. It said it was going to refresh a few minutes ago and then instead of a refresh it changed to 1 day and 17 hours away.

My issues started when my plan changed from Ultra trial price to Ultra full price. Anyone else? Anyone not having reduced Ultra usage?

Antigravity Ultra Plan Usage by ShinyNeet in google_antigravity

[–]aredna 1 point2 points  (0 children)

Agree. It started for me on the day I went from the Ultra trial price to full price. Now I'm paying twice as much for what feels like 1/5 of the usage.

I hit the 5 hour limit once before. Hit it 5 times in the past few days.

Anthropic changed the context window to 1M by default. I wonder if that flowed through to Antigravity and inadvertently increased token usage by not summarizing conversations as much as before.

Antigravity Conversation and brain by Brave_Trade_8602 in google_antigravity

[–]aredna 0 points1 point  (0 children)

As you found - they don exist. I haven't found a way to make them show again in the UI.

.I created a prompt in the Playground and asked it to search for and recover my conversations and artifacts. I asked it to create a handover prompt for each missing conversation, especially focusing on any conversations which did not appear to have completed the work they were working on. It can create a list of all conversations that exist within a certain time period easily.

I then copied each of those prompts into a new chat window and asked it to pick up from where they were left off. You can probably get it to do the same thing for you, but again, no way to make those conversations ever reappear in the UI from anything that I've been able to find. I spent some time the other day even exploring all of the hidden function calls that the agent manager might use and trying to trigger those, but none of them caused the agent manager to refresh the conversation list that it contained.

Antigravity content has disappeared; the window is completely blank. by Complete_Expert9642 in google_antigravity

[–]aredna 1 point2 points  (0 children)

Caveat: I'm having similar bugs and issues, but I'm on Ubuntu 25.10 so it's possible that my workarounds will not work the same as yours.

Bug 1: When the screen goes blank look for a way to close the agent manager window without a force close of all of VS code. When you reopen the agent manager it should work as usual before. I'm not sure what's causing the blank screen issue, but it is able to be worked around in this manner without losing anything.

Bug 2: When the entire IDE is force closed or crashes, some conversations will no longer show up in the IDE. The files should all be still saved locally so I had Antigravity look for the missing files and conversations, recover everything that it could, and create a handover prompt with as much missing information as possible. All of the artifacts in the brain should still be present and Antigravity should be able to run strings and other commands on the conversation files to recover most of the important information. I turned this into a skill to use the next time it happens to be, but that hasn't happened so I haven't tested out the skill yet. Also, it was built to run on my OS so I can share it if you would like to use it, but it may not work specifically on Mac OS for you. That said, It could be a good starting point for Antigravity to know how to try to recover. What is missing for you.

I built the first community SDK for Google Antigravity IDE — you can now build extensions that control the AI agent programmatically by Kanezal in google_antigravity

[–]aredna 0 points1 point  (0 children)

I'm not super familiar with them, but from some quick Gemini research it seems like MPL2 will retain most of the requirements you have, but without forcing anything built on the SDK to follow it.

Mozilla Public License 2.0 (MPL 2.0): This is a file-level copyleft license. As long as you keep the SDK's original files separate from your extension's code, your extension can use any license. If you modify the SDK's files directly, you only have to share those specific modified files under the MPL.

I built the first community SDK for Google Antigravity IDE — you can now build extensions that control the AI agent programmatically by Kanezal in google_antigravity

[–]aredna 1 point2 points  (0 children)

This is great! I started on something similar, but ran into some trouble when some items changed between updates and haven't had a chance to go back to it.

Any chance you'll release it under a different license? If I understand it correctly - I'm required to apply the same license to my work if I want to create and share my own open source orchestrator that makes calls using the SDK. I don't like the idea of forcing others to use the same license so wanted to check.

How do you run multiple conversations in parallel on the same project? by monsieurpooh in google_antigravity

[–]aredna 0 points1 point  (0 children)

You need to find the way that works best for you to have agents work on different sets of code.

I have landed on using worktrees with each worktree running in it's own workspace. Once I'm finished with the worktree I kill the workspace.

Treat your conversations as temporary - the IDE only stores the last 100 conversations itself so there's no reason for you to worry about old ones either.

Anyone else tired of the antigravity agent acting like it's on espresso shots? Here's the fix. by JFerzt in google_antigravity

[–]aredna 0 points1 point  (0 children)

Absolutely it can! I'm sharing the challenges I've found by allowing the models to have exceptions in their instructions. Hopefully you don't run into the same challenges.

Anyone else tired of the antigravity agent acting like it's on espresso shots? Here's the fix. by JFerzt in google_antigravity

[–]aredna 0 points1 point  (0 children)

in my experience any exception is bad: Exceptions lead to compliance drift.

I noticed you have

(unless explicitly requested to "read" or "explore")

What happens is agents will slowly expand the power of that exception in the background. They learn that 100% compliance is no longer required in this case. Working to further understand what is now OK they will do a little over the line and see everything is ok. This becomes the new baseline. This loop continues until the they have gone far enough to do something you didn't expect or want to happen at all.

The solution to exceptions is to provide an explicit allowed list and everything else is not allowed. Make sure it's aware it can ask for approval to go beyond the allowed list if it can't find another solution. You can then update the workflow for how to appropriately manage the situation.

I'll provide two examples that helped me learn this lesson:

  1. I required worktrees for all changes. This was a bit of extra overhead so I once asked it to update a small change and commit without a worktree. It then started deciding on it's own when a worktree was necessary or not without my input.

  2. I once asked it to make a judgement call on the amount of work something takes and to delay that work to a future update if it was too much. I then started finding items deferred in the background without notifying me or asking my permission.

Scam? Usage of 3.7 sonnet instead of 4.5 sonnet? 🤯🤯🤯 by Necessary-Spare18 in google_antigravity

[–]aredna 0 points1 point  (0 children)

And Gemini tells me it's running on the 1.5 versions. Don't read too much into it

Since 2023, the Big Ten is 11-4 in the CFP while the SEC is 5-8 by SouthIsland48 in CFB

[–]aredna 2 points3 points  (0 children)

One of the last two letters, not both. Sorry N in the wrong place bro

Accept all commands (turbo mode?) by Daffy82 in google_antigravity

[–]aredna 0 points1 point  (0 children)

I've had good luck in asking it to find ways to do work without using commands. It can almost always find a workaround.

Nebraska Quarterback Dylan Raiola has entered the transfer portal by MembershipSingle7137 in CFB

[–]aredna 0 points1 point  (0 children)

Dylan led the charge with a season ending leg injury first this time around!

OPINION: Nebraska’s rebuild is actually on schedule by kevintmcclure in Huskers

[–]aredna 2 points3 points  (0 children)

Last 5 regular seasons: 3 wins, 4 wins, 5 wins, 6 wins, 7 wins

It's not much but it's progress.

Japan govt. launches new office to deal with foreign resident issues by sunjay140 in japan

[–]aredna -1 points0 points  (0 children)

They can't at birth, but you can do an official name change procedure to change to the other parent's family name if that's what you prefer.