• v1.13.0
    CI / Lint & Test (push) Successful in 16m44s
    CI / Build Linux (push) Successful in 21m21s
    CI / Build Windows (cross-compile) (push) Successful in 31m55s
    Security Scan and Upload / Security & DefectDojo Upload (push) Successful in 2m19s
    Stable

    naomi released this 2026-03-23 14:50:45 -07:00 | 4 commits to main since this release

    v1.13.0

    New Features

    • Elicitation support — New ElicitationModal component handles Elicitation and ElicitationResult hook 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 --name CLI 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 supportCronCreate, CronDelete, and CronList tools are now handled with character state mapping and a CLAUDE_CODE_DISABLE_CRON settings toggle
    • Worktree tool supportEnterWorktree and ExitWorktree are now handled in character state mapping and tool display, with toast notifications for WorktreeCreate and WorktreeRemove hook 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 renameagent_type field 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 /context are now exposed in the command menu with CLI badges
    • includeGitInstructions toggle — New settings toggle to control whether git instructions are included in Claude's context
    • ENABLE_CLAUDEAI_MCP_SERVERS opt-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 & /memory shortcut — New auto-memory browser panel and a /memory slash 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
    • autoMemoryDirectory setting — Exposed in the Agent Settings section of the config sidebar
    • modelOverrides setting — 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-20250929 to claude-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