Skip to content
Discussion options

You must be logged in to vote

Thanks for the full stack trace — that pinpoints it.

Root cause: the ReferenceError: os is not defined comes 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. The Sync warning: os is not defined line under serve is 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:

npm i -g tokentracker-cli@latest

Then run tokentracker sync once. Antigravity and Zed are read passively from their ow…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@pegasusearl
Comment options

Comment options

You must be logged in to vote
1 reply
@pegasusearl
Comment options

Answer selected by pegasusearl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants