Starling v0.0.8
Starling v0.0.8
This release fixes token usage accounting for Codex and Claude sessions.
Highlights
- Fixed Codex token usage display by preferring the latest non-empty
total_token_usage. - Added fallback for providers that report empty cumulative usage but non-zero
last_token_usage.total_tokens, such as Agnes-compatible sessions. - Fixed Claude token usage accounting by summing per-message
message.usageacross the session. session show <id>now fully parses the matched session file for accurate token display while keeping list/project/catalog views lightweight.- Updated Starling skill guidance for detecting the current Codex session via
CODEX_THREAD_ID.
Validation
npm run lintnpm testnpm run buildnpm pack --dry-run
Install
npm install -g starling-ai