@ccmsg/cli 0.11.1 → 0.11.2
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/package.json +1 -1
- package/src/daemon/registry.ts +16 -3
package/package.json
CHANGED
package/src/daemon/registry.ts
CHANGED
|
@@ -201,9 +201,22 @@ const STARTING_PRESETS = [
|
|
|
201
201
|
},
|
|
202
202
|
},
|
|
203
203
|
{
|
|
204
|
-
name: "
|
|
205
|
-
description: "
|
|
206
|
-
opts: {
|
|
204
|
+
name: "recover",
|
|
205
|
+
description: "文脈の全回復。since / until で区切った区間の会話・作業・思考・合図と台帳",
|
|
206
|
+
opts: {
|
|
207
|
+
types: [
|
|
208
|
+
"message",
|
|
209
|
+
"tool",
|
|
210
|
+
"thinking",
|
|
211
|
+
"notice",
|
|
212
|
+
"hook",
|
|
213
|
+
"system.compact",
|
|
214
|
+
"system.api.error",
|
|
215
|
+
"system.task",
|
|
216
|
+
"system.attachment.queued_command",
|
|
217
|
+
"ids",
|
|
218
|
+
],
|
|
219
|
+
},
|
|
207
220
|
},
|
|
208
221
|
{
|
|
209
222
|
name: "audit",
|