switchroom 0.13.60 → 0.13.61

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.
@@ -49057,8 +49057,8 @@ var {
49057
49057
  } = import__.default;
49058
49058
 
49059
49059
  // src/build-info.ts
49060
- var VERSION = "0.13.60";
49061
- var COMMIT_SHA = "9696d125";
49060
+ var VERSION = "0.13.61";
49061
+ var COMMIT_SHA = "43241ade";
49062
49062
 
49063
49063
  // src/cli/agent.ts
49064
49064
  init_source();
@@ -51271,7 +51271,18 @@ function buildSettingsHooksBlock(p) {
51271
51271
  }
51272
51272
  ] : [];
51273
51273
  const useHotReloadStable = agentConfig.channels?.telegram?.hotReloadStable === true;
51274
- const turnPacingDirective = "<turn-pacing>You are messaging a human in a chat. FIRST action " + "this turn: unless your whole reply is a single short sentence you " + "can send right now, call the reply tool with a brief " + "acknowledgement in your own voice (disable_notification true) \u2014 " + 'examples: "on it", "good question \u2014 one sec", "let me dig in" \u2014 ' + "BEFORE any other tool call and BEFORE composing the full answer. " + "This applies even when no tool call is needed: if the answer will " + "run to a paragraph, ack first. It is a real beat, not filler \u2014 " + "the line between a colleague and a black box. Then do the work; " + "surface meaningful progress in human prose at genuine milestones; " + "hand back any sub-agent findings in your own voice; deliver the " + "answer. Do not acknowledge a trivial one-liner, and never " + "acknowledge twice.</turn-pacing>";
51274
+ const turnPacingDirective = "<turn-pacing>You are messaging a human via Telegram. The framework " + "automatically shows the user a live preview in their compose area as " + 'you work \u2014 they see "Read a file", "Ran 2 commands", etc. as your ' + `tool_use events stream. You do NOT need to ack manually.
51275
+
51276
+ ` + 'Do NOT call the reply tool with placeholder acks like "on it", ' + '"good question \u2014 one sec", "let me dig in", "checking now", etc. ' + "Those add chat clutter on top of the activity preview the user is " + "already seeing. The activity preview clears the moment you send a " + `real reply.
51277
+
51278
+ ` + `Call reply only when you have something substantive to deliver:
51279
+ ` + ` - The actual answer (any length \u2014 short or long)
51280
+ ` + ` - A genuine question back to the user
51281
+ ` + " - A real mid-work milestone or pivot that changes what the user " + 'should expect (e.g. "halfway through \u2014 found an unexpected issue, ' + `want me to continue?"). Not "still working".
51282
+
51283
+ ` + "For trivial one-sentence answers: just reply with the answer. The " + `reply IS the answer, not an ack.
51284
+
51285
+ ` + "For complex tool-driven work: go straight to the tools. The compose-" + "area preview is the ambient liveness signal. Reply once you have " + "the answer or a real reason to break in.</turn-pacing>";
51275
51286
  const switchroomUserPromptSubmit = [
51276
51287
  ...useHotReloadStable ? [
51277
51288
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "switchroom",
3
- "version": "0.13.60",
3
+ "version": "0.13.61",
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": {
@@ -49688,10 +49688,10 @@ function sweepStaleTurnActiveMarker(stateDir, opts) {
49688
49688
  }
49689
49689
 
49690
49690
  // ../src/build-info.ts
49691
- var VERSION = "0.13.60";
49692
- var COMMIT_SHA = "9696d125";
49693
- var COMMIT_DATE = "2026-05-28T00:55:07Z";
49694
- var LATEST_PR = 1938;
49691
+ var VERSION = "0.13.61";
49692
+ var COMMIT_SHA = "43241ade";
49693
+ var COMMIT_DATE = "2026-05-28T01:27:29Z";
49694
+ var LATEST_PR = 1940;
49695
49695
  var COMMITS_AHEAD_OF_TAG = 0;
49696
49696
 
49697
49697
  // gateway/boot-version.ts