generated from nhcarrigan/template
-
v1.11.1
Stablereleased this
2026-03-09 19:16:33 -07:00 | 8 commits to main since this release[1.11.1] - 2026-03-09
Fixed
isProcessingwas initialised asfalseand never set totruein production, making all submission guards no-ops. Submitting a message now correctly setsisProcessing = 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
PermissionModaltriggered a reconnect — only session-granted tools were passed tostart_claude, silently omittingconfig.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