Skip to content

sberry007/idea-claude-code-gui

 
 

Repository files navigation

IDEA Claude Code GUI Plugin

Image

English · 简体中文

A powerful IntelliJ IDEA plugin that provides a visual interface for Claude Code and OpenAI Codex dual AI tools, making AI-assisted programming more efficient and intuitive.

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.

Image


Key Features

Dual AI Engine Support

  • Claude Code - Anthropic's official AI programming assistant, supporting Opus 4.5 and other models
  • OpenAI Codex - OpenAI's powerful code generation engine

Intelligent Conversation

  • Context-aware AI coding assistant
  • @file reference support for precise code context
  • Image sending support for visual requirement description
  • Conversation rewind feature for flexible history adjustment
  • Enhanced prompts for better AI understanding

Agent System

  • Built-in Agent system for automated complex tasks
  • Skills slash command system (/init, /review, etc.)
  • MCP server support to extend AI capabilities

Developer Experience

  • Comprehensive permission management and security controls
  • Code DIFF comparison feature
  • File navigation and code jumping
  • Dark/Light theme switching
  • Font scaling and IDE font synchronization
  • Internationalization support (auto-switch between Chinese/English)

Session Management

  • History session records and search
  • Session favorites
  • Message export support
  • Provider management (cc-switch compatible)
  • Usage statistics analysis

Project Status

Current version: v0.1.5 (Updated on January 18, 2026)

This is the biggest version update so far: 113 files changed, 30 commits, 13.6k lines added, 4.7k lines deleted

Changes in this version:

  • P0 (feat) Claude Plan Mode is now available
  • P0 (fix) Fixed AskUserQuestion popup issues
  • P0 (perf) Optimized input lag and send delay when history records are too many
  • P0 (fix) Completely resolved the Codex write issue on Windows
  • P0 (feat) Added Codex MCP support
  • P0 (feat) Added Codex AGENTS.md instruction set support
  • P1 (feat) Added auto-injection of current active file content for Codex
  • P1 (feat) Filter Codex session history by current project path (previously showed all)
  • P1 (feat) Implemented new TodoList UI interaction
  • P1 (feat) Implemented new batch write and batch read interactions
  • P1 (feat) Auto-expand latest thinking block during streaming output
  • P1 (refactor) Split and refactored input box and conversation code for better maintainability
  • P2 (chore) Reserved OpenCode support
  • P2 (style) Improved other interaction details

Next up: v0.1.6 development

v0.1.6 will bring more features, better performance, and the highly anticipated VSCode extension and standalone client.

The project is under active development with continuous updates. For more iteration progress, please read CHANGELOG.md


Installation

IDEA Claude Code GUI Installation


Collaborative Contributing

For contributing guidelines, please read CONTRIBUTING.md


Local Development and Debugging

1. Install Frontend Dependencies

cd webview
npm install

2. Install ai-bridge Dependencies

cd ai-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!

zhukunpenglinyutong
🔥🔥🔥
M1sury gadfly3173
🔥🔥
song782360037
🔥
hpstream
🔥
imblowsnow Rinimabi
GotoFox changshunxu520 lie5860 buddhist-coder LaCreArthur dungnguyent8
🔥
magic5295
JackWPP luhua-123 geofqiu-hub 1lck fz-lyle

Sponsor(赞助)

If this project has been helpful to you, please consider sponsoring. Your support motivates me to keep maintaining it!

Alipay
Alipay
WeChat
WeChat
PayPal
PayPal

Sponsors List

Thanks to the following sponsors for their support ❤️

Name Amount Date
*k ¥10 2026.1.27
*猫 ¥6.66 2026.1.27
G*e ¥20 2026.1.26
*鹏 ¥10 2026.1.26
*尚 ¥3.66 2026.1.25
*一 ¥6.66 2026.1.24
*飞 ¥3 2026.1.24
*宇 ¥18 2026.1.23
M*s ¥10 2026.1.23
I*n ¥10 2026.1.23
*g ¥100 2026.1.23
*大脚丫 ¥5 2026.1.22
*川 ¥20 2026.1.22
s*y ¥50 2026.1.22
*生 ¥50 2026.1.22
*春 ¥15 2026.1.22
*桑 ¥8.88 2026.1.22
*万 ¥9.9 2026.1.22

No matter the amount, I will add you to the sponsors list. Thank you for your support!


AtomGit

https://atomgit.com/zhukunpenglinyutong/idea-claude-code-gui


Star History

Star History

About

IDEA Claude Code GUI Plugin

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 48.2%
  • Java 36.7%
  • JavaScript 6.6%
  • Less 6.0%
  • CSS 2.5%