mirror of
https://github.com/andrepimenta/claude-code-chat.git
synced 2025-12-09 10:49:44 +00:00
Changed to claude is working
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user