@rallycry/conveyor-agent 6.4.0 → 6.4.1

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-VDLO4YL6.js";
8
8
 
9
9
  // src/cli.ts
10
10
  import { readFileSync } from "fs";
package/dist/index.d.ts CHANGED
@@ -263,6 +263,22 @@ declare class ConveyorConnection {
263
263
  severity?: string;
264
264
  pageSize?: number;
265
265
  }): Promise<QueryGcpLogsResponse>;
266
+ createSuggestion(title: string, description?: string, tagNames?: string[]): Promise<{
267
+ id: string;
268
+ merged: boolean;
269
+ mergedIntoId?: string;
270
+ }>;
271
+ voteSuggestion(suggestionId: string, value: 1 | -1): Promise<{
272
+ score: number;
273
+ }>;
274
+ getSuggestions(status?: string, limit?: number): Promise<Array<{
275
+ id: string;
276
+ title: string;
277
+ description: string | null;
278
+ score: number;
279
+ status: string;
280
+ tags: string[];
281
+ }>>;
266
282
  disconnect(): void;
267
283
  }
268
284
 
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-VDLO4YL6.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.1",
4
4
  "description": "Conveyor cloud build agent runner - executes task plans inside GitHub Codespaces",
5
5
  "keywords": [
6
6
  "agent",