Problem
CodeBurn can discover Antigravity CLI (agy) conversation files, but the CLI language server is short-lived. If CodeBurn or the menubar refresh misses the live window, the remaining local CLI files/logs can show the selected model label but do not expose reliable parseable token usage.
That means agy usage such as Gemini 3.5 Flash High can be absent from CodeBurn's Models and Activity views after the CLI exits.
Expected
Future agy sessions should be captured without fabricating historical costs from opaque .pb files, prompt text, logs, or file size.
Constraints
- Do not persist prompts or raw statusLine payloads.
- Do not persist local working-directory paths.
- Do not silently overwrite an existing user
statusLine command.
- Prefer exact live usage capture or a live RPC snapshot while
agy is still running.
Problem
CodeBurn can discover Antigravity CLI (
agy) conversation files, but the CLI language server is short-lived. If CodeBurn or the menubar refresh misses the live window, the remaining local CLI files/logs can show the selected model label but do not expose reliable parseable token usage.That means
agyusage such as Gemini 3.5 Flash High can be absent from CodeBurn's Models and Activity views after the CLI exits.Expected
Future
agysessions should be captured without fabricating historical costs from opaque.pbfiles, prompt text, logs, or file size.Constraints
statusLinecommand.agyis still running.