• v1.11.1
    Security Scan and Upload / Security & DefectDojo Upload (push) Successful in 1m10s
    CI / Lint & Test (push) Successful in 16m53s
    CI / Build Linux (push) Successful in 20m39s
    CI / Build Windows (cross-compile) (push) Successful in 31m7s
    Stable

    naomi released this 2026-03-09 19:16:33 -07:00 | 8 commits to main since this release

    [1.11.1] - 2026-03-09

    Fixed

    • isProcessing was initialised as false and never set to true in production, making all submission guards no-ops. Submitting a message now correctly sets isProcessing = true (disabling the textarea and blocking duplicate submissions), and clears when the backend emits an idle, success, or error state.
    • Auto-granted tools were being dropped from the allowed list when PermissionModal triggered a reconnect — only session-granted tools were passed to start_claude, silently omitting config.auto_granted_tools. Tools marked as defaults in Settings will no longer re-prompt after a permission approval. (#198)
    • If Claude Code goes silent for 5 minutes after a message is sent, the Rust backend now terminates the process and triggers the standard disconnect/error flow, re-enabling the textarea. A generation counter ensures watchdogs from previous sessions exit cleanly when a new session starts.
    Downloads