@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ccmsg/cli",
3
- "version": "0.11.1",
3
+ "version": "0.11.2",
4
4
  "description": "The ccmsg daemon, CLI and agent plugins for one instance (= one config home)",
5
5
  "license": "MIT",
6
6
  "author": "kawaz",
@@ -201,9 +201,22 @@ const STARTING_PRESETS = [
201
201
  },
202
202
  },
203
203
  {
204
- name: "handoff",
205
- description: "後継セッションへの引き継ぎ。直近の会話と、走っているものの台帳",
206
- opts: { types: ["message", "system.task", "ids"] },
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",