Skip to content

Commit 085f614

Browse files
committed
feat(webview): add view-local state base
1 parent 367013f commit 085f614

9 files changed

Lines changed: 1364 additions & 101 deletions

File tree

packages/types/src/vscode-extension-host.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,7 @@ export interface WebviewMessage {
621621
| "openRuleFile"
622622
| "openRulesDirectory"
623623
text?: string
624+
viewStateId?: string
624625
taskId?: string
625626
editedMessageContent?: string
626627
tab?: "settings" | "history" | "mcp" | "modes" | "chat" | "marketplace" | "cloud"

src/core/webview/ClineProvider.ts

Lines changed: 256 additions & 94 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)