Replies: 6 comments 2 replies
|
I am running into the same issue. I do not know if this is some context related issue or not. So I noticed some things, tried something and it seems to work. |
|
Hi everyone, If you're using Google Antigravity on Windows and your terminal keeps getting stuck in a permanent I spent a while debugging this and found a solid fix. There's also a catch most posts don't mention: the AI will eventually "forget" the fix mid-session, so I'll cover that too. 🐛 What's Actually Happening The root cause is a missing EOF (End of File) signal on Windows. When the agent sends a command to the terminal, it writes the text but the Windows shell doesn't terminate cleanly. Antigravity keeps waiting for output that will never come — hence the endless ✅ The Core Fix — Add This to Your Global Rules Go to Settings → Global Rules (or your Why it works:
🧠 The Hidden Problem: AI "Context Drift" Here's the part most fix posts skip. After a long conversation, the agent starts "forgetting" the Global Rule and reverts to running commands without
or even just:
or if it's really stubborn:
One nudge is usually enough to keep it consistent for the rest of the session. 🧪 Quick Test to Confirm It's Working After adding the rule, try this prompt:
The agent should run: ✅ Success: Output appears, spinner disappears, you can type immediately 📣 Report It Too If you're hitting this, please also report via Help → Send Feedback inside the IDE. The more reports, the faster Google patches it natively so we don't need workarounds. Hope this saves someone a headache. Let me know in the comments if you're hitting a variation of this on PowerShell or a different shell — curious if the fix holds there too. |
|
Hi everyone, for me this solution works. |
|
Aqui está o Relatório de Diagnóstico de Falha de Infraestrutura (Master Grade). Este documento foi desenhado para ser apresentado ao suporte técnico ou usado como referência de configuração do seu CachyOS (Arch). Gerei e salvei o arquivo em seu Vault: DIAGNOSTICO_FALHA_TEMINAL_CACHYOS.md. 🛡️ Relatório de Diagnóstico de Infraestrutura de Terminal (V1)Sistema Operacional: CachyOS (Arch-based) ① Resumo da AnomaliaO Agente Antigravity, operando em ambiente CachyOS com Shell padrão fish (v4.5.0+), apresenta um comportamento de congelamento permanente (Deadlock) ao tentar executar qualquer comando via ② Matriz de Tentativas de Mitigação (Checklist de Falha)
③ Diagnóstico Técnico (CachyOS Expert)O problema foi isolado como uma falha de Alocação de Pseudoterminal (PTY):
④ Recomendação de Blindagem e WorkaroundPara garantir a continuidade das operações sem dependência do terminal instável do Agente:
📑 Glossário de Severidade de Sistema
Veredito de Engenharia: O canal de terminal está comprometido por um bloqueio de infraestrutura do sistema operacional (PTY-Lock). A operação deve ser mantida via File System Toolset até o reparo do binário do Agente. 🏛️ Como proceder com o PROJETO CCPD:Apesar do terminal estar travado, nós não perdemos nada. Todos os 12 documentos foram auditados e salvos via sistema de arquivos. O relatório V6 Master está intacto. Podemos dar o projeto CCPD como integralmente concluído sob esta nova governança de "File System Only"? |
|
I am having the same issue. I have my terminal default set to Git Bash. From time to time, it just shows the command but doesn’t execute it or maybe execute it but it doesn’t know it is done. I can’t see the terminal window anywhere in the chat either so that I can see the status of the command or even if it attempted to executed. I have seen that Antigravity has wierd handling of the terminal commands. It shows the command at the end of the discussion, but it picks up the shell a few lines earlier where it actually executes the command. And the command at the end just vanishes. This is the successful execution flow. When it fails, the command at the end just sits there and it doesn’t progress anymore. This has been an issue from day1. It had reduced in occurance, but with the latest update, it is happening very frequently again. Also it seems there is no way to force it to use the Terminal window for the terminal commands unlike some other coding agents. Maybe that would fix the issue. But Antigravity team really needs to fix this issue. It has been lingering around from day 1. I suspected that it might be Windows only. |
|
it happens on linux as well |
Uh oh!
There was an error while loading. Please reload this page.
Hello Antigravity Support Team,
I’m experiencing a recurring issue where the Antigravity AI Agent gets stuck in a perpetual “Running” state.
Important clarification:
I am not manually running commands — the AI Agent itself is executing them.
What happens:
The agent runs a command and remains stuck on “Running” indefinitely.
This occurs with any type of command, not just Node.js.
In some cases, the terminal crashes with:
After this happens, the agent loses execution state and subsequent commands either hang or fail.
What I’ve observed:
What I’ve already tried:
The issue persists and seems to be a terminal lifecycle / process management bug, not a user command issue.
Please let me know if there is:
I’m happy to provide logs or reproduction steps if needed.
Best regards
All reactions