Settings

Theme

Show HN: I forked JetBrains' new agent IDE to host Claude Code

github.com

2 points by CommanderTvis · 0 comments · 1 min read

Reader

ThinkRail is JetBrains' open-source IDE shell for AI coding agents: worktree-per-tab, chat + file tree + terminal, but hardwired to one agent (Pi).

My fork adds a plugin API so it can host others too, starting with Claude Code running in the same UI.

What's new over upstream:

- A prototype of real plugin system - Claude Code as a first-class citizen — config, IDE bridge, and terminal status all wired in as a builtin plugin, so you get Claude Code sessions in the same worktree-scoped UI as `pi`. - Seven other builtin plugins split out the same way: blueprint (interactive specs), PDF preview, branch graph, a live drawing/visualize surface, and file-type icons

Nightly builds via a Homebrew tap are provided.

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection