clisbot 0.1.45-beta.4 → 0.1.45-beta.6

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
@@ -118,7 +118,7 @@ If you want to try first without persisting the token yet, just remove `--persis
118
118
  Next steps:
119
119
 
120
120
  - For security, DMs default to pairing.
121
- - Existing `0.1.43` configs upgrade directly to `0.1.45` automatically on first run. clisbot writes a backup first under `~/.clisbot/backups/`, then rewrites the config to the current shape.
121
+ - Existing configs from any version before `0.1.45` update directly to `0.1.45` automatically on first run. clisbot writes a backup first under `~/.clisbot/backups/`, then rewrites the config to the current shape.
122
122
  - Shared Slack channels, Slack groups, Telegram groups, and Telegram topics are a separate gate: normal users need an explicit route such as `group:<id>` or `topic:<chatId>:<topicId>` before the bot will talk there. Legacy Slack `channel:<id>` input still works for compatibility.
123
123
  - After a shared surface is admitted, per-surface sender control comes from the bot's default shared rule `groups["*"]` plus any route-local `allowUsers` or `blockUsers`.
124
124
  - If the effective shared policy is `disabled`, the bot stays silent there for everyone, including owner/admin.
@@ -139,7 +139,7 @@ Need the step-by-step setup docs instead of the shortest path?
139
139
 
140
140
  - Telegram: [Telegram Bot Setup](docs/user-guide/telegram-setup.md)
141
141
  - Slack: [Slack App Setup](docs/user-guide/slack-setup.md)
142
- - Release notes: [CHANGELOG.md](CHANGELOG.md) and [docs/releases/](docs/releases/README.md)
142
+ - Release history: [CHANGELOG.md](CHANGELOG.md), [release notes](docs/releases/README.md), [update guide](docs/update/README.md), [operator updates](docs/updates/README.md), and [migration index](docs/migrations/index.md)
143
143
  - Slack app manifest template: [app-manifest.json](templates/slack/default/app-manifest.json)
144
144
  - Slack app manifest guide: [app-manifest-guide.md](templates/slack/default/app-manifest-guide.md)
145
145
 
@@ -152,18 +152,20 @@ What happens next:
152
152
  - fresh bootstrap only enables the channels you name explicitly
153
153
  - after the persisted first run, later restarts can use plain `clisbot start`
154
154
 
155
- ## Big Upgrades In v0.1.39
155
+ ## Recent Release Highlights
156
156
 
157
- - Much better native Slack and Telegram rendering, so replies are easier to read and feel far less like pasted terminal output.
158
- - A much cleaner first-run path, with a clearer bot-first setup story and better setup docs.
159
- - Stronger pairing, auth, and safer shared-channel behavior by default.
160
- - More trustworthy long-running work, with better attach, detach, recovery, and operator visibility.
161
- - Real recurring automation with `/loop`.
157
+ - `v0.1.45`: safer personal and team bots in real Slack and Telegram groups, automatic direct updates from older installs, more reliable scheduled loops, clearer sender and surface context, Telegram audio support, and stricter streaming/session isolation.
158
+ - `v0.1.43`: more durable runtime recovery, clearer routed follow-up controls, more truthful tmux prompt submission checks, better queued-start notifications, and safer Slack thread attachment behavior.
159
+ - `v0.1.39`: the first large release of the current bot-first shape, with native Slack and Telegram rendering, cleaner first-run setup, stronger pairing/auth defaults, better long-running run visibility, and recurring `/loop` automation.
160
+
161
+ There are many more useful fixes and operator improvements in the full release notes, including config update safety, CLI help, setup docs, runner debugging, route policy behavior, and channel-specific polish.
162
162
 
163
163
  Read the full notes here:
164
164
 
165
165
  - [CHANGELOG.md](CHANGELOG.md)
166
166
  - [Release Notes Index](docs/releases/README.md)
167
+ - [v0.1.45 Release Notes](docs/releases/v0.1.45.md)
168
+ - [v0.1.43 Release Notes](docs/releases/v0.1.43.md)
167
169
  - [v0.1.39 Release Notes](docs/releases/v0.1.39.md)
168
170
 
169
171
  If you prefer Slack first:
@@ -191,11 +193,11 @@ bun run start --cli codex --bot-type personal --telegram-bot-token <your-telegra
191
193
 
192
194
  Repo-local `bun run start|stop|restart|status|logs|init|pairing` is pinned by `.env` to `CLISBOT_HOME=~/.clisbot-dev`, so local testing does not accidentally reuse your main `~/.clisbot` runtime.
193
195
 
194
- Upgrade note for existing installs:
196
+ Update note for existing installs:
195
197
 
196
198
  - `v0.1.39` includes breaking changes in config shape and in the main CLI command surface.
197
- - If you already run an older install, ask Codex or Claude in this repo to update your current config before upgrading.
198
- - The upgrade itself is still simple:
199
+ - If you already run an older install, ask Codex or Claude in this repo to update your current config before updating the package.
200
+ - The package update itself is still simple:
199
201
 
200
202
  ```bash
201
203
  clisbot stop
@@ -337,13 +339,15 @@ Most users only need a small set of commands at first:
337
339
 
338
340
  - `clisbot start`: start the bot runtime and create the default first-run setup when needed.
339
341
  - `clisbot restart`: restart the runtime cleanly; use this first when the bot stops responding.
340
- - `clisbot stop`: stop the runtime cleanly before upgrades, config changes, or maintenance.
342
+ - `clisbot stop`: stop the runtime cleanly before updates, config changes, or maintenance.
341
343
  - `clisbot stop --hard`: stop the runtime and kill all tmux runner sessions on the configured clisbot socket; use this when stale runner panes, old environment variables, or stuck sessions survive a normal restart.
342
344
  - `clisbot status`: check whether the runtime, channels, and active sessions look healthy.
343
345
  - `clisbot logs`: inspect recent runtime logs when startup, routing, or replies look wrong.
344
346
  - `clisbot runner list`: list the live tmux-backed runner sessions and see what is active.
345
347
  - `clisbot runner watch <session-name>`: live-watch one specific session when debugging a real run.
346
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`).
347
351
 
348
352
  Full operator command reference:
349
353
 
@@ -324,7 +324,6 @@
324
324
  "socketPath": "~/.clisbot-dev/state/clisbot.sock"
325
325
  },
326
326
  "trustWorkspace": true,
327
- "startupDelayMs": 3000,
328
327
  "startupRetryCount": 2,
329
328
  "startupRetryDelayMs": 1000,
330
329
  "promptSubmitDelayMs": 150,