switchroom 0.14.45 → 0.14.46

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.
@@ -285,3 +285,29 @@ agents:
285
285
  # admin: true
286
286
  # system_prompt_append: |
287
287
  # You are the fleet admin agent. Always respond concisely.
288
+
289
+ # ── Supergroup mode (advanced, opt-in) ───────────────────────────
290
+ # By default every agent DMs you privately. Supergroup mode instead
291
+ # has ONE agent OWN a Telegram forum supergroup: its replies and its
292
+ # automated events (boot, alerts, cron, approvals) route into per-
293
+ # topic threads inside that one group, so a busy agent's work stays
294
+ # organised by subject instead of flooding a single DM.
295
+ #
296
+ # `switchroom setup` offers this as an optional step, or add it by
297
+ # hand below. Setting `chat_id` is the minimum — `default_topic_id`
298
+ # auto-defaults to General (topic 1). Create the forum supergroup in
299
+ # Telegram first, add the bot as an admin, and find the numeric id
300
+ # (the digits after t.me/c/ in a message link, written as -100…).
301
+ # Full guide: docs/supergroup-mode.md.
302
+ #
303
+ # social:
304
+ # topic_name: "Social"
305
+ # bot_token: "vault:telegram-social-bot-token" # its own bot
306
+ # channels:
307
+ # telegram:
308
+ # chat_id: "-1001234567890" # the forum supergroup this agent owns
309
+ # default_topic_id: 1 # fallback topic (1 = General); optional
310
+ # topic_aliases: # name → topic id, for cron + ops routing
311
+ # alerts: 12 # boot / watchdog / compaction events
312
+ # admin: 7 # vault / permission / mutation events
313
+ # planning: 3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "switchroom",
3
- "version": "0.14.45",
3
+ "version": "0.14.46",
4
4
  "description": "Run Claude Code 24/7 on your Claude Pro/Max subscription over Telegram. Open-source alternative to OpenClaw and NanoClaw — no API keys.",
5
5
  "type": "module",
6
6
  "bin": {