chore(vscode-ide-companion): rm comment about claude

This commit is contained in:
yiliang114
2025-12-08 13:04:06 +08:00
parent e8b4ee111c
commit 96cd685b1b
16 changed files with 21 additions and 63 deletions

View File

@@ -544,7 +544,7 @@ export const useWebViewMessages = ({
}
handlers.handleToolCallUpdate(toolCallData);
// Split assistant stream at tool boundaries similar to Claude/GPT rhythm
// Split assistant stream
const status = (toolCallData.status || '').toString();
const isStart = toolCallData.type === 'tool_call';
const isFinalUpdate =