Changed to claude is working

This commit is contained in:
andrepimenta
2025-06-24 03:28:12 +01:00
parent 6dfdc24500
commit 0129cd1bc9

View File

@@ -336,7 +336,7 @@ class ClaudeChatProvider {
// Show loading indicator
this._panel?.webview.postMessage({
type: 'loading',
data: 'Claude is thinking...'
data: 'Claude is working...'
});
// Call claude with the message via stdin using stream-json format