scream-code 0.9.2 → 0.9.4

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
@@ -153,15 +153,15 @@ Open scream-code, type `/cc-connect`, and follow the prompts to select your plat
153
153
 
154
154
  Follow the steps to complete setup, then start the background daemon (scream-code can be closed while the daemon runs).
155
155
 
156
- **Remote chat quick commands:**
156
+ **cc-connect remote chat quick commands (only the following are supported):**
157
157
 
158
158
  | Command | Description |
159
159
  |---------|-------------|
160
- | `/new` | Create new session |
161
- | `/bind setup` | Enable file transfer (PDF, images, etc.) |
162
- | `/mode` | View available modes |
163
- | `/mode yolo` | Auto-approve all tools |
164
- | `/mode default` | Ask before each tool call |
160
+ | `/new` | Overwrite and create new session |
161
+ | `/current` | View current session status |
162
+ | `/mode [name]` | Switch mode |
163
+ | `/reasoning [level]` | View or switch reasoning effort |
164
+ | `/stop` | Stop current execution |
165
165
 
166
166
  ---
167
167
 
@@ -344,15 +344,15 @@ npm install -g cc-connect
344
344
 
345
345
  按照步骤完成配置与链接后,输入命令启动后台守护进程(关闭 screamcode 也可在后台聊天)。
346
346
 
347
- **远程聊天快捷指令:**
347
+ **cc-connect远程聊天常用快捷指令(仅支持以下指令):**
348
348
 
349
349
  | 指令 | 说明 |
350
350
  |------|------|
351
- | `/new` | 创建新会话 |
352
- | `/bind setup` | 开启文件传送功能,支持 PDF、图片等 |
353
- | `/mode` | 查看可用模式 |
354
- | `/mode yolo` | 自动批准所有工具 |
355
- | `/mode default` | 每次工具调用前询问 |
351
+ | `/new` | 覆盖并创建新会话 |
352
+ | `/current` | 查看当前会话状态 |
353
+ | `/mode [名称]` | 切换模式 |
354
+ | `/reasoning [等级]` | 查看或切换推理强度 |
355
+ | `/stop` | 停止当前执行 |
356
356
 
357
357
  ---
358
358