Gracefully handle when user exits command early

This commit is contained in:
Saoud Rizwan
2024-07-29 17:44:49 -04:00
parent cf2ab16538
commit d324afdf14
4 changed files with 39 additions and 24 deletions

View File

@@ -42,6 +42,7 @@ export type ClaudeSay =
| "completion_result"
| "user_feedback"
| "api_req_retried"
| "command_output"
export interface ClaudeSayTool {
tool: "editedExistingFile" | "newFileCreated" | "readFile" | "listFiles" | "analyzeProject"