switchroom 0.13.48 → 0.13.49

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.
@@ -47913,8 +47913,8 @@ var {
47913
47913
  } = import__.default;
47914
47914
 
47915
47915
  // src/build-info.ts
47916
- var VERSION = "0.13.48";
47917
- var COMMIT_SHA = "576a7cef";
47916
+ var VERSION = "0.13.49";
47917
+ var COMMIT_SHA = "d8226915";
47918
47918
 
47919
47919
  // src/cli/agent.ts
47920
47920
  init_source();
@@ -49955,6 +49955,16 @@ function buildSettingsHooksBlock(p) {
49955
49955
  timeout: 5
49956
49956
  }
49957
49957
  ]
49958
+ },
49959
+ {
49960
+ matcher: "^(Read|Edit|Write|MultiEdit|NotebookEdit|Bash)$",
49961
+ hooks: [
49962
+ {
49963
+ type: "command",
49964
+ command: wrap("hook:repo-context-pretool", `node "${join8(DOCKER_HOOKS_PATH, "repo-context-pretool.mjs")}"`),
49965
+ timeout: 5
49966
+ }
49967
+ ]
49958
49968
  }
49959
49969
  ] : [];
49960
49970
  const switchroomPostToolUse = useSwitchroomPlugin ? [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "switchroom",
3
- "version": "0.13.48",
3
+ "version": "0.13.49",
4
4
  "description": "Run Claude Code 24/7 on your Claude Pro/Max subscription over Telegram. Open-source alternative to OpenClaw and NanoClaw — no API keys.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -48732,10 +48732,10 @@ function sweepStaleTurnActiveMarker(stateDir, opts) {
48732
48732
  }
48733
48733
 
48734
48734
  // ../src/build-info.ts
48735
- var VERSION = "0.13.48";
48736
- var COMMIT_SHA = "576a7cef";
48737
- var COMMIT_DATE = "2026-05-25T20:47:09Z";
48738
- var LATEST_PR = 1838;
48735
+ var VERSION = "0.13.49";
48736
+ var COMMIT_SHA = "d8226915";
48737
+ var COMMIT_DATE = "2026-05-25T21:14:02Z";
48738
+ var LATEST_PR = 1840;
48739
48739
  var COMMITS_AHEAD_OF_TAG = 0;
48740
48740
 
48741
48741
  // gateway/boot-version.ts