switchroom 0.20.16 → 0.20.17
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/dist/cli/switchroom.js
CHANGED
|
@@ -2120,7 +2120,7 @@ var init_esm = __esm(() => {
|
|
|
2120
2120
|
});
|
|
2121
2121
|
|
|
2122
2122
|
// src/build-info.ts
|
|
2123
|
-
var VERSION = "0.20.
|
|
2123
|
+
var VERSION = "0.20.17", COMMIT_SHA = "75253052";
|
|
2124
2124
|
|
|
2125
2125
|
// src/cli/resolve-version.ts
|
|
2126
2126
|
import { existsSync, readFileSync } from "node:fs";
|
|
@@ -21559,7 +21559,7 @@ function allocateAgentUid(name) {
|
|
|
21559
21559
|
}
|
|
21560
21560
|
|
|
21561
21561
|
// src/build-info.ts
|
|
21562
|
-
var VERSION = "0.20.
|
|
21562
|
+
var VERSION = "0.20.17";
|
|
21563
21563
|
|
|
21564
21564
|
// src/setup/hindsight-recall-passthrough.ts
|
|
21565
21565
|
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.20.
|
|
4
|
+
"version": "0.20.17",
|
|
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": {
|
|
@@ -103439,10 +103439,10 @@ function startOutboxSweep(deps) {
|
|
|
103439
103439
|
}
|
|
103440
103440
|
|
|
103441
103441
|
// ../src/build-info.ts
|
|
103442
|
-
var VERSION2 = "0.20.
|
|
103443
|
-
var COMMIT_SHA = "
|
|
103444
|
-
var COMMIT_DATE = "2026-08-
|
|
103445
|
-
var LATEST_PR =
|
|
103442
|
+
var VERSION2 = "0.20.17";
|
|
103443
|
+
var COMMIT_SHA = "75253052";
|
|
103444
|
+
var COMMIT_DATE = "2026-08-08T01:54:42Z";
|
|
103445
|
+
var LATEST_PR = 4522;
|
|
103446
103446
|
var COMMITS_AHEAD_OF_TAG = 0;
|
|
103447
103447
|
|
|
103448
103448
|
// gateway/boot-version.ts
|