mirror of
https://github.com/chenhg5/cc-connect.git
synced 2026-07-03 12:28:10 +08:00
Resolves the docs follow-up entries recorded in the dev-codex closed-issue ledger (2026-06-06 closed-issue-followup-ledger.md) for issues that were closed after being answered but still carry user value. Each FAQ entry points back to the originating issue/PR so searchers can confirm the answer and dig further. Issue coverage: - #501 OpenClaw via ACP — config snippet, ACP pairing requirement, pointer to the existing `config.example.toml` example, and the relation to #432 (empty responses when pairing is missing). The config snippet already exists in config.example.toml L1656-1686; this entry makes it discoverable from the FAQ. - #805 Personal WeChat group chat — explains that group chat IDs end with `@chatroom`, how to capture the ID from cc-connect logs, and answers the "how do I add the bot to a group?" question. A short version of the same content is also added to docs/weixin.md so it is co-located with the platform doc that handles this case. - #245 Telegram proxy — links to docs/telegram.md#21-optional-use-a-proxy (proxy support was added in PR #389, merged 2026-06-07). No duplication of the proxy config docs. No production code changes. No new dependencies. No README changes (both READMEs already mention ACP at the platform-feature level; the deeper setup steps live in docs/usage.md and the platform docs). Bilingual EN/ZH coverage matches the existing docs structure. Co-authored-by: Claude <noreply@anthropic.com>