AIAny
AI Client2025
Icon for item

CC GUI (Claude or Codex)

Provides an in‑IDE interface for IntelliJ IDEA to interact with Anthropic Claude Code and OpenAI Codex for AI-assisted coding. Supports dual-engine switching, file-aware context, session history, agent skills, MCP extensions, and security/permission controls.

Introduction

Embedding LLM-powered coding assistance directly inside the IDE reduces context switching and preserves exact file context — a real advantage when prompts need precise snippets, symbols, or navigation references. CC GUI is designed to bring multiple code-oriented LLM providers into IntelliJ with features aimed at making those interactions reproducible, auditable, and extensible.

What Sets It Apart
  • Dual-engine support (Claude Code + OpenAI Codex): lets you compare model outputs or fall back between providers without leaving the IDE, so you can choose the model that best matches accuracy, style, or cost for a specific task.
  • File-aware prompts and conversation rewind: injects @file references and keeps session history so prompts use exact code context and you can revert or replay interactions — which improves reproducibility when iterating on fixes or refactors.
  • Built-in Agent/skills system and MCP support: enables scripted multi-step actions (init, review, automated tasks) and remote extension through MCP, so routine code workflows can be partially automated and integrated with external services.
  • Governance and security controls: the project documents permission management and a planned security-review cadence before releases, making it clearer how the plugin treats API keys, telemetry, and code data — important for teams concerned about leakage or compliance.
Who It's For and Trade-offs

Great fit if you work in the IntelliJ/JetBrains ecosystem and want provider-agnostic AI coding assistance directly in the IDE, especially when you need file-level context, session history, or automation via agent skills. It suits developers who are comfortable supplying API keys for external LLMs and who value editable conversation history and diff comparisons.

Look elsewhere if you need offline/local-only LLMs (the plugin relies on external providers), enterprise-grade vendor support or contractual guarantees from Anthropic/OpenAI, or extremely tight data residency controls — those scenarios typically require dedicated on-prem solutions or vendor-managed integrations. Also expect API usage costs and variable latency depending on the chosen model/provider.

Where It Fits

Positioned as an IDE client that bridges multiple model providers, CC GUI competes with other coding assistants (e.g., GitHub Copilot) by offering multi-provider flexibility, explicit session management, and an agent/skill architecture rather than a single-vendor, built-in code completion system. That makes it useful for teams experimenting with different LLMs or building custom AI-assisted workflows inside IntelliJ.

Information

  • Websitegithub.com
  • Authorszhukunpenglinyutong
  • Published date2025/11/20

More Items

GitHub
AI Agent2026

Provides a ruleset and skills that make AI coding agents prefer the simplest correct implementation: reuse existing code, prefer stdlib/native features, and only write minimal new code. Cuts generated LOC, tokens, cost and time while preserving validation and safety.

GitHub
AI Client2025

Enhances web AI chat interfaces (Gemini, AI Studio, Claude, ChatGPT) with folder-based conversation organization, timeline navigation, prompt vault, cloud sync, chat export, UI fixes and a plugin engine. Runs as a browser extension and includes cross-site prompt management and Mermaid rendering.

GitHub
AI Agent2026

Manages real tmux-backed terminals and AI agents as draggable nodes on an infinite pan/zoom canvas, with a Trello-style kanban view, persistent sessions that survive restarts, mobile companion support, and a browser Server Edition for self-hosting.