Skip to content

Starling v0.0.8

Choose a tag to compare

@huang-sh huang-sh released this 14 Jun 21:19

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.usage across 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 lint
  • npm test
  • npm run build
  • npm pack --dry-run

Install

npm install -g starling-ai