Add Cancel button

This commit is contained in:
Saoud Rizwan
2024-09-30 18:47:33 -04:00
parent c2a2e1b54c
commit 9b1b9c10a1
6 changed files with 167 additions and 68 deletions

View File

@@ -20,6 +20,7 @@ export interface WebviewMessage {
| "openImage"
| "openFile"
| "openMention"
| "cancelTask"
text?: string
askResponse?: ClaudeAskResponse
apiConfiguration?: ApiConfiguration