• v1.12.0
    CI / Lint & Test (push) Successful in 20m57s
    CI / Build Linux (push) Successful in 23m0s
    CI / Build Windows (cross-compile) (push) Successful in 32m50s
    Security Scan and Upload / Security & DefectDojo Upload (push) Successful in 2m6s
    Stable

    naomi released this 2026-03-13 01:39:27 -07:00 | 6 commits to main since this release

    [1.12.0] - 2026-03-13

    CLI Compatibility (v2.1.68–v2.1.74)

    This release brings Hikari Desktop to full compatibility with Claude Code CLI v2.1.74, covering every changelog from v2.1.68 through v2.1.74.

    New Features

    • Auto-memory panel — Browse and manage Claude's auto-memory files directly in the app, accessible via the nav menu or the /memory slash command; live toast notifications appear whenever Claude writes to a memory file mid-session
    • Unified toast system — All notifications (achievements, updates, auto-memory writes, worktree events) now flow through a single stacked toast container in the top-right corner; the update notification now links to the releases page instead of showing action buttons
    • CLI built-ins in slash command menu/simplify, /loop, /batch, /memory, and /context are now surfaced in the slash command picker with a "CLI" badge
    • Cron tool supportCronCreate, CronDelete, and CronList tools are fully handled with character state mapping; CLAUDE_CODE_DISABLE_CRON toggle added to Agent Settings
    • Worktree toolsEnterWorktree and ExitWorktree tools are now recognised and mapped to the correct character state, with toast notifications on create and remove
    • Agent tool rename — The Task tool was renamed to Agent in CLI v2.1.69; both names are now handled, along with the new agent_type field in tool inputs
    • Per-agent model display — The agent monitor now shows the model override for each subagent where specified
    • Worktree status in agent monitor — Agent monitor reflects the worktree field from status line hook events
    • CLI update indicator — Version bar now shows a badge when a newer CLI version is available on npm
    • MCP binary file links — File paths for PDFs, audio files, and Office documents saved by MCP tools are rendered as clickable links in markdown output; WSL paths are automatically converted to Windows UNC paths before opening
    • autoMemoryDirectory setting — Exposes Claude's autoMemoryDirectory option in Agent Settings; passed via --settings at session start
    • modelOverrides setting — Exposes Claude's modelOverrides option as a JSON textarea in ConfigSidebar, for Bedrock, Vertex, and Foundry users who need to map model names to provider-specific IDs
    • includeGitInstructions toggle — New setting to opt out of Claude's automatic git instructions
    • ENABLE_CLAUDEAI_MCP_SERVERS toggle — New setting to opt out of Claude's bundled claude.ai MCP servers

    Improvements

    • Session resume list — Sessions are now sorted by most recent activity, with the most recent user message shown as the preview instead of the first few messages
    • /memory command — Now opens the in-app memory browser panel rather than attempting to invoke the CLI's interactive TUI, which is incompatible with stream-JSON output

    Bug Fixes

    • Fixed /memory silently doing nothing when invoked via the slash command menu
    • Fixed custom persona agents and MCP-spawned agents displaying unknown as their type; they now correctly default to general-purpose
    • Removed deprecated Claude Opus 4.0 and 4.1 model IDs from the model selector; Opus 4.6 is now the default Opus option
    Downloads