This is an IDEA plugin project designed to provide visual operation of Claude Code within IntelliJ IDEA.
Currently in experimental stage, the product is not yet complete. Code is updated daily with progress. It is expected to take 10 releases to reach stable usage level. Current version is v0.1.0 (updated on December 11, 2025).
AI Disclaimer: The vast majority of code in this project is generated by: Claude Code, Codex, Gemini, and GLM. I'm still learning and not an expert.
Plugin Download: idea-claude-code-gui-0.1.0-beta1.zip
Plugin Installation Instructions
# 1. Download the idea-claude-code-gui-0.1.0-beta1.zip file
# 2. IDEA - Settings - Plugins - Install Plugin from Disk - Select the downloaded idea-claude-code-gui-0.1.0-beta1.zip- P0 (feat) Added model mapping functionality (now you can easily configure various models, such as GLM, Deepseek, etc.)
- P0 (fix) Resolved configuration injection issue when ANTHROPIC_AUTH_TOKEN is set
- P1 (feat) Fixed issue with sending @ file paths
- P1 (fix) Fixed missing prompt when provider management import encounters errors
- P2 (feat) Added hover to view full path functionality
- P3 (fix) Fixed issue where files too long are not fully displayed
- P3 (fix) Updated some deprecated Java APIs
- P3 (ui) Modified some UI details
For more iteration progress, please read CHANGELOG.md
cd webview
npm installcd claude-bridge
npm installRun in IDEA:
./gradlew clean runIde./gradlew clean buildPlugin
# The generated plugin package will be in the build/distributions/ directory (package size approximately 40MB)AGPL-3.0
Thanks to all contributors who help make IDEA-Claude-Code-GUI better!
|
|
|
|
|
|
|

