v0.26.1
Claude Threads v0.26.1
Claude Threads 0.26.1 adds a provider-aware usage view so Claude and Codex users can understand session consumption and available quota information without conflating the two providers’ capabilities.
Highlights
Cross-provider /usage view
- Run
/usageto see thread or session token totals, last-turn usage when reported, and available quota windows with utilization and reset timing. - Claude usage includes full agent-tree token aggregation when
modelUsageis available, plus explicitly labeled estimated cost, overage, and credit hints. - Codex usage normalizes multiple quota windows, reset credits, cumulative account metrics, and recent daily token activity when supported by the current authentication method.
- Unavailable provider fields are shown honestly instead of estimating or manufacturing parity.
Compatibility and responsive design
/contextand/costretain their existing behavior.- The usage card is verified at desktop, iPhone 14, and compact iPhone layouts with no horizontal overflow.
- Stale account activity is cleared after provider errors, while valid reset-credit data is preserved.
Documentation and quality
- Added public documentation explaining
/usage,/context,/cost, and Claude/Codex capability differences. - Added unit coverage for usage normalization, session message handling, full-tree Claude totals, Codex account activity, and slash-command registration.
- Added deterministic visual regression coverage for desktop and mobile usage states.
Included changes
- #389 — Cross-provider usage and quota view.
- Public docs #27 — Usage command and provider capability documentation.
Notes
- Claude account activity is not exposed by the SDK, and Claude quota data appears only after a rate-limit event is emitted during the session.
- Codex account activity depends on supported Codex-service authentication; API-key-only and Bedrock configurations may not expose it.
- Live payloads from individual provider accounts were not part of automated verification.
Requirements
- Obsidian 1.0.0 or later, or a compatible Geode desktop host
- An installed and authenticated Claude Code CLI or OpenAI Codex CLI