generated from nhcarrigan/template
-
v1.13.0
Stablereleased this
2026-03-23 14:50:45 -07:00 | 4 commits to main since this releasev1.13.0
✨ New Features
- Elicitation support — New
ElicitationModalcomponent handlesElicitationandElicitationResulthook events, allowing Claude to prompt for additional input mid-session - StopFailure hook handling — API error turns now surface an error toast and trigger the error character state
- PostCompact hook handling — Context compaction events now show an info toast and trigger the success character state
- Session naming — The
--nameCLI flag is now passed at startup, setting a proper session name - Memory file timestamps — The Memory Browser panel now displays the last-modified time for each memory file
- 128k output tokens — Max output tokens input raised to 128,000 with updated helper text reflecting model-dependent defaults and the 128k ceiling for Opus/Sonnet 4.6
- Cron tool support —
CronCreate,CronDelete, andCronListtools are now handled with character state mapping and aCLAUDE_CODE_DISABLE_CRONsettings toggle - Worktree tool support —
EnterWorktreeandExitWorktreeare now handled in character state mapping and tool display, with toast notifications forWorktreeCreateandWorktreeRemovehook events - CLI update check — A live npm registry indicator in the version bar shows whether your Claude Code CLI is up to date
- Agent tool rename —
agent_typefield added; the Agent tool rename introduced in CLI v2.1.69 is fully supported - Per-agent model override display — The agent monitor tree now shows the model override for each running agent
- CLI built-in slash commands —
/simplify,/loop,/batch,/memory, and/contextare now exposed in the command menu with CLI badges includeGitInstructionstoggle — New settings toggle to control whether git instructions are included in Claude's contextENABLE_CLAUDEAI_MCP_SERVERSopt-out — New setting to disable Claude.ai MCP servers- Binary file linkification — MCP binary file paths (PDFs, audio, Office documents) in markdown output are now clickable links
- Unified toast notification system — Replaces the old achievement and update notification components with a single, consistent toast system
- Auto-memory panel &
/memoryshortcut — New auto-memory browser panel and a/memoryslash command shortcut - Session resume sorting — The session resume list is now sorted by most recent activity, with the most recent user message shown as a preview
- WSL path conversion — WSL Linux paths are automatically converted to Windows UNC paths when opening binary files via
open_binary_file autoMemoryDirectorysetting — Exposed in the Agent Settings section of the config sidebarmodelOverridessetting — Exposed as a JSON textarea in the config sidebar for AWS Bedrock, Google Vertex, and other model routing configurations
🐛 Bug Fixes
- Removed deprecated Claude Opus 4.0 and 4.1 models from the model selector
- Users pinned to deprecated models are automatically migrated to Opus 4.6
- Startup watchdog tightened from 60 seconds to 30 seconds; corrected a misleading comment that said "5 minutes"
- Default model fallback updated from
claude-sonnet-4-5-20250929toclaude-sonnet-4-6
🔧 Maintenance
- Supported CLI version updated to 2.1.80
- Added documentation clarifying that char-based cost estimation is unaffected by the CLI v2.1.75 token overcounting fix
- Added documentation clarifying that the 5-minute stuck watchdog is intentionally larger than the CLI's 2-minute non-streaming API fallback
Downloads
- Elicitation support — New