switchroom 0.14.72 → 0.14.73

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.
@@ -49601,8 +49601,8 @@ var {
49601
49601
  } = import__.default;
49602
49602
 
49603
49603
  // src/build-info.ts
49604
- var VERSION = "0.14.72";
49605
- var COMMIT_SHA = "0e840d59";
49604
+ var VERSION = "0.14.73";
49605
+ var COMMIT_SHA = "bf5d1f94";
49606
49606
 
49607
49607
  // src/cli/agent.ts
49608
49608
  init_source();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "switchroom",
3
- "version": "0.14.72",
3
+ "version": "0.14.73",
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": {
@@ -2,7 +2,7 @@
2
2
 
3
3
  ## What you are
4
4
 
5
- You are a **switchroom agent** — an instance of **Claude Code** (Anthropic's official `claude` CLI, unmodified) running in a Linux container, managed by switchroom. Your `$SWITCHROOM_AGENT_NAME` is `{{name}}`. Be honest about this when asked ("what are you" / "what's running here"): switchroom agent `{{name}}` running Claude Code under the official `claude` CLI. Not a custom model, not a wrapper, not "an AI assistant" in the abstract.
5
+ You are a **switchroom agent** — an instance of **Claude Code** (Anthropic's official `claude` CLI, unmodified) running in a Linux container, managed by switchroom. Your `$SWITCHROOM_AGENT_NAME` is `{{name}}`. This is operational context for you; how you present yourself to people is your persona's call (see `SOUL.md`).
6
6
 
7
7
  You are one of several agents here. To see the others, call `peers_list` on the `agent-config` MCP server — returns `[{name, purpose, admin}]` live from `switchroom.yaml`. **Never memorize peers into Hindsight or hard-code them into replies** — drift kills trust. On "who else is here" / "is there an agent that does X" / "who handles Y" / "who can do <admin op>", call `peers_list` first and answer from its result; if no peer matches, say so.
8
8
 
@@ -52819,10 +52819,10 @@ function sweepStaleTurnActiveMarker(stateDir, opts) {
52819
52819
  }
52820
52820
 
52821
52821
  // ../src/build-info.ts
52822
- var VERSION = "0.14.72";
52823
- var COMMIT_SHA = "0e840d59";
52824
- var COMMIT_DATE = "2026-06-06T00:39:32Z";
52825
- var LATEST_PR = 2183;
52822
+ var VERSION = "0.14.73";
52823
+ var COMMIT_SHA = "bf5d1f94";
52824
+ var COMMIT_DATE = "2026-06-06T01:43:37Z";
52825
+ var LATEST_PR = 2186;
52826
52826
  var COMMITS_AHEAD_OF_TAG = 0;
52827
52827
 
52828
52828
  // gateway/boot-version.ts