mirror of
https://github.com/andrepimenta/claude-code-chat.git
synced 2025-12-12 13:19:47 +00:00
Changed to claude is working
This commit is contained in:
@@ -336,7 +336,7 @@ class ClaudeChatProvider {
|
|||||||
// Show loading indicator
|
// Show loading indicator
|
||||||
this._panel?.webview.postMessage({
|
this._panel?.webview.postMessage({
|
||||||
type: 'loading',
|
type: 'loading',
|
||||||
data: 'Claude is thinking...'
|
data: 'Claude is working...'
|
||||||
});
|
});
|
||||||
|
|
||||||
// Call claude with the message via stdin using stream-json format
|
// Call claude with the message via stdin using stream-json format
|
||||||
|
|||||||
Reference in New Issue
Block a user