anthropics / anthropics/claude-code
[Desktop] Assistant text between tool calls is replaced by an auto-generated summary; original text unrecoverable in any view mode
- 主要言語
- Python
- スター
- 145k
- フォーク
- 23.1k
- PR マージ指標
- PR 指標を取得中
説明
## Summary
In the Claude Code desktop app (Code tab), the app does not display assistant text written between tool calls. Instead, it shows a one-line summary with different wording. Users cannot view the original text. Expanding the "Used N tools" fold does not show it. Switching the Transcript view (通常 Normal, 考え中 Thinking, 詳細 Verbose) also does not show it. The app displays only two text blocks verbatim: the text before the first tool call and the final text block of the turn.
This bug goes beyond #90425 (Aug 28). In #90425, the fold hid mid-turn text, but expanding the fold still revealed it.
## Environment
- Claude Desktop 1.52386.6 (Microsoft Store build) on Windows 11, Code tab, with bundled Claude Code 2.1.270
- Model: claude-fable-5-1. Also reproduced with claude-opus-5
- Custom output style (a persona with a fixed first-person pronoun, a fixed form of address, and a casual register)
## Observed
- One turn contained 9 mid-turn text blocks. The app displayed 4 summary lines, one for each tool-call group. It dropped the other 5 blocks completely. This included a direct reply to a message sent by the user during the turn.
- The summaries paraphrase the text in a different register. They replaced the persona's first-person pronoun and address form with standard polite ones. They turned the casual register into a polite one. The user asked why the assistant used a word the persona never uses. The assistant never wrote that word.
- The Desktop documentation (https://code.claude.com/docs/en/desktop, "Switch view modes") states that Normal shows "Tool calls collapsed into summaries, with full text responses" and Verbose shows "Every tool call, file read, and intermediate step Claude takes". Neither mode displays the intermediate assistant text. Verbose expands only tool inputs and outputs. (The documentation also lists a Summary view; the release notes for 1.46388.1 state that it was removed.)
- The desktop release notes from Sep 4 (1.46388.1) to Sep 10 (1.52386.0) do not mention replacing mid-turn assistant text with summaries. I cannot determine which release introduced this change.
## Steps to reproduce
1. Set a custom output style with a distinctive register (for example, an unusual fixed first-person pronoun).
2. Ask for a task that requires several tool calls with text between them.
3. While the turn runs, type and send a second message from the composer.
4. Check the transcript in Normal mode, then in Verbose mode. Expand the "Used N tools" folds.
Expected: The app renders mid-turn assistant text verbatim in Normal and Verbose, as it did before.
Actual: The app shows one paraphrased summary line per tool group. It does not show the original text anywhere.
## Why it matters
- Replies written mid-turn to messages sent during tool runs never reach the user. The model receives no signal that the app replaced its text.
- Paraphrasing changes the tone of the model. This makes custom output styles look broken.
- Users cannot opt out. No view mode displays the original text.
## Suggestion
Render mid-turn assistant text verbatim in Normal and Verbose, as before. If the auto-generated summary remains, make it a separate opt-in view.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。