Open read files in editor instead of code accordian

This commit is contained in:
Saoud Rizwan
2024-09-11 16:38:33 -04:00
parent dd01fc7fc4
commit 0522a26fd9
7 changed files with 103 additions and 26 deletions

View File

@@ -18,6 +18,7 @@ export interface WebviewMessage {
| "resetState"
| "requestOllamaModels"
| "openImage"
| "openFile"
text?: string
askResponse?: ClaudeAskResponse
apiConfiguration?: ApiConfiguration