chatccc 0.2.21 → 0.2.22

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.
package/README.md CHANGED
@@ -16,11 +16,13 @@ ChatCCC 把 Claude Code、Cursor Agent、Codex (OpenAI) 接入了飞书群聊:
16
16
 
17
17
  一句话:**在任何设备上打开飞书,就能让 Claude Code / Cursor / Codex 帮你写代码、排查问题、分析项目。**
18
18
 
19
- <p align="center">
20
- <img src="images/img_readme_0.jpg" alt="飞书群聊中使用 ChatCCC" width="280" />
21
- &emsp;
22
- <img src="images/img_readme_1.jpg" alt="思考过程和工具调用" width="280" />
23
- </p>
19
+ <p align="center">
20
+ <img src="images/img_readme_messages.jpg" alt="飞书会话列表" width="220" />
21
+ &nbsp;
22
+ <img src="images/img_readme_0.jpg" alt="飞书群聊中使用 ChatCCC" width="220" />
23
+ &nbsp;
24
+ <img src="images/img_readme_1.jpg" alt="思考过程和工具调用" width="220" />
25
+ </p>
24
26
 
25
27
  ---
26
28
 
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chatccc",
3
- "version": "0.2.21",
3
+ "version": "0.2.22",
4
4
  "description": "Feishu bot bridge for Claude Code",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",