switchroom 0.19.10 → 0.19.12

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.
@@ -2120,7 +2120,7 @@ var init_esm = __esm(() => {
2120
2120
  });
2121
2121
 
2122
2122
  // src/build-info.ts
2123
- var VERSION = "0.19.10", COMMIT_SHA = "d88584dd";
2123
+ var VERSION = "0.19.12", COMMIT_SHA = "c2de527a";
2124
2124
 
2125
2125
  // src/cli/resolve-version.ts
2126
2126
  import { existsSync, readFileSync } from "node:fs";
@@ -29506,15 +29506,25 @@ You're writing for a phone screen in Telegram. Every reply renders as rich Markd
29506
29506
 
29507
29507
  - **Short answers (a line or two): plain prose, no formatting.** "on it, pulling the
29508
29508
  logs now" is already perfect. No bold, no bullets, no headings.
29509
- - **Default: light structure.** Bold ONLY the one key fact or answer, never more. A
29509
+ - **Default: light structure.** Bold ONLY the one key fact or answer, never more.
29510
+ *Italic* for a light aside or a term of art \u2014 rarer than bold; if everything is
29511
+ emphasised, nothing is. ~~Strikethrough~~ only for a genuine retraction or a
29512
+ "was X, now Y" \u2014 never decoration. A
29510
29513
  list only for 3+ genuinely parallel items the reader will scan or compare; two items
29511
- or a flowing thought stay prose. \`code spans\` for identifiers: filenames, commands,
29514
+ or a flowing thought stay prose. A numbered list ONLY when order carries meaning
29515
+ (steps to follow, a ranking); a nested sub-list only for a real hierarchy, one level
29516
+ deep. \`code spans\` for identifiers: filenames, commands,
29512
29517
  config keys, error codes (tap-to-copy). Wrap dynamic identifiers in backticks:
29513
29518
  code-span content is literal, so it never needs escaping. Links as \`[label](url)\`,
29514
29519
  never bare pasted URLs mid-prose.
29515
29520
  - **Long answers may add the rich constructs, but only when they cut the reader's
29516
29521
  effort:** a GFM pipe table for real 2-D data (rows x columns); headings only in a
29517
- multi-section answer; \`>\` for quoted text; fenced code blocks ALWAYS with a language
29522
+ multi-section answer; a \`---\` divider only between genuinely separate sections of a
29523
+ long answer (a heading usually does the job alone); \`>\` for quoted text; a spoiler
29524
+ \`||text||\` ONLY when the reader should opt in before seeing it (a punchline, a plot
29525
+ detail, a shock number) \u2014 never for emphasis; \`==highlight==\` to marker-pen the one
29526
+ decisive phrase inside a longer passage \u2014 rarer than bold, never stacked with it;
29527
+ fenced code blocks ALWAYS with a language
29518
29528
  hint (\`\`\`diff, \`\`\`json, \`\`\`bash \u2014 bare fence only for non-code fixed-width output);
29519
29529
  and the flagship \u2014 the **expandable blockquote** \`**> first line\` + \`> continuation\`
29520
29530
  for a long quote, stack trace, or detailed aside the reader can collapse. Use it
@@ -29525,8 +29535,9 @@ Renders wrong on this path \u2014 never emit: underline (\`__x__\` renders as bo
29525
29535
 
29526
29536
  The framework normalizes mechanics in code on every outbound message: block spacing,
29527
29537
  em/en dashes, and \`\u2022\` bullet markers are
29528
- rewritten deterministically; unsupported tokens (\`^highlight^\`, \`$math$\`, \`<details>\`,
29529
- footnotes) are repaired; long messages are chunked safely at 32768 chars (fences and
29538
+ rewritten deterministically; unsupported tokens (the CARET \`^highlight^\` form \u2014
29539
+ \`==highlight==\` renders fine \u2014 plus \`$math$\`, \`<details>\`, footnotes) are repaired;
29540
+ long messages are chunked safely at 32768 chars (fences and
29530
29541
  table rows never bisected); over-bolded messages get their bold stripped. Don't
29531
29542
  hand-tune spacing or fight it \u2014 write the content, the gateway makes typography
29532
29543
  consistent. Long before the cap, ask whether a wall of text is the right answer at all.
@@ -26664,7 +26664,7 @@ import { existsSync as existsSync9, readFileSync as readFileSync7 } from "node:f
26664
26664
  import { dirname as dirname5, join as join7 } from "node:path";
26665
26665
 
26666
26666
  // src/build-info.ts
26667
- var VERSION = "0.19.10";
26667
+ var VERSION = "0.19.12";
26668
26668
 
26669
26669
  // src/cli/resolve-version.ts
26670
26670
  function readPackageVersion() {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "switchroom",
3
3
  "//version": "NOT the release version — source of truth is the git tag, resolved by scripts/build.mjs:resolveVersion() (see CLAUDE.md > Standard release process). This field is stale by design and only the Layer-4 dev/non-tag fallback for build.mjs + src/cli/resolve-version.ts; do NOT bump it expecting a release to pick it up. npm-pack tarball naming needs a real version — do that as an UNCOMMITTED pack-time bump (see release step 6), never a committed one.",
4
- "version": "0.19.10",
4
+ "version": "0.19.12",
5
5
  "description": "Run Claude Code 24/7 on your Claude Pro/Max subscription over Telegram. Open-source alternative to OpenClaw and NanoClaw — no API keys.",
6
6
  "type": "module",
7
7
  "bin": {
@@ -93614,10 +93614,10 @@ function startGatewayHeartbeat(stateDir, intervalMs = GATEWAY_HEARTBEAT_INTERVAL
93614
93614
  }
93615
93615
 
93616
93616
  // ../src/build-info.ts
93617
- var VERSION = "0.19.10";
93618
- var COMMIT_SHA = "d88584dd";
93619
- var COMMIT_DATE = "2026-07-21T11:39:08Z";
93620
- var LATEST_PR = 3495;
93617
+ var VERSION = "0.19.12";
93618
+ var COMMIT_SHA = "c2de527a";
93619
+ var COMMIT_DATE = "2026-07-21T22:14:51Z";
93620
+ var LATEST_PR = 3499;
93621
93621
  var COMMITS_AHEAD_OF_TAG = 0;
93622
93622
 
93623
93623
  // gateway/boot-version.ts