mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-21 17:27:54 +00:00
chore(vscode-ide-companion): rm comment about claude
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user