@rallycry/conveyor-agent 5.1.2 → 5.3.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-4SXL45ZH.js";
7
+ } from "./chunk-DMWUXQ4M.js";
8
8
 
9
9
  // src/cli.ts
10
10
  import { readFileSync, existsSync } from "fs";
package/dist/index.d.ts CHANGED
@@ -41,7 +41,7 @@ declare class AgentRunner {
41
41
  private sessionIds;
42
42
  private lastQueryModeRestart;
43
43
  private startCommandStarted;
44
- private nudgedForPR;
44
+ private prNudgeCount;
45
45
  private idleTimer;
46
46
  private idleCheckInterval;
47
47
  private deferredStartConfig;
@@ -59,7 +59,9 @@ declare class AgentRunner {
59
59
  private tryPostContextWorktree;
60
60
  private activateWorktree;
61
61
  private checkoutWorktreeBranch;
62
+ private needsPRNudge;
62
63
  private maybeSendPRNudge;
64
+ private sendPRNudgeQuery;
63
65
  private executeInitialMode;
64
66
  private runQuerySafe;
65
67
  private handleModeRestartCycle;
package/dist/index.js CHANGED
@@ -9,7 +9,7 @@ import {
9
9
  removeWorktree,
10
10
  runSetupCommand,
11
11
  runStartCommand
12
- } from "./chunk-4SXL45ZH.js";
12
+ } from "./chunk-DMWUXQ4M.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.1.2",
3
+ "version": "5.3.0",
4
4
  "description": "Conveyor cloud build agent runner - executes task plans inside GitHub Codespaces",
5
5
  "keywords": [
6
6
  "agent",