@rallycry/conveyor-agent 6.4.0 → 6.4.2

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-WBBX5AIX.js";
7
+ } from "./chunk-XHJ2Z4AD.js";
8
8
 
9
9
  // src/cli.ts
10
10
  import { readFileSync } from "fs";
package/dist/index.d.ts CHANGED
@@ -77,6 +77,13 @@ declare class AgentRunner {
77
77
  start(): Promise<void>;
78
78
  private tryInitWorktree;
79
79
  private fetchAndInitContext;
80
+ /**
81
+ * For auto-mode tasks, bypass planning if the task is already past Planning
82
+ * or if it's still in Planning but has all required properties set (e.g. from
83
+ * a prior PM discovery session).
84
+ */
85
+ private tryAutoModeBypass;
86
+ private transitionToBuilding;
80
87
  private tryPostContextWorktree;
81
88
  private startPreviewTunnel;
82
89
  private activateWorktree;
@@ -263,6 +270,22 @@ declare class ConveyorConnection {
263
270
  severity?: string;
264
271
  pageSize?: number;
265
272
  }): Promise<QueryGcpLogsResponse>;
273
+ createSuggestion(title: string, description?: string, tagNames?: string[]): Promise<{
274
+ id: string;
275
+ merged: boolean;
276
+ mergedIntoId?: string;
277
+ }>;
278
+ voteSuggestion(suggestionId: string, value: 1 | -1): Promise<{
279
+ score: number;
280
+ }>;
281
+ getSuggestions(status?: string, limit?: number): Promise<Array<{
282
+ id: string;
283
+ title: string;
284
+ description: string | null;
285
+ score: number;
286
+ status: string;
287
+ tags: string[];
288
+ }>>;
266
289
  disconnect(): void;
267
290
  }
268
291
 
package/dist/index.js CHANGED
@@ -10,7 +10,7 @@ import {
10
10
  removeWorktree,
11
11
  runSetupCommand,
12
12
  runStartCommand
13
- } from "./chunk-WBBX5AIX.js";
13
+ } from "./chunk-XHJ2Z4AD.js";
14
14
 
15
15
  // src/debug/cdp-client.ts
16
16
  var MAX_VARIABLE_VALUE_BYTES = 2048;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rallycry/conveyor-agent",
3
- "version": "6.4.0",
3
+ "version": "6.4.2",
4
4
  "description": "Conveyor cloud build agent runner - executes task plans inside GitHub Codespaces",
5
5
  "keywords": [
6
6
  "agent",