@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 = "
|
|
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 = "
|
|
3
|
-
export const BUILD_DIST_SHA256 = "
|
|
2
|
+
export const BUILD_COMMIT_SHA = "6bade833836c5f8ad49d21cc949aa60bf7c6d390";
|
|
3
|
+
export const BUILD_DIST_SHA256 = "8c4235235fa3a265bbb980147dce490c5eefcf4ae1de189f2c63e6f6fa44cc21";
|
package/dist/chat-lane.d.ts
CHANGED
|
@@ -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.
|
|
327
|
-
*
|
|
328
|
-
*
|
|
329
|
-
*
|
|
330
|
-
*
|
|
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 =
|
|
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.
|
|
478
|
-
*
|
|
479
|
-
*
|
|
480
|
-
*
|
|
481
|
-
*
|
|
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 =
|
|
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.
|
|
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,
|