Replies: 1 comment 1 reply
|
the launcher script needs a way to spawn revdiff in a separate pane/popup so it doesn't take over the parent Claude Code session. That's why it requires one of those backends - each one exposes a scripting API the script can call (tmux JetBrains' built-in terminal, as far as I know, doesn't expose anything like that. No CLI hook or IPC the launcher could use to open a split or new pane from inside the shell. A custom JetBrains plugin could probably bridge this (expose some spawn/split API the launcher could call), but that's a separate project and out of scope for this repo. practical workaround: start tmux or zellij inside the JetBrains terminal, then run Claude from there. Once if you try the tmux route and hit something specific, drop a follow-up here. |
Uh oh!
There was an error while loading. Please reload this page.
Hi!
Since AI integration in JetBrains (any of them) sucks, could we consider supporting revdiff in the JetBrains terminal?
Right now it’s actually pretty convenient to use Claude in the JetBrains terminal: I can quickly expand terminal to full screen with a hotkey and then hide it again. And quickly switch to code to continue or double check something by yourself.
But revdiff doesn’t work in JetBrains terminal:
What do you think, would support be possible? Maybe there have already been attempts to do this or have possible workarounds? I couldn’t find anything in the repository history.
All reactions