@bridge4dev/runner 0.68.0 → 0.68.1

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.
@@ -3644,9 +3644,8 @@ export class Supervisor {
3644
3644
  // The word the dashboard reads to tell «parked» from «your turn» (#124) –
3645
3645
  // the state IS parked; only the reason differs.
3646
3646
  code: 'session_parked',
3647
- text: label
3648
- ? `The agent account on this server was switched to ${label} — send a message and this session carries on under it, with everything above kept.`
3649
- : 'The agent account on this server was switched — send a message and this session carries on under the new one, with everything above kept.',
3647
+ // One line, the owner's wording (18.09.2026): what happened and to whom.
3648
+ text: label ? `Account switched to ${label}.` : 'Account switched.',
3650
3649
  });
3651
3650
  this.park(running, { quiet: true });
3652
3651
  }
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const RUNNER_VERSION = "0.68.0";
1
+ export declare const RUNNER_VERSION = "0.68.1";
2
2
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -1,3 +1,3 @@
1
1
  // Kept in sync with package.json by the release script (manual for now).
2
- export const RUNNER_VERSION = '0.68.0';
2
+ export const RUNNER_VERSION = '0.68.1';
3
3
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bridge4dev/runner",
3
- "version": "0.68.0",
3
+ "version": "0.68.1",
4
4
  "description": "DevBridge dev runner — connects a dev server to DevBridge and runs agent sessions (Claude Code / Codex)",
5
5
  "homepage": "https://bridge4.dev",
6
6
  "license": "MIT",