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

@@ -283,7 +283,7 @@ export class WebViewProvider {
data: { timestamp: Date.now(), reason: 'user_cancelled' },
});
// Synthesize a failed tool_call_update to match Claude/CLI UX
// Synthesize a failed tool_call_update to match CLI UX
try {
const toolCallId =
(request.toolCall as { toolCallId?: string } | undefined)