clisbot 0.1.45-beta.5 → 0.1.45-beta.7

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.
Files changed (3) hide show
  1. package/README.md +2 -0
  2. package/dist/main.js +3512 -2115
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -346,6 +346,8 @@ Most users only need a small set of commands at first:
346
346
  - `clisbot runner list`: list the live tmux-backed runner sessions and see what is active.
347
347
  - `clisbot runner watch <session-name>`: live-watch one specific session when debugging a real run.
348
348
  - `clisbot runner watch --latest --lines 100`: jump straight into the most recently active session with enough context to debug a just-submitted message.
349
+ - `clisbot queues list`: inspect pending durable queued prompts across the app.
350
+ - `clisbot queues create --channel telegram --target group:-1001234567890 --topic-id 4335 --sender telegram:1276408333 <prompt>`: create one durable same-session queued prompt, capped by `control.queue.maxPendingItemsPerSession` (default `20`).
349
351
 
350
352
  Full operator command reference:
351
353