Skip to content

Add CCHub - Claude Code desktop control panel#13

Open
Moresl wants to merge 1 commit intolst97:mainfrom
Moresl:add-cchub
Open

Add CCHub - Claude Code desktop control panel#13
Moresl wants to merge 1 commit intolst97:mainfrom
Moresl:add-cchub

Conversation

@Moresl
Copy link
Copy Markdown

@Moresl Moresl commented Apr 13, 2026

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

  • MCP marketplace - browse, install, enable/disable MCP servers for multiple
    clients from one place
  • Config profiles - manage multiple API endpoints / keys for Claude Code,
    Codex CLI, Gemini CLI, OpenCode, OpenClaw and hot-switch between them
  • Agent skills browser - install / update / remove skills per CLI
  • Workflow templates, CLAUDE.md editor, hooks visualizer, security audit,
    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!

@qodo-code-review
Copy link
Copy Markdown

Review Summary by Qodo

Add CCHub desktop control panel to tools list

✨ Enhancement

Grey Divider

Walkthroughs

Description
• Adds CCHub to the list of available tools
• CCHub is a desktop control panel for Claude Code ecosystem
• Supports MCP server management and configuration profiles
• Available on Windows, macOS, and Linux platforms
Diagram
flowchart LR
  README["README.md"] -- "adds CCHub entry" --> TOOLS["Tools List"]
  TOOLS -- "desktop control panel" --> FEATURES["MCP Servers<br/>Config Profiles<br/>Agent Skills"]
Loading

Grey Divider

File Changes

1. README.md 📝 Documentation +1/-0

Add CCHub tool entry to README

• Adds a new entry for CCHub tool in the tools/agents section
• Includes link to CCHub GitHub repository
• Describes key features: MCP server management, config profiles, agent skills, CLAUDE.md editor,
 hooks, and workflow templates
• Notes platform support for Windows, macOS, and Linux

README.md


Grey Divider

Qodo Logo

@qodo-code-review
Copy link
Copy Markdown

qodo-code-review bot commented Apr 13, 2026

Code Review by Qodo

🐞 Bugs (0)   📘 Rule violations (1)   📎 Requirement gaps (0)
📘\ ≡ Correctness (1)

Grey Divider


Remediation recommended

1. README bash block has markdown 📘
Description
A Markdown list item was added inside a fenced ```bash code block, making the snippet invalid bash
and misleading for users following installation steps. This risks formatting/lint failures and
degrades documentation correctness.
Code

README.md[120]

+- [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).
Evidence
PR Compliance ID 6 requires changes to pass formatting/linting gates; the added line is Markdown
content placed inside a bash code fence, which is not a valid shell command and indicates a
formatting/correctness issue in the changed content.

CLAUDE.md
README.md[118-124]
README.md[120-120]

Agent prompt
The issue below was found during a code review. Follow the provided context and guidance below and implement a solution

## Issue description
A Markdown bullet (`- [CCHub](...) ...`) was inserted inside a fenced `bash` code block in `README.md`, which makes the snippet invalid shell and confusing.

## Issue Context
The fenced block under "Manual Installation" should contain runnable shell commands only.

## Fix Focus Areas
- README.md[118-124]

ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools


Grey Divider

ⓘ The new review experience is currently in Beta. Learn more

Grey Divider

Qodo Logo

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request adds a link to the CCHub tool in the README. The review feedback correctly identifies that the entry was placed inside a bash code block, which prevents proper markdown rendering and introduces invalid shell syntax.


```bash
# Prevent replacing documents from other providers
- [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).
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The CCHub entry is currently placed inside a bash code block. This is invalid syntax for a shell script and will cause errors if a user tries to copy-paste the block. Additionally, the markdown link will not render correctly inside a code block. Please move this line outside of the code block, preferably to a new section for tools or before the installation instructions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant