@rallycry/conveyor-agent 9.0.3 → 9.1.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-EYIGNRRW.js";
12
+ } from "./chunk-P3QCTUHC.js";
13
13
 
14
14
  // src/cli.ts
15
15
  import { readFileSync } from "fs";
package/dist/index.d.ts CHANGED
@@ -110,7 +110,7 @@ declare class AgentConnection {
110
110
  onPtyInput(handler: (data: string) => void): () => void;
111
111
  /** Subscribe to relayed (reconciled) terminal resizes. Returns an unsubscribe fn. */
112
112
  onPtyResize(handler: (cols: number, rows: number) => void): () => void;
113
- emitStatus(status: string): Promise<void>;
113
+ emitStatus(status: string, reason?: string): Promise<void>;
114
114
  postChatMessage(content: string): void;
115
115
  postChatMessageAwait(content: string): Promise<void>;
116
116
  private suppressIfDuplicate;
package/dist/index.js CHANGED
@@ -15,7 +15,7 @@ import {
15
15
  stageAndCommit,
16
16
  unshallowRepo,
17
17
  updateRemoteToken
18
- } from "./chunk-EYIGNRRW.js";
18
+ } from "./chunk-P3QCTUHC.js";
19
19
 
20
20
  // src/runner/worktree.ts
21
21
  import { execSync } from "child_process";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rallycry/conveyor-agent",
3
- "version": "9.0.3",
3
+ "version": "9.1.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",