Skip to content

song782360037/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-beta1 (Updated on January 8, 2026)

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

Star History

Star History

About

IDEA版 Claude Code GUI 插件

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

No contributors

Languages

  • TypeScript 50.4%
  • Java 34.7%
  • Less 5.9%
  • JavaScript 5.9%
  • CSS 3.1%
  • Kotlin 0.0%