A powerful IntelliJ IDEA plugin that provides a visual interface for Claude Code, OpenAI Codex, and iFlow triple 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.
- Claude Code - Anthropic's official AI programming assistant, supporting Opus 4.5 and other models
- OpenAI Codex - OpenAI's powerful code generation engine
- iFlow - Free AI models support with built-in marketplace and workflow capabilities
- GLM-4.7 (Zhipu)
- Kimi K2 (Moonshot)
- Qwen3 Coder (Alibaba)
- DeepSeek v3
- Free AI Models - Access to multiple free AI models without API costs
- Workflow Support - Automated workflow execution for complex tasks
- Built-in Marketplace - Discover and install extensions directly
- SubAgent System - Multi-agent collaboration for advanced scenarios
- 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
- Built-in Agent system for automated complex tasks
- Skills slash command system (/init, /review, etc.)
- MCP server support to extend AI capabilities
- 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)
- History session records and search
- Session favorites
- Message export support
- Provider management (cc-switch compatible)
- Usage statistics analysis
The project is under active development with continuous updates. For version history and iteration progress, please read CHANGELOG.md
IDEA Claude Code GUI Installation
For contributing guidelines, please read CONTRIBUTING.md
cd webview
npm installcd ai-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)MIT

