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.
package/dist/cli/switchroom.js
CHANGED
|
@@ -49057,8 +49057,8 @@ var {
|
|
|
49057
49057
|
} = import__.default;
|
|
49058
49058
|
|
|
49059
49059
|
// src/build-info.ts
|
|
49060
|
-
var VERSION = "0.13.
|
|
49061
|
-
var COMMIT_SHA = "
|
|
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
|
|
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
|
@@ -49688,10 +49688,10 @@ function sweepStaleTurnActiveMarker(stateDir, opts) {
|
|
|
49688
49688
|
}
|
|
49689
49689
|
|
|
49690
49690
|
// ../src/build-info.ts
|
|
49691
|
-
var VERSION = "0.13.
|
|
49692
|
-
var COMMIT_SHA = "
|
|
49693
|
-
var COMMIT_DATE = "2026-05-
|
|
49694
|
-
var LATEST_PR =
|
|
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
|