@rallycry/conveyor-agent 5.3.0 → 5.4.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
@@ -4,7 +4,7 @@ import {
4
4
  ProjectRunner,
5
5
  createServiceLogger,
6
6
  errorMeta
7
- } from "./chunk-DMWUXQ4M.js";
7
+ } from "./chunk-DJJBHD4H.js";
8
8
 
9
9
  // src/cli.ts
10
10
  import { readFileSync, existsSync } from "fs";
package/dist/index.d.ts CHANGED
@@ -44,7 +44,7 @@ declare class AgentRunner {
44
44
  private prNudgeCount;
45
45
  private idleTimer;
46
46
  private idleCheckInterval;
47
- private deferredStartConfig;
47
+ private conveyorConfig;
48
48
  private _queryHost;
49
49
  constructor(config: AgentRunnerConfig, callbacks: AgentRunnerCallbacks);
50
50
  get state(): AgentRunnerStatus;
package/dist/index.js CHANGED
@@ -9,7 +9,7 @@ import {
9
9
  removeWorktree,
10
10
  runSetupCommand,
11
11
  runStartCommand
12
- } from "./chunk-DMWUXQ4M.js";
12
+ } from "./chunk-DJJBHD4H.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.3.0",
3
+ "version": "5.4.0",
4
4
  "description": "Conveyor cloud build agent runner - executes task plans inside GitHub Codespaces",
5
5
  "keywords": [
6
6
  "agent",