Make diff view editable

This commit is contained in:
Saoud Rizwan
2024-08-31 05:56:38 -04:00
parent d355660c2e
commit 9d5090397f
5 changed files with 142 additions and 81 deletions

View File

@@ -53,6 +53,7 @@ export type ClaudeSay =
| "text"
| "completion_result"
| "user_feedback"
| "user_feedback_diff"
| "api_req_retried"
| "command_output"
| "tool"