AIAny
AI Client2025
Icon for item

CC GUI (Claude or Codex)

Provides an IntelliJ IDEA plugin that embeds both Anthropic Claude Code and OpenAI Codex into the IDE — conversation-aware code assistance, @file context, session management, agent/skills commands, and provider switching for in-IDE AI coding workflows.

Introduction

Most IDE AI plugins wrap a single model or provider; this project treats the IDE as a multi-provider workspace where you can run, compare, and orchestrate different coding assistants without leaving the editor. That matters because switching between web UIs and your codebase breaks context and slows iteration — CC GUI keeps prompts, file context, and session history inside IDEA while letting you route tasks to different LLM engines.

What Sets It Apart
  • Dual-engine support (Claude Code + OpenAI Codex) — so you can compare outputs, fallback between providers, or use different models for drafting vs. reviewing without juggling multiple tools.
  • Conversation-driven coding with @file references and image attachments — so prompts carry precise file context and visual requirements, reducing the need to copy/paste code into external chat windows.
  • Built-in Agent & skills system (slash commands like /init, /review) plus MCP server compatibility — so repetitive workflows can be automated inside the IDE and extended via external microservices.
  • Session management and usage analytics with permission controls and planned security audits — so teams can keep histories, favorite sessions, and meet basic security governance before releases.
Who It's For and Trade-offs

Great fit if you use JetBrains IDEs and want an in-IDE way to experiment with multiple coding LLMs, automate review tasks, or keep rich, searchable AI conversation history linked to your project. It helps developers who need side-by-side model comparisons or want to build small agentized workflows inside their editor.

Look elsewhere if you need an officially supported enterprise integration with guaranteed vendor SLAs (this is a community OSS plugin), or if you require a single-provider, deeply integrated corporate Copilot-like experience managed by your company — CC GUI is built for flexible, user-driven multi-provider workflows and may require configuration and provider credentials to use fully.

Where It Fits

Compared with vendor-built IDE assistants, CC GUI is agnostic: it focuses on provider switching, session control, and lightweight automation rather than embedding a single vendor's telemetry and billing model. That makes it useful for developers evaluating Claude vs. Codex or combining them in compositional workflows.

Information

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

Categories

More Items

GitHub
AI Client2026

Terminal-native AI coding agent that runs as a single static Go binary and preserves long LLM sessions using DeepSeek-aware prefix caching. Config- and plugin-driven: supports multiple providers, separate planner/executor sessions, and CLI/TUI, desktop and VS Code integrations.

GitHub
AI Agent2026

A curated collection of Korea-focused AI agent skills that enable agents to perform local tasks — ticket booking, public-data lookups, e-commerce and messaging integrations — via prebuilt connectors and an optional hosted proxy for API keys and fallbacks.

GitHub
AI Client2026

Provides a desktop app and an MCP endpoint to share AI skills, plugins, and connected services across agents and teams. Includes a local-first workspace for macOS/Windows/Linux, an MCP that integrates with Codex/Claude/Cursor, and an org control plane for publishing capabilities and managing access.