You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* migrate focusChatInput
* move subscription in with the others
* changed grpc method; fixed a bug where keybinding doesn't show chatview if in another tab
---------
Co-authored-by: Elephant Lumps <[email protected]>
@@ -19,19 +20,33 @@ export class WebviewProvider implements vscode.WebviewViewProvider {
19
20
publicstaticreadonlysideBarId="claude-dev.SidebarProvider"// used in package.json as the view's id. This value cannot be changed due to how vscode caches views based on their id, and updating the id would break existing instances of the extension.
consttask=useMemo(()=>messages.at(0),[messages])// leaving this less safe version here since if the first message is not a task, then the extension is in a bad state and needs to be debugged (see Cline.abort)
0 commit comments