From 0129cd1bc9e926e10abcab11bf45cd0c13955463 Mon Sep 17 00:00:00 2001 From: andrepimenta Date: Tue, 24 Jun 2025 03:28:12 +0100 Subject: [PATCH] Changed to claude is working --- src/extension.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/extension.ts b/src/extension.ts index 2a01d58..9530e98 100644 --- a/src/extension.ts +++ b/src/extension.ts @@ -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