@tokenfactory/acc-runner 0.44.5 → 0.44.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.
@@ -1,3 +1,3 @@
1
- export declare const BUILD_COMMIT_SHA = "069dafb5e0c7d1b99e9a3aa5412df2fca54249ef";
1
+ export declare const BUILD_COMMIT_SHA = "6bade833836c5f8ad49d21cc949aa60bf7c6d390";
2
2
  export declare const BUILD_DIST_SHA256 = "pending-build";
3
3
  //# sourceMappingURL=build-info.generated.d.ts.map
@@ -1,3 +1,3 @@
1
1
  // Generated by scripts/gen-build-info.mjs. Do not edit by hand.
2
- export const BUILD_COMMIT_SHA = "069dafb5e0c7d1b99e9a3aa5412df2fca54249ef";
3
- export const BUILD_DIST_SHA256 = "b5f1baff264444a29562003b6f278aff429869db60c7125f80273f55dd95cd3f";
2
+ export const BUILD_COMMIT_SHA = "6bade833836c5f8ad49d21cc949aa60bf7c6d390";
3
+ export const BUILD_DIST_SHA256 = "8c4235235fa3a265bbb980147dce490c5eefcf4ae1de189f2c63e6f6fa44cc21";
@@ -323,13 +323,13 @@ export declare const PRIOR_CHAT_WALL_CLOCK_MS = 600000;
323
323
  * Default per-turn wall-clock cap (FIX audit#8a; tightened by CHAT-LANE-DEAD-1
324
324
  * AC4). A companion turn that never terminates (runaway tool loop / silent hang
325
325
  * the server lease alone would let run to lease-expiry) is bounded to this so it
326
- * cannot stream forever. 2 minutes is well above a normal interactive reply yet
327
- * fails a hung turn while the operator is still watching — and sits under both the
328
- * org-policy default (`DEFAULT_WORKSPACE_CHAT_POLICY.wallClockTimeoutMs` = 5m,
329
- * api/_lib/chat-runaway-guard.ts) and the Vercel function ceiling. The org policy
330
- * / `ACC_RUNNER_CHAT_WALL_CLOCK_MS` can still tighten OR loosen it.
326
+ * cannot stream forever. Keep the runner default aligned with the workspace-chat
327
+ * policy and Vercel ceiling (`DEFAULT_WORKSPACE_CHAT_POLICY.wallClockTimeoutMs`
328
+ * = 5m, api/_lib/chat-runaway-guard.ts). The former 2m runner-only cap terminated
329
+ * healthy tool-using Manager turns before the server policy allowed them to
330
+ * finish. `ACC_RUNNER_CHAT_WALL_CLOCK_MS` can still tighten or loosen the cap.
331
331
  */
332
- export declare const DEFAULT_CHAT_WALL_CLOCK_MS = 120000;
332
+ export declare const DEFAULT_CHAT_WALL_CLOCK_MS = 300000;
333
333
  /**
334
334
  * Resolve the per-turn wall-clock cap (ms). Blank/absent/non-numeric ⇒ default;
335
335
  * a value ≤0 disables the cap (unbounded — opt-in only); otherwise clamped to a
package/dist/chat-lane.js CHANGED
@@ -474,13 +474,13 @@ export const PRIOR_CHAT_WALL_CLOCK_MS = 600_000;
474
474
  * Default per-turn wall-clock cap (FIX audit#8a; tightened by CHAT-LANE-DEAD-1
475
475
  * AC4). A companion turn that never terminates (runaway tool loop / silent hang
476
476
  * the server lease alone would let run to lease-expiry) is bounded to this so it
477
- * cannot stream forever. 2 minutes is well above a normal interactive reply yet
478
- * fails a hung turn while the operator is still watching — and sits under both the
479
- * org-policy default (`DEFAULT_WORKSPACE_CHAT_POLICY.wallClockTimeoutMs` = 5m,
480
- * api/_lib/chat-runaway-guard.ts) and the Vercel function ceiling. The org policy
481
- * / `ACC_RUNNER_CHAT_WALL_CLOCK_MS` can still tighten OR loosen it.
477
+ * cannot stream forever. Keep the runner default aligned with the workspace-chat
478
+ * policy and Vercel ceiling (`DEFAULT_WORKSPACE_CHAT_POLICY.wallClockTimeoutMs`
479
+ * = 5m, api/_lib/chat-runaway-guard.ts). The former 2m runner-only cap terminated
480
+ * healthy tool-using Manager turns before the server policy allowed them to
481
+ * finish. `ACC_RUNNER_CHAT_WALL_CLOCK_MS` can still tighten or loosen the cap.
482
482
  */
483
- export const DEFAULT_CHAT_WALL_CLOCK_MS = 120_000;
483
+ export const DEFAULT_CHAT_WALL_CLOCK_MS = 300_000;
484
484
  /**
485
485
  * Resolve the per-turn wall-clock cap (ms). Blank/absent/non-numeric ⇒ default;
486
486
  * a value ≤0 disables the cap (unbounded — opt-in only); otherwise clamped to a
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tokenfactory/acc-runner",
3
- "version": "0.44.5",
3
+ "version": "0.44.6",
4
4
  "description": "Agent Control Center CLI (`acc`). Sign in, read the task board, ask ACC, and run agents on this machine. `acc-runner` is retained as a deprecated alias.",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,