chatccc 0.2.13 → 0.2.14

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 +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -154,7 +154,9 @@ CHATCCC_CODEX_COMMAND=/path/to/codex
154
154
 
155
155
  打开 [飞书开放平台](https://open.feishu.cn),创建一个**企业自建应用**。
156
156
 
157
- **添加应用能力**:开启「机器人」功能。
157
+ > **第一步:添加机器人(千万别忘!)**
158
+ >
159
+ > 创建应用后,立刻在「应用功能」中开启「机器人」能力。没有机器人,群聊里就收不到消息,整个 ChatCCC 无法工作。
158
160
 
159
161
  **权限配置(重要)**(在「权限管理」中按前缀搜索,**将以下两类前缀开头的权限全部开通**):
160
162
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chatccc",
3
- "version": "0.2.13",
3
+ "version": "0.2.14",
4
4
  "description": "Feishu bot bridge for Claude Code",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",