@rallycry/conveyor-agent 8.12.0 → 8.13.0

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
@@ -9,7 +9,7 @@ import {
9
9
  loadForwardPorts,
10
10
  runSetupCommand,
11
11
  runStartCommand
12
- } from "./chunk-FSUVTOFP.js";
12
+ } from "./chunk-L7Q2JZJX.js";
13
13
  import "./chunk-FDWECEDJ.js";
14
14
  import {
15
15
  createServiceLogger
package/dist/index.d.ts CHANGED
@@ -71,7 +71,13 @@ declare class AgentConnection {
71
71
  constructor(config: AgentConnectionConfig);
72
72
  get sessionId(): string;
73
73
  get connected(): boolean;
74
+ private static readonly CALL_CONNECT_WAIT_MS;
75
+ private static readonly CALL_ACK_TIMEOUT_MS;
74
76
  call<M extends keyof AgentSessionServiceMethods>(method: M, payload: AgentSessionServiceMethods[M]["payload"]): Promise<AgentSessionServiceMethods[M]["response"]>;
77
+ /** Resolve once `socket` reports connected, or reject after `timeoutMs`. */
78
+ private waitForConnected;
79
+ /** Emit an RPC and resolve on ack, rejecting if no ack arrives in time. */
80
+ private emitWithAck;
75
81
  connect(): Promise<void>;
76
82
  disconnect(): void;
77
83
  private static readonly RECONNECT_BASE_DELAY_MS;
package/dist/index.js CHANGED
@@ -25,7 +25,7 @@ import {
25
25
  stageAndCommit,
26
26
  unshallowRepo,
27
27
  updateRemoteToken
28
- } from "./chunk-FSUVTOFP.js";
28
+ } from "./chunk-L7Q2JZJX.js";
29
29
  import "./chunk-FDWECEDJ.js";
30
30
  import "./chunk-TN2YYT2V.js";
31
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rallycry/conveyor-agent",
3
- "version": "8.12.0",
3
+ "version": "8.13.0",
4
4
  "description": "Conveyor Agent Runner v8 - 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",