switchroom 0.18.22 → 0.18.23
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.18.
|
|
2123
|
+
var VERSION = "0.18.23", COMMIT_SHA = "a90cf518";
|
|
2124
2124
|
|
|
2125
2125
|
// src/cli/resolve-version.ts
|
|
2126
2126
|
import { existsSync, readFileSync } from "node:fs";
|
|
@@ -23982,6 +23982,8 @@ function isOwnedStaleLink(target, poolDir) {
|
|
|
23982
23982
|
return true;
|
|
23983
23983
|
if (target.startsWith("/opt/skills/"))
|
|
23984
23984
|
return true;
|
|
23985
|
+
if (target.includes("/switchroom-ai/skills/"))
|
|
23986
|
+
return true;
|
|
23985
23987
|
return false;
|
|
23986
23988
|
}
|
|
23987
23989
|
function reconcileAgentDefaultSkills(agentDir, optOuts = {}, defaults = getBuiltinDefaultSkillEntries(), poolDir = getBundledSkillsPoolDir()) {
|
|
@@ -26605,7 +26605,7 @@ import { existsSync as existsSync9, readFileSync as readFileSync7 } from "node:f
|
|
|
26605
26605
|
import { dirname as dirname4, join as join7 } from "node:path";
|
|
26606
26606
|
|
|
26607
26607
|
// src/build-info.ts
|
|
26608
|
-
var VERSION = "0.18.
|
|
26608
|
+
var VERSION = "0.18.23";
|
|
26609
26609
|
|
|
26610
26610
|
// src/cli/resolve-version.ts
|
|
26611
26611
|
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.18.
|
|
4
|
+
"version": "0.18.23",
|
|
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": {
|
|
@@ -82910,10 +82910,10 @@ function readTurnActiveMarkerAgeMs(stateDir, now) {
|
|
|
82910
82910
|
}
|
|
82911
82911
|
|
|
82912
82912
|
// ../src/build-info.ts
|
|
82913
|
-
var VERSION = "0.18.
|
|
82914
|
-
var COMMIT_SHA = "
|
|
82915
|
-
var COMMIT_DATE = "2026-07-14T09:
|
|
82916
|
-
var LATEST_PR =
|
|
82913
|
+
var VERSION = "0.18.23";
|
|
82914
|
+
var COMMIT_SHA = "a90cf518";
|
|
82915
|
+
var COMMIT_DATE = "2026-07-14T09:32:46+10:00";
|
|
82916
|
+
var LATEST_PR = 3238;
|
|
82917
82917
|
var COMMITS_AHEAD_OF_TAG = 0;
|
|
82918
82918
|
|
|
82919
82919
|
// gateway/boot-version.ts
|