Skip to content

imblowsnow/idea-claude-code-gui

 
 

Repository files navigation

IDEA Claude Code GUI Plugin

Image

English · 简体中文

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).

Image

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.


Installation

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

Current Progress

December 12 (v0.1.0-beta1)
  • 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


Local Development and Debugging

1. Install Frontend Dependencies

cd webview
npm install

2. Install claude-bridge Dependencies

cd claude-bridge
npm install

3. Debug Plugin

Run in IDEA:

./gradlew clean runIde

4. Build Plugin

./gradlew clean buildPlugin

# The generated plugin package will be in the build/distributions/ directory (package size approximately 40MB)

License

AGPL-3.0


Contributing

Thanks to all contributors who help make IDEA-Claude-Code-GUI better!

bhaktatejas922 bhaktatejas922 mcowger bhaktatejas922 bhaktatejas922 bhaktatejas922

Star History

Star History

About

IDEA Claude Code GUI Plugin

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 63.3%
  • Java 22.5%
  • Less 7.1%
  • CSS 3.7%
  • JavaScript 3.4%
  • Kotlin 0.0%