@rallycry/conveyor-agent 7.0.2 → 7.0.3

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
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  ProjectRunner,
4
4
  SessionRunner
5
- } from "./chunk-NZ3IPMLO.js";
5
+ } from "./chunk-L7ZH423N.js";
6
6
  import "./chunk-KNBG2634.js";
7
7
  import {
8
8
  createServiceLogger
package/dist/index.d.ts CHANGED
@@ -56,6 +56,8 @@ declare class AgentConnection {
56
56
  call<M extends keyof AgentSessionServiceMethods>(method: M, payload: AgentSessionServiceMethods[M]["payload"]): Promise<AgentSessionServiceMethods[M]["response"]>;
57
57
  connect(): Promise<void>;
58
58
  disconnect(): void;
59
+ private reconnectToSession;
60
+ private drainPendingMessages;
59
61
  onMessage(callback: (msg: IncomingMessage) => void): void;
60
62
  onStop(callback: () => void): void;
61
63
  onSoftStop(callback: () => void): void;
@@ -354,6 +356,7 @@ declare class ProjectRunner {
354
356
  private wireEventHandlers;
355
357
  private handleReconnect;
356
358
  private handleAuditTags;
359
+ private killAgent;
357
360
  private handleAssignment;
358
361
  private handleStopTask;
359
362
  private checkoutWorkspaceBranch;
package/dist/index.js CHANGED
@@ -21,7 +21,7 @@ import {
21
21
  runStartCommand,
22
22
  stageAndCommit,
23
23
  updateRemoteToken
24
- } from "./chunk-NZ3IPMLO.js";
24
+ } from "./chunk-L7ZH423N.js";
25
25
  import "./chunk-KNBG2634.js";
26
26
  import "./chunk-CYZPFJGN.js";
27
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rallycry/conveyor-agent",
3
- "version": "7.0.2",
3
+ "version": "7.0.3",
4
4
  "description": "Conveyor Agent Runner v7.0 - Agent-as-User architecture with BaseService patterns",
5
5
  "keywords": [
6
6
  "agent",