@rallycry/conveyor-agent 10.13.12 → 10.13.13

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.js CHANGED
@@ -28,7 +28,7 @@ import {
28
28
  runUsageProbe,
29
29
  sampleKeyUsage,
30
30
  textResult
31
- } from "./chunk-4KIPA6LF.js";
31
+ } from "./chunk-TB5SQIGX.js";
32
32
  import "./chunk-7TQO4ZF4.js";
33
33
  import {
34
34
  getWorkbenchClient
package/dist/index.d.ts CHANGED
@@ -540,6 +540,15 @@ declare class SessionRunner {
540
540
  private waitForMessage;
541
541
  /** Inject a message (from connection callback or external source) */
542
542
  injectMessage(msg: IncomingMessage): void;
543
+ /**
544
+ * Whether a mid-turn message may be pasted into the live running TUI rather
545
+ * than superseding the turn. Restricted to genuine same-mode user follow-ups:
546
+ * a pending mode restart, an empty body, a prefill hint, or any non-"user"
547
+ * source (mode_change / pty_passive / system / ci_failure / review_trigger)
548
+ * must take the abort+respawn path — a mode/fingerprint change needs a fresh
549
+ * spawn, and a prefill must park unsubmitted for the human.
550
+ */
551
+ private canInjectIntoRunningTurn;
543
552
  /** Run queryBridge.execute, swallowing abort errors from stop/softStop. */
544
553
  private executeQuery;
545
554
  /**
package/dist/index.js CHANGED
@@ -19,7 +19,7 @@ import {
19
19
  updateRemoteToken,
20
20
  uploadSnapshotToGcs,
21
21
  workspacePathExists
22
- } from "./chunk-4KIPA6LF.js";
22
+ } from "./chunk-TB5SQIGX.js";
23
23
  import "./chunk-7TQO4ZF4.js";
24
24
  import {
25
25
  getWorkbenchClient
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rallycry/conveyor-agent",
3
- "version": "10.13.12",
3
+ "version": "10.13.13",
4
4
  "description": "Conveyor Agent Runner v10 - PTY harness for the task chat (SDK harness for audit/project-chat). Agent-as-User architecture with BaseService patterns. Works locally too.",
5
5
  "keywords": [
6
6
  "agent",