Environment
- OS: Windows 10.0.26200
- Tokscale: latest (via
npx tokscale@latest)
- Node: v24.14.0
Steps to reproduce
npx tokscale@latest cursor login --name personal — succeeds
npx tokscale@latest cursor status — reports Session: Valid, account loaded, enterprise membership
npx tokscale@latest cursor accounts — shows the account as active
npx tokscale@latest --light — runs successfully but only shows Codex usage; no Cursor row
dir %USERPROFILE%\.config\tokscale\cursor-cache\ — directory does not exist
Expected
- Root command auto-syncs Cursor usage from the API and creates
cursor-cache\usage.csv
- Cursor rows appear in the
--light / TUI output
Actual
- No sync ever runs, no cache directory created, no error printed
tokscale cursor --help only exposes login/logout/status/accounts/switch — no sync subcommand
- Top-level
tokscale --help does not accept --client either (the README documents it)
Notes
The integration appears stubbed on Windows: auth subcommands are wired up but the actual API sync code path is missing or not invoked.
Environment
npx tokscale@latest)Steps to reproduce
npx tokscale@latest cursor login --name personal— succeedsnpx tokscale@latest cursor status— reportsSession: Valid, account loaded, enterprise membershipnpx tokscale@latest cursor accounts— shows the account as activenpx tokscale@latest --light— runs successfully but only shows Codex usage; no Cursor rowdir %USERPROFILE%\.config\tokscale\cursor-cache\— directory does not existExpected
cursor-cache\usage.csv--light/ TUI outputActual
tokscale cursor --helponly exposeslogin/logout/status/accounts/switch— nosyncsubcommandtokscale --helpdoes not accept--clienteither (the README documents it)Notes
The integration appears stubbed on Windows: auth subcommands are wired up but the actual API sync code path is missing or not invoked.