demian-cli 1.0.9 → 1.1.1

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
@@ -273,6 +273,10 @@ demian-plain "Give me a release checklist"
273
273
  Inside the TUI:
274
274
 
275
275
  - `/compact`: summarize older conversation history.
276
+ - `/session list`: show saved CLI conversations.
277
+ - `/session new [title]`: start a fresh conversation.
278
+ - `/session switch <number|id|title>`: switch to a saved conversation.
279
+ - `/session rename <title>` and `/session delete <number|id|title>`: manage conversations.
276
280
  - `/stop`: stop active work.
277
281
  - `/exit` or `/quit`: close Demian.
278
282
  - `/goal ...`: start a verified long-running objective.
@@ -338,6 +342,8 @@ Web search asks for permission because it may call paid third-party APIs.
338
342
  Demian uses both user-level and project-level storage:
339
343
 
340
344
  - `~/.demian/config.json` or `~/.demian/config.jsond`: user config.
345
+ - `~/.demian/conversations.json` and `~/.demian/conversations/`: saved CLI and
346
+ VS Code conversations.
341
347
  - `.demian/config.json` or `.demian/config.jsond`: project config.
342
348
  - `.demian/preferences.json`: remembered provider/model choice for the current
343
349
  workspace.