• v1.14.0
    CI / Lint & Test (push) Successful in 17m53s
    CI / Build Linux (push) Successful in 24m6s
    CI / Build Windows (cross-compile) (push) Successful in 38m42s
    Security Scan and Upload / Security & DefectDojo Upload (push) Successful in 2m29s
    Stable

    naomi released this 2026-04-13 16:18:51 -07:00 | 0 commits to main since this release

    v1.14.0

    New Features

    • Global CLAUDE.md editor — Edit your ~/.claude/CLAUDE.md (global Claude Code instructions) directly from the Settings sidebar without needing to touch the filesystem manually
    • CwdChanged hook event — Hikari now tracks when Claude Code changes its working directory mid-session
    • FileChanged hook event — File change notifications from Claude Code are now captured and emitted
    • TaskCreated hook event — Task creation events are now captured and emitted
    • PermissionDenied hook event — Permission denial events are now captured, emitted, and trigger the permission character animation
    • Bare mode — New config toggle that passes --bare to Claude Code, suppressing UI chrome for headless scripted use
    • Show clear context prompt on plan accept — New config toggle to control whether the clear context prompt appears when accepting a plan
    • Custom model option — New config field that sets ANTHROPIC_CUSTOM_MODEL_OPTION for custom model providers
    • disableSkillShellExecution toggle — Claude Code's skill shell execution setting is now exposed in the Settings sidebar
    • Monitor tool support — The Monitor tool now correctly maps to the searching character animation

    🐛 Bug Fixes

    • Fixed disable_cron and disable_skill_shell_execution being saved to config but never passed to Claude Code at session start
    • Fixed the Global CLAUDE.md editor showing an empty text box on Windows (was resolving to the Windows home directory instead of the WSL home directory)

    🔧 Maintenance

    • Supported CLI version updated to 2.1.104
    • Forward-compatibility fields from newer CLI versions (output_style, fast_mode_state, model_usage, total_cost_usd) are now accepted gracefully
    Downloads