Doesn't work at all. Antigravity's Gemini, Zed with Opencode model. #209
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
The A couple of notes from the current CLI behavior:
tokentracker serve --no-openor, if you only want to parse local data and not keep the dashboard server running: tokentracker sync --debugFor this specific case I would run You do not need TokenTracker running for Antigravity/Zed to create their own local history, but you do need a later sync run to import that history into |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the full stack trace — that pinpoints it. Root cause: the It's already fixed. This was a bug in an older build, patched in v0.26.1; the current release (v0.55.0) doesn't have it. Please upgrade: Then run On the browser pop-up: run |
Beta Was this translation helpful? Give feedback.



Thanks for the full stack trace — that pinpoints it.
Root cause: the
ReferenceError: os is not definedcomes from the Droid path resolver, which runs before the Antigravity/Zed/Gemini parsers in a sync pass. That throw aborts the entire sync, so none of your providers get imported — which is why everything stayed at zero even though you only use Antigravity and Zed. TheSync warning: os is not definedline underserveis the same crash.It's already fixed. This was a bug in an older build, patched in v0.26.1; the current release (v0.55.0) doesn't have it. Please upgrade:
Then run
tokentracker synconce. Antigravity and Zed are read passively from their ow…