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 +12 -12
- package/dist/{app-Ir0w8ElF.mjs → app-D7S2yEaM.mjs} +336 -426
- package/dist/main.mjs +1 -1
- package/icon.ico +0 -0
- package/package.json +1 -2
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
|
-
**
|
|
156
|
+
**cc-connect remote chat quick commands (only the following are supported):**
|
|
157
157
|
|
|
158
158
|
| Command | Description |
|
|
159
159
|
|---------|-------------|
|
|
160
|
-
| `/new` |
|
|
161
|
-
| `/
|
|
162
|
-
| `/mode` |
|
|
163
|
-
| `/
|
|
164
|
-
| `/
|
|
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
|
-
| `/
|
|
353
|
-
| `/mode` |
|
|
354
|
-
| `/
|
|
355
|
-
| `/
|
|
351
|
+
| `/new` | 覆盖并创建新会话 |
|
|
352
|
+
| `/current` | 查看当前会话状态 |
|
|
353
|
+
| `/mode [名称]` | 切换模式 |
|
|
354
|
+
| `/reasoning [等级]` | 查看或切换推理强度 |
|
|
355
|
+
| `/stop` | 停止当前执行 |
|
|
356
356
|
|
|
357
357
|
---
|
|
358
358
|
|