Add CCHub - Claude Code desktop control panel#253
Add CCHub - Claude Code desktop control panel#253Moresl wants to merge 1 commit intoPatrickJS:mainfrom
Conversation
📝 WalkthroughWalkthroughAdded a new entry for CCHub to the "Build Tools and Development" section of the README, documenting it as a desktop control panel for the Claude Code/Codex/Gemini CLI ecosystem with a link to its GitHub repository. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Warning |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@README.md`:
- Line 230: The README entry for "CCHub" is out of alphabetical order in the
"Build Tools and Development" section and uses an absolute GitHub URL; move the
"CCHub" list item so it is correctly alphabetized within the Build Tools and
Development category and replace the absolute link with the repository's
relative link style (matching other entries) so it follows the project's README
link convention; locate the "CCHub" list item text and adjust its position and
link accordingly.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
| - [Tauri (Svelte, TypeScript Guide)](./rules/tauri-svelte-typescript-guide-cursorrules-prompt-f/.cursorrules) - Cursor rules for Tauri development with Svelte and TypeScript guide integration. | ||
| - [TypeScript Code Convention](./rules/typescript-code-convention-cursorrules-prompt-file/.cursorrules) - Cursor rules for TypeScript development with code convention integration. | ||
| - [VSCode Extension (Electron/TypeScript)](./rules/chrome-extension-dev-js-typescript-cursorrules-pro/.cursorrules) - Cursor rules for VSCode extension development with Electron and TypeScript integration. | ||
| - [CCHub](https://github.com/Moresl/cchub) - A desktop control panel for the Claude Code / Codex / Gemini CLI ecosystem. Manage MCP servers, config profiles, agent skills, CLAUDE.md, hooks, and workflow templates from a single Tauri app (Windows / macOS / Linux). |
There was a problem hiding this comment.
Move this entry to preserve category ordering and use the repository’s link convention.
CCHub is out of alphabetical order in Build Tools and Development and the new link is absolute, which conflicts with this repo’s README link rule.
Suggested adjustment
### Build Tools and Development
+- [CCHub](./rules/<cchub-folder>/.cursorrules) - A desktop control panel for the Claude Code / Codex / Gemini CLI ecosystem. Manage MCP servers, config profiles, agent skills, CLAUDE.md, hooks, and workflow templates from a single Tauri app (Windows / macOS / Linux).
- [Chrome Extension (JavaScript/TypeScript)](./rules/chrome-extension-dev-js-typescript-cursorrules-pro/.cursorrules) - Cursor rules for Chrome extension development with JavaScript and TypeScript integration.
...
-- [CCHub](https://github.com/Moresl/cchub) - A desktop control panel for the Claude Code / Codex / Gemini CLI ecosystem. Manage MCP servers, config profiles, agent skills, CLAUDE.md, hooks, and workflow templates from a single Tauri app (Windows / macOS / Linux).As per coding guidelines, "Maintain alphabetical order within each category in the README.md file" and "Ensure all links in the README.md file are relative and correct".
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@README.md` at line 230, The README entry for "CCHub" is out of alphabetical
order in the "Build Tools and Development" section and uses an absolute GitHub
URL; move the "CCHub" list item so it is correctly alphabetized within the Build
Tools and Development category and replace the absolute link with the
repository's relative link style (matching other entries) so it follows the
project's README link convention; locate the "CCHub" list item text and adjust
its position and link accordingly.
CCHub
CCHub is an open-source (MIT) desktop control
panel for the Claude Code / Codex / Gemini CLI ecosystem. It is built with Tauri
2 + React + Rust, ships as a single ~20MB binary, and runs on Windows / macOS /
Linux.
What it does
clients from one place
Codex CLI, Gemini CLI, OpenCode, OpenClaw and hot-switch between them
Autopilot, i18n (EN / CN / JP)
Why it might fit this list
It is a real, released product (v1.4.0), with clean screenshots, a PROMOTION
page, and an active release pipeline. If you think it does not fit the scope of
this list, please close this PR and I will respect that — thanks either way for
the work on the list!
Summary by CodeRabbit