chatccc 0.2.200 → 0.2.201

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -166,6 +166,8 @@ npm run dev
166
166
 
167
167
  #### 飞书(推荐)
168
168
 
169
+ 如果 Chrome 已登录飞书开放平台,也可以让 Codex、Claude 或 Cursor 使用项目内的 [`create-chatccc-feishu-app`](.agents/skills/create-chatccc-feishu-app/SKILL.md) Skill,通过 Chrome DevTools/CDP 自动创建并配置机器人(默认 CDP 端口为 `15166`)。创建应用、开通权限和正式发布属于外部变更,执行前仍需明确确认;不要把 App Secret 写入对话或仓库。
170
+
169
171
  1. 打开 [飞书开放平台](https://open.feishu.cn),创建一个**企业自建应用**。
170
172
  2. 在「应用功能」里开启**机器人**能力。
171
173
  3. 在「权限管理」里开通 `im:` 和 `cardkit:` 前缀下的相关权限:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chatccc",
3
- "version": "0.2.200",
3
+ "version": "0.2.201",
4
4
  "description": "Feishu bot bridge for Claude Code",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",