@rallycry/conveyor-agent 7.2.4 → 7.2.6

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
@@ -5,7 +5,7 @@ import {
5
5
  loadConveyorConfig,
6
6
  runSetupCommand,
7
7
  runStartCommand
8
- } from "./chunk-AS3FYEBJ.js";
8
+ } from "./chunk-MFHMYUND.js";
9
9
  import "./chunk-C5YAMQJ2.js";
10
10
  import {
11
11
  createServiceLogger
package/dist/index.d.ts CHANGED
@@ -135,6 +135,7 @@ declare class ModeController {
135
135
  private _isAuto;
136
136
  constructor(initialMode: AgentMode, runnerMode?: "task" | "pm" | "code-review", isAuto?: boolean);
137
137
  get mode(): AgentMode;
138
+ get isAuto(): boolean;
138
139
  get hasExitedPlanMode(): boolean;
139
140
  set hasExitedPlanMode(val: boolean);
140
141
  get pendingModeRestart(): boolean;
package/dist/index.js CHANGED
@@ -24,7 +24,7 @@ import {
24
24
  runStartCommand,
25
25
  stageAndCommit,
26
26
  updateRemoteToken
27
- } from "./chunk-AS3FYEBJ.js";
27
+ } from "./chunk-MFHMYUND.js";
28
28
  import "./chunk-C5YAMQJ2.js";
29
29
  import "./chunk-RRXX6DTB.js";
30
30