claude-code - 💡(How to fix) Fix [BUG] Plan-view inline comments not surfaced to model (Claude Desktop) [1 comments, 2 participants]

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…
GitHub stats
anthropics/claude-code#53164Fetched 2026-04-26 05:22:45
View on GitHub
Comments
1
Participants
2
Timeline
4
Reactions
0
Author
Timeline (top)
labeled ×3commented ×1

Error Message

Error Messages/Logs

RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report (please file separate reports for different bugs)
  • I am using the latest version of Claude Code

What's Wrong?

Marked text in plan view → feedback dialog → submitted comments. Model claims it can't see them; plan file on disk is unchanged. Expectation: comments should be passed back to the model on next turn so it can revise. I cant still see underlined text and open the popover dialog comments by hovering text in the plan view.

What Should Happen?

Adding comments to the plan should be passed back to the agent so that the plan can be revised.

Error Messages/Logs

Steps to Reproduce

  1. Enter plan mode, ask Claude to write a plan.
  2. Wait for plan to be written and presented in the plan view.
  3. In the plan view, select/highlight text in the plan and add a comment via the feedback dialog.
  4. Reply to Claude asking it to revise based on the comments.
  5. Claude has no access to the comments — sees only the unchanged plan file.

Claude Model

Opus

Is this a regression?

Yes, this worked in a previous version

Last Working Version

No response

Claude Code Version

Claude 1.4758.0 (fb266c) 2026-04-24T20:22:30.000Z

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

Terminal.app (macOS)

Additional Information

No response

extent analysis

TL;DR

The issue can likely be resolved by ensuring that the comments added to the plan are properly passed back to the Claude model, possibly by verifying the implementation of the feedback dialog submission.

Guidance

  • Review the code responsible for submitting comments from the feedback dialog to ensure it correctly updates the plan file or sends the comments to the Claude model.
  • Verify that the Claude model (Opus) is configured to receive and process comments from the plan view.
  • Check the API documentation for the Anthropic API to confirm that comments are being sent correctly and that the model is expected to receive them.
  • Test the functionality in a previous version where it was known to work to identify potential changes that may have introduced the regression.

Example

No code snippet can be provided without more context, but the fix may involve modifying the feedback dialog submission handler to correctly send comments to the Claude model.

Notes

The lack of information about the last working version and additional details limits the ability to provide a precise fix. The solution may involve changes to the Claude Code, the Anthropic API, or the interaction between them.

Recommendation

Apply a workaround by manually verifying that comments are being sent to the Claude model and investigating alternative methods for the model to access the comments, as the exact cause of the regression is unclear.

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 [BUG] Plan-view inline comments not surfaced to model (Claude Desktop) [1 comments, 2 participants]