Skip to content

v0.26.1

Choose a tag to compare

@github-actions github-actions released this 18 Aug 01:22
· 213 commits to main since this release
6d0f166

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 /usage to 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 modelUsage is 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

  • /context and /cost retain 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