@rallycry/conveyor-agent 10.4.0 → 10.4.4

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
@@ -25,7 +25,7 @@ import {
25
25
  runSetupCommand,
26
26
  runStartCommand,
27
27
  sampleKeyUsage
28
- } from "./chunk-TZYEU4QE.js";
28
+ } from "./chunk-VCXKVINO.js";
29
29
  import "./chunk-7TQO4ZF4.js";
30
30
 
31
31
  // src/cli.ts
package/dist/index.d.ts CHANGED
@@ -160,7 +160,7 @@ declare class AgentConnection {
160
160
  onPtyInput(handler: (data: string) => void): () => void;
161
161
  /** Subscribe to relayed (reconciled) terminal resizes. Returns an unsubscribe fn. */
162
162
  onPtyResize(handler: (cols: number, rows: number) => void): () => void;
163
- emitStatus(status: string, reason?: string): Promise<void>;
163
+ emitStatus(status: string, reason?: string, questionText?: string): Promise<void>;
164
164
  postChatMessage(content: string): void;
165
165
  postChatMessageAwait(content: string): Promise<void>;
166
166
  private suppressIfDuplicate;
@@ -507,8 +507,8 @@ declare class SessionRunner {
507
507
  * the preStop hook + SIGTERM flush don't get a chance to run. No-ops on a
508
508
  * clean tree. Guarded so two ticks can't overlap. Never throws. */
509
509
  private periodicGitFlush;
510
- /** Sample the running Claude subscription key's rate-limit utilization from the
511
- * Anthropic OAuth usage endpoint and report it as `rate_limit_update` events.
510
+ /** Sample the running Claude subscription key's rate-limit utilization from
511
+ * the Claude CLI `/usage` command and report it as `rate_limit_update` events.
512
512
  * The API (`persistRateLimitSnapshot`) attributes them to the key this session
513
513
  * launched under, keeping User Settings + the PtY-tab usage widget fresh and
514
514
  * `selectBestKey` rotation honest. Best-effort — never throws, no-op when the
package/dist/index.js CHANGED
@@ -20,7 +20,7 @@ import {
20
20
  unshallowRepo,
21
21
  updateRemoteToken,
22
22
  uploadSnapshotToGcs
23
- } from "./chunk-TZYEU4QE.js";
23
+ } from "./chunk-VCXKVINO.js";
24
24
  import "./chunk-7TQO4ZF4.js";
25
25
 
26
26
  // src/runner/worktree.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rallycry/conveyor-agent",
3
- "version": "10.4.0",
3
+ "version": "10.4.4",
4
4
  "description": "Conveyor Agent Runner v10 - PTY harness for the task chat (SDK harness for audit/project-chat). Agent-as-User architecture with BaseService patterns. Works locally too.",
5
5
  "keywords": [
6
6
  "agent",