generated from nhcarrigan/template
-
v1.7.0
Stablereleased this
2026-02-24 21:02:23 -08:00 | 21 commits to main since this releaseFeatures
- Supported CLI version badge now appears alongside the installed version badge, colour-coded to indicate whether your installed CLI matches, exceeds, or lags behind the audited version — with plain-English warning text for mismatches
- Added Account section to the settings sidebar showing auth status, email, org, and API key source, with login/logout buttons and an override indicator when a custom API key is active in Hikari's config
- Rate limit events from the Claude stream are now displayed in the terminal as amber
[rate-limit]lines with details on remaining requests/tokens and reset time - "Prompt is too long" errors are now detected and surfaced with a ⚡ Compact Conversation button directly in the terminal
- Agent Monitor panel now shows a preview snippet of the last assistant message from each completed subagent
- Added worktree isolation toggle in session settings — passes
--worktreeto Claude Code when enabled - WorktreeCreate and WorktreeRemove hook events now display as green
[worktree]lines in the terminal - ConfigChange hook events now display as blue
[config-change]lines in the terminal - Added "Disable 1M context window" toggle in session settings — sets
CLAUDE_CODE_DISABLE_1M_CONTEXT=1for sessions where you want the standard context limit - Bumped supported CLI version to 2.1.50
Bug Fixes
- Fixed tab status indicator getting stuck at "Connecting..." forever — the tab now correctly waits for the first assistant response before turning green
Downloads