An open API service indexing awesome lists of open source software.

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

IDEA Claude Code GUI Plugin
https://github.com/zhukunpenglinyutong/idea-claude-code-gui

Last synced: 5 months ago
JSON representation

IDEA Claude Code GUI Plugin

Awesome Lists containing this project

README

          

# IDEA Claude Code GUI Plugin

Image

**English** · [简体中文](./README.zh-CN.md)

![][github-contributors-shield] ![][github-forks-shield] ![][github-stars-shield] ![][github-issues-shield]

zhukunpenglinyutong%2Fidea-claude-code-gui | Trendshift

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:

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

---

## Installation

[IDEA Claude Code GUI Installation](https://plugins.jetbrains.com/plugin/29342-claude-code-gui)

---

### Collaborative Contributing

For contributing guidelines, please read [CONTRIBUTING.md](CONTRIBUTING.md)

---

## Local Development and Debugging

### 1. Install Frontend Dependencies

```bash
cd webview
npm install
```

### 2. Install ai-bridge Dependencies

```bash
cd ai-bridge
npm install
```

### 3. Debug Plugin

Run in IDEA:
```bash
./gradlew clean runIde
```

### 4. Build Plugin

```sh
./gradlew clean buildPlugin

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

---

## License

MIT

---

## 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




dsudomoin


---

## Sponsor

If this project is helpful to you, you can invite the author to have a KFC or a cup of coffee~

如果这个项目对你有帮助,想请作者吃顿肯德基(KFC)或者喝杯咖啡,都是可以的~

[View Sponsors List →](./SPONSORS.md)



Alipay


Alipay


WeChat


WeChat


PayPal


PayPal

---

## AtomGit

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

---

## Star History

[![Star History](https://api.star-history.com/svg?repos=zhukunpenglinyutong/idea-claude-code-gui&type=date&legend=top-left)](https://www.star-history.com/#zhukunpenglinyutong/idea-claude-code-gui&type=date&legend=top-left)

[github-contributors-shield]: https://img.shields.io/github/contributors/zhukunpenglinyutong/idea-claude-code-gui?color=c4f042&labelColor=black&style=flat-square
[github-forks-shield]: https://img.shields.io/github/forks/zhukunpenglinyutong/idea-claude-code-gui?color=8ae8ff&labelColor=black&style=flat-square
[github-issues-link]: https://github.com/zhukunpenglinyutong/idea-claude-code-gui/issues
[github-issues-shield]: https://img.shields.io/github/issues/zhukunpenglinyutong/idea-claude-code-gui?color=ff80eb&labelColor=black&style=flat-square
[github-license-link]: https://github.com/zhukunpenglinyutong/idea-claude-code-gui/blob/main/LICENSE
[github-stars-shield]: https://img.shields.io/github/stars/zhukunpenglinyutong/idea-claude-code-gui?color=ffcb47&labelColor=black&style=flat-square