chatccc 0.2.15 → 0.2.16

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 +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -89,6 +89,12 @@ irm 'https://cursor.com/install?win32=true' | iex
89
89
  1. **Cursor IDE 自带**:安装 [Cursor IDE](https://cursor.com) 后,部分版本会自带 `agent` 或 `cursor-agent` 命令
90
90
  2. **独立安装**:Cursor 正在逐步提供独立的 CLI 安装方式
91
91
 
92
+ 安装后需登录 Cursor 账号:
93
+
94
+ ```bash
95
+ agent login
96
+ ```
97
+
92
98
  验证是否已安装(任一可用即可):
93
99
 
94
100
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chatccc",
3
- "version": "0.2.15",
3
+ "version": "0.2.16",
4
4
  "description": "Feishu bot bridge for Claude Code",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",