@rallycry/conveyor-agent 5.10.2 → 5.10.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
@@ -4,7 +4,7 @@ import {
4
4
  ProjectRunner,
5
5
  createServiceLogger,
6
6
  errorMeta
7
- } from "./chunk-WPQXAPVA.js";
7
+ } from "./chunk-ASK2L7IU.js";
8
8
 
9
9
  // src/cli.ts
10
10
  import { readFileSync } from "fs";
package/dist/index.d.ts CHANGED
@@ -288,6 +288,10 @@ declare class ProjectConnection {
288
288
  }, cb: SwitchBranchCallback) => void) | null;
289
289
  onSyncEnvironment: ((cb: SyncEnvironmentCallback) => void) | null;
290
290
  onGetEnvStatus: ((cb: GetEnvStatusCallback) => void) | null;
291
+ onRestartStartCommand: ((cb: (res: {
292
+ ok: boolean;
293
+ error?: string;
294
+ }) => void) => void) | null;
291
295
  constructor(config: ProjectConnectionConfig);
292
296
  connect(): Promise<void>;
293
297
  onTaskAssignment(callback: (assignment: TaskAssignment) => void): void;
package/dist/index.js CHANGED
@@ -9,7 +9,7 @@ import {
9
9
  removeWorktree,
10
10
  runSetupCommand,
11
11
  runStartCommand
12
- } from "./chunk-WPQXAPVA.js";
12
+ } from "./chunk-ASK2L7IU.js";
13
13
  export {
14
14
  AgentRunner,
15
15
  ConveyorConnection,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rallycry/conveyor-agent",
3
- "version": "5.10.2",
3
+ "version": "5.10.3",
4
4
  "description": "Conveyor cloud build agent runner - executes task plans inside GitHub Codespaces",
5
5
  "keywords": [
6
6
  "agent",