switchroom 0.17.3 → 0.17.4

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.
@@ -63737,8 +63737,8 @@ import { existsSync, readFileSync } from "node:fs";
63737
63737
  import { dirname, join } from "node:path";
63738
63738
 
63739
63739
  // src/build-info.ts
63740
- var VERSION = "0.17.3";
63741
- var COMMIT_SHA = "b8f8edaa";
63740
+ var VERSION = "0.17.4";
63741
+ var COMMIT_SHA = "b842b0c9";
63742
63742
 
63743
63743
  // src/cli/resolve-version.ts
63744
63744
  function readPackageVersion() {
@@ -22670,7 +22670,7 @@ import { existsSync as existsSync6, readFileSync as readFileSync4 } from "node:f
22670
22670
  import { dirname as dirname4, join as join2 } from "node:path";
22671
22671
 
22672
22672
  // src/build-info.ts
22673
- var VERSION = "0.17.3";
22673
+ var VERSION = "0.17.4";
22674
22674
 
22675
22675
  // src/cli/resolve-version.ts
22676
22676
  function readPackageVersion() {
@@ -24819,7 +24819,7 @@ class HostdServer {
24819
24819
  });
24820
24820
  return this.reconcileFailedRolledBack(`write failed: ${e.message}`, req, caller, started);
24821
24821
  }
24822
- const runner = this.opts.runReconcile ?? (async () => this.runSwitchroom(["apply"]));
24822
+ const runner = this.opts.runReconcile ?? (async () => this.runSwitchroom(caller.kind === "agent" ? ["apply", "--only", callerName, "--non-interactive"] : ["apply", "--non-interactive"]));
24823
24823
  const recRes = await runner({ requestId: approvalId });
24824
24824
  if (recRes.exit_code === 0) {
24825
24825
  const blast = classifyBlastRadius(snapshot, postApply);
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.17.3",
4
+ "version": "0.17.4",
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": {
@@ -58590,10 +58590,10 @@ function readTurnActiveMarkerAgeMs(stateDir, now) {
58590
58590
  }
58591
58591
 
58592
58592
  // ../src/build-info.ts
58593
- var VERSION = "0.17.3";
58594
- var COMMIT_SHA = "b8f8edaa";
58595
- var COMMIT_DATE = "2026-07-05T10:15:33Z";
58596
- var LATEST_PR = 2836;
58593
+ var VERSION = "0.17.4";
58594
+ var COMMIT_SHA = "b842b0c9";
58595
+ var COMMIT_DATE = "2026-07-05T11:15:53Z";
58596
+ var LATEST_PR = 2839;
58597
58597
  var COMMITS_AHEAD_OF_TAG = 0;
58598
58598
 
58599
58599
  // gateway/boot-version.ts