claude-code - 💡(How to fix) Fix Add option to "ask about this change before doing it"

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

Preflight Checklist

  • I have searched existing requests and this feature hasn't been requested yet
  • This is a single feature request (not multiple features)

Problem Statement

I know there is a similar issue, but that is asking to add an ask mode. This is different, what I would like is to have an option where I can ask about the current change being proposed without having to discard the code. Right now if I want to make a question about code the diff disappears and the code has to be generated again.

Proposed Solution

Having a input field for "ask claude about this change" that will not discard the current change and wont close the diff view.

Alternative Solutions

Opening claude on the browser and copy pasting the issue.

Priority

Medium - Would be very helpful

Feature Category

Interactive mode (TUI)

Use Case Example

For example claude code suggests to do a change of 10 lines of code, and I have a question about one of those lines. I have to write on "tell claude what to do instead" but it would be great to have an extra field "ask claude about this change" so I dont lose the code that I already audited and it doesn't get regenerated.

Additional Context

<img width="952" height="442" alt="Image" src="https://github.com/user-attachments/assets/9224e73b-d012-46b8-9bad-e2b366f62c74" />

extent analysis

TL;DR

Adding an "ask claude about this change" input field could allow users to query about the current code change without discarding it.

Guidance

  • Consider implementing a new input field in the TUI that allows users to ask questions about the proposed code change without losing the current diff view.
  • This field could be added alongside the existing "tell claude what to do instead" input, providing an alternative way for users to interact with the suggested changes.
  • To verify the effectiveness of this feature, test it with various code changes and user queries to ensure that the diff view remains intact and the user's questions are properly handled.
  • When designing this feature, consider the user experience and ensure that the new input field is clearly labeled and easily accessible.

Notes

The proposed solution seems to address a specific pain point in the current workflow, but its implementation may depend on the underlying architecture and technical constraints of the Claude code system.

Recommendation

Apply workaround: Implement the proposed "ask claude about this change" input field to improve the user experience and reduce the need for workarounds like copying and pasting code into a browser.

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 Add option to "ask about this change before doing it"