@rallycry/conveyor-agent 4.4.0 → 4.5.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
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  AgentRunner,
4
4
  ProjectRunner
5
- } from "./chunk-FS3A4THO.js";
5
+ } from "./chunk-7Y3RP3ZA.js";
6
6
 
7
7
  // src/cli.ts
8
8
  async function bootstrapFromCodespace(apiUrl) {
package/dist/index.d.ts CHANGED
@@ -149,6 +149,7 @@ declare class ConveyorConnection {
149
149
  }[];
150
150
  }): void;
151
151
  emitStatus(status: string): void;
152
+ emitRateLimitPause(resetsAt: string): void;
152
153
  sendHeartbeat(): void;
153
154
  sendTypingStart(): void;
154
155
  sendTypingStop(): void;
package/dist/index.js CHANGED
@@ -9,7 +9,7 @@ import {
9
9
  removeWorktree,
10
10
  runSetupCommand,
11
11
  runStartCommand
12
- } from "./chunk-FS3A4THO.js";
12
+ } from "./chunk-7Y3RP3ZA.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": "4.4.0",
3
+ "version": "4.5.0",
4
4
  "description": "Conveyor cloud build agent runner - executes task plans inside GitHub Codespaces",
5
5
  "keywords": [
6
6
  "agent",