switchroom 0.14.52 → 0.14.53
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
|
@@ -49462,8 +49462,8 @@ var {
|
|
|
49462
49462
|
} = import__.default;
|
|
49463
49463
|
|
|
49464
49464
|
// src/build-info.ts
|
|
49465
|
-
var VERSION = "0.14.
|
|
49466
|
-
var COMMIT_SHA = "
|
|
49465
|
+
var VERSION = "0.14.53";
|
|
49466
|
+
var COMMIT_SHA = "40ba8e59";
|
|
49467
49467
|
|
|
49468
49468
|
// src/cli/agent.ts
|
|
49469
49469
|
init_source();
|
|
@@ -52032,7 +52032,9 @@ function buildSettingsHooksBlock(p) {
|
|
|
52032
52032
|
` + ` - Question with a short answer \u2192 just reply with the answer.
|
|
52033
52033
|
` + " - Complex tool-driven work \u2192 go straight to the tools (the " + "compose-area preview is the ambient liveness signal), then reply " + 'once with the answer or a genuine mid-work pivot ("halfway ' + 'through \u2014 found an unexpected issue, want me to continue?"). Not ' + `"still working".
|
|
52034
52034
|
|
|
52035
|
-
` + 'Do NOT send a trailing confirmation after your answer \u2014 no "Done.", ' + '"Sent.", "Hope that helps." as a separate message once you have ' + "already replied. Your answer is the last thing the user should " + `see; a follow-up "Done." is dead-air clutter (and the user's ` +
|
|
52035
|
+
` + 'Do NOT send a trailing confirmation after your answer \u2014 no "Done.", ' + '"Sent.", "Hope that helps." as a separate message once you have ' + "already replied. Your answer is the last thing the user should " + `see; a follow-up "Done." is dead-air clutter (and the user's ` + `device already pinged on the answer). Stop after the answer.
|
|
52036
|
+
|
|
52037
|
+
` + 'CRITICAL: "answer" means a call to the reply tool ' + "(mcp__switchroom-telegram__reply, or stream_reply with done=true). " + "Your terminal/transcript text is NEVER delivered to Telegram \u2014 the " + "user sees only what you send through the reply tool. After a long " + "tool sequence (scheduling, multi-step research, sub-agent handback), " + "do not let your closing narration stand as the answer: end the turn " + "by passing that narration to the reply tool. No reply tool call = the " + "user got nothing, however much text you wrote.</turn-pacing>";
|
|
52036
52038
|
const switchroomUserPromptSubmit = [
|
|
52037
52039
|
...useHotReloadStable ? [
|
|
52038
52040
|
{
|
package/package.json
CHANGED
|
@@ -52166,10 +52166,10 @@ function sweepStaleTurnActiveMarker(stateDir, opts) {
|
|
|
52166
52166
|
}
|
|
52167
52167
|
|
|
52168
52168
|
// ../src/build-info.ts
|
|
52169
|
-
var VERSION = "0.14.
|
|
52170
|
-
var COMMIT_SHA = "
|
|
52171
|
-
var COMMIT_DATE = "2026-06-03T13:
|
|
52172
|
-
var LATEST_PR =
|
|
52169
|
+
var VERSION = "0.14.53";
|
|
52170
|
+
var COMMIT_SHA = "40ba8e59";
|
|
52171
|
+
var COMMIT_DATE = "2026-06-03T13:56:26Z";
|
|
52172
|
+
var LATEST_PR = 2131;
|
|
52173
52173
|
var COMMITS_AHEAD_OF_TAG = 0;
|
|
52174
52174
|
|
|
52175
52175
|
// gateway/boot-version.ts
|