[FEATURE] - Show terminal diffs even when an IDE integration is handling approval

Status Open
Maintainer reply None cached
Activity 0 comments · opened Aug 23, 2026

Preflight Checklist

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

Problem Statement

I work completely CLI, using a terminal multiplexer with workspaces and tabs to organize my work. Claude Code is connected to Neovim via /ide, and Neovim presents proposed changes as diffs(via a community plugin) I can approve or reject directly from the editor.

The problem is that the code preview diff shown is exclusive when it comes to work with a connected IDE. If I use my IDE, the diff are shown there but not in the cli tool, and the opposite happens too.

Proposed Solution

I would like to have a way to approve/reject quickly, I'd rather do it from the CLI but, when requiring to review in detail and change the code before accepting it, I still want the IDE's editable diffs to be shown. Running /diff manually after each edit works, but it's a manual step I have to remember every time, not automatic.

Alternative Solutions

Priority

Medium - Would be helpful

Feature Category

Config and settings

Use Case Example

Additional Context

View original on GitHub ↗