Skip to content
1 change: 1 addition & 0 deletions packages/types/src/vscode-extension-host.ts
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,7 @@ export interface WebviewMessage {
| "openRuleFile"
| "openRulesDirectory"
text?: string
viewStateId?: string
taskId?: string
editedMessageContent?: string
tab?: "settings" | "history" | "mcp" | "modes" | "chat" | "marketplace" | "cloud"
Expand Down
443 changes: 348 additions & 95 deletions src/core/webview/ClineProvider.ts

Large diffs are not rendered by default.

Loading
Loading