@rubytech/create-sitedesk-code 0.1.549 → 0.1.550

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": "@rubytech/create-sitedesk-code",
3
- "version": "0.1.549",
3
+ "version": "0.1.550",
4
4
  "description": "Install SiteDesk — automated back office for independent building contractors",
5
5
  "bin": {
6
6
  "create-sitedesk-code": "./dist/index.js"
@@ -9,6 +9,10 @@ Invoked by the admin agent directly.
9
9
 
10
10
  This is the platform's release timeline, newest first. Each entry shows the date it shipped and the version it shipped in, so you can tell the operator how current their install is. To compare, read the installed version from `capabilities-here` and match it against the versions below. Keep answers high level and in plain English; this is a summary, not a full commit log.
11
11
 
12
+ ## 2026-08-02 (0.1.550)
13
+
14
+ - A Telegram conversation now starts with its channel attached, so the assistant can reply on it rather than the session coming up unable to answer.
15
+
12
16
  ## 2026-08-02 (0.1.549)
13
17
 
14
18
  - Telegram now answers on the address it tells you to use, fixing messages that never arrived after yesterday's per-account change.
@@ -22448,6 +22448,7 @@ async function managerRcSpawn(opts) {
22448
22448
  adminUserId: opts.adminUserId,
22449
22449
  waChannel: opts.waChannel,
22450
22450
  webchatChannel: opts.webchatChannel,
22451
+ telegramChannel: opts.telegramChannel,
22451
22452
  role: opts.role,
22452
22453
  channel: opts.channel,
22453
22454
  senderId: opts.senderId,