switchroom 0.21.5 → 0.21.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.
@@ -2120,7 +2120,7 @@ var init_esm = __esm(() => {
2120
2120
  });
2121
2121
 
2122
2122
  // src/build-info.ts
2123
- var VERSION = "0.21.5", COMMIT_SHA = "a9aceb2f";
2123
+ var VERSION = "0.21.6", COMMIT_SHA = "ffc152ca";
2124
2124
 
2125
2125
  // src/cli/resolve-version.ts
2126
2126
  import { existsSync, readFileSync } from "node:fs";
@@ -21565,7 +21565,7 @@ function allocateAgentUid(name) {
21565
21565
  }
21566
21566
 
21567
21567
  // src/build-info.ts
21568
- var VERSION = "0.21.5";
21568
+ var VERSION = "0.21.6";
21569
21569
 
21570
21570
  // src/setup/hindsight-recall-passthrough.ts
21571
21571
  var HINDSIGHT_RECALL_TAG_WEIGHT_SEED = Object.freeze({ sidechain: 0.8 });
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.21.5",
4
+ "version": "0.21.6",
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": {
@@ -104467,10 +104467,10 @@ function startOutboxSweep(deps) {
104467
104467
  }
104468
104468
 
104469
104469
  // ../src/build-info.ts
104470
- var VERSION2 = "0.21.5";
104471
- var COMMIT_SHA = "a9aceb2f";
104472
- var COMMIT_DATE = "2026-08-10T21:47:53Z";
104473
- var LATEST_PR = 4603;
104470
+ var VERSION2 = "0.21.6";
104471
+ var COMMIT_SHA = "ffc152ca";
104472
+ var COMMIT_DATE = "2026-08-11T03:22:29Z";
104473
+ var LATEST_PR = 4605;
104474
104474
  var COMMITS_AHEAD_OF_TAG = 0;
104475
104475
 
104476
104476
  // gateway/boot-version.ts