fix: improve interrupt and disconnect message descriptions

Messages now indicate how the interrupt was triggered (keyboard shortcut,
stop button, or unexpected crash) so the cause is immediately clear.
This commit is contained in:
2026-02-26 21:31:16 -08:00
committed by Naomi Carrigan
parent c99f371feb
commit feba03155c
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -343,7 +343,7 @@ User: ${formattedMessage}`;
throw new Error("No active conversation");
}
await invoke("interrupt_claude", { conversationId });
claudeStore.addLine("system", "Process interrupted - reconnecting...");
claudeStore.addLine("system", "Process interrupted via stop button — reconnecting...");
characterState.setState("idle");
// Show connecting status while we reconnect