claude-code - 💡(How to fix) Fix VSCode extension: assistant tool calls rendered as literal text in chat, not executed

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
RAW_BUFFERClick to expand / collapse

Environment: Claude Code VSCode extension on Windows 11.

Problem: During a session the assistant began emitting tool invocations as literal text in the chat (lines starting with 'call' followed by '<invoke name=...>' and '<parameter ...>' tags) instead of actually executing the tools. The XML-like tool-call markup appeared as visible chat content, and the underlying Bash/Edit operations were never run. The user saw raw invoke/parameter tags in the conversation, and requested file operations (delete/move) silently did nothing despite the assistant reporting success.

Expected: Tool calls should be executed by the harness, never surfaced as literal text to the user.

Impact: Destructive/file operations appeared to succeed in the assistant narration but did not execute, causing confusion and repeated failed attempts.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix VSCode extension: assistant tool calls rendered as literal text in chat, not executed