AI 编程 4.0 · 优秀 2026-04-28 · GitHub

cc-connect: Bridge local AI coding agents to messaging platforms

cc-connect 将本地 AI 编程 agent(Claude Code、Codex、Cursor Agent 等 10+ 种)桥接到 11 个主流聊天平台(飞书、钉钉、Telegram、Slack、Discord、微信等),实现从任意设备通过聊天控制本地 AI 编码助手。v1.3.0 新增 Web 管理界面、生命周期钩子、技能管理、个人微信支持等特性,支持 slash 命令切换模型、调整推理级别、管理会话目录和定时任务,无需公网 IP。

打开原文回到归档

cc-connect: Bridge local AI coding agents to messaging platforms

GitHub: https://github.com/chenhg5/cc-connect Stars: 6424 (截至 2026-04-27) License: MIT

项目概述

cc-connect bridges AI agents running on your machine to the messaging platforms you already use. Code review, research, automation, data analysis — anything an AI agent can do, now accessible from your phone, tablet, or any device with a chat app.

支持的 AI Agent(10+)

Claude Code, Codex, Cursor Agent, Kimi CLI, Qoder CLI, Gemini CLI, OpenCode, iFlow CLI, Pi, Devin — plus any agent that supports the Agent Client Protocol (ACP).

支持的聊天平台(11个)

Feishu, DingTalk, Slack, Telegram, Discord, WeChat Work, Weibo, LINE, QQ, QQ Bot (Official), Weixin (personal).

核心特性

🌐 Web Admin UI (v1.3.0)

Full management dashboard embedded in the binary — no extra dependencies. Create and edit projects, manage providers, monitor sessions, edit cron jobs, and chat with your agent directly from the browser.

🤖 Universal Agent Support

10+ AI Agents 支持,跨平台统一接入。

📱 Platform Flexibility

Most platforms need zero public IP.

🔄 Multi-Agent Orchestration

Multi-Bot Relay — Bind multiple bots in a group chat and let them communicate with each other.

🎮 Complete Chat Control

Switch models (/model), tune reasoning (/reasoning), change permission modes (/mode), manage sessions, all via slash commands.

🧠 Persistent Memory

Read and write agent instruction files (/memory) without touching the terminal.

⏰ Intelligent Scheduling

Set up cron jobs in natural language.

🎤 Multimodal Support

Voice & Images — Send voice messages or screenshots.

安装方式

  • npm: npm install -g cc-connect
  • Homebrew: brew install cc-connect
  • Binary from GitHub Releases
  • Build from source (requires Go 1.22+)

v1.3.0 新特性

  • Lifecycle Event Hooks
  • Skill Management
  • Global Provider Management
  • Personal WeChat 支持(ilink long-polling)
  • Weibo DM 支持
  • Feishu 增强(@name mentions, reply chains)
  • Kimi CLI 和 Pi agent 支持
备注:原文抓取自 GitHub README。