agent-afk 5.243.0 → 5.244.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.
@@ -751,7 +751,7 @@ export declare const ENV_REGISTRY: readonly [{
751
751
  readonly category: "daemon";
752
752
  }, {
753
753
  readonly name: "AFK_DAEMON_SHELL_TIMEOUT_MS";
754
- readonly description: "Wall-clock timeout in milliseconds for executor:shell scheduled tasks. Defaults to 300000 (5 minutes). The child process is killed on timeout.";
754
+ readonly description: "Wall-clock timeout in milliseconds for executor:shell scheduled tasks. Defaults to 2700000 (45 minutes), matching the agent executor budget (AFK_SUBAGENT_TIMEOUT_MS). The child process is killed on timeout; the telemetry errorMessage will read \"daemon shell timeout after NNNs\" to distinguish a daemon-imposed kill from a process or network failure.";
755
755
  readonly type: "number";
756
756
  readonly required: false;
757
757
  readonly category: "daemon";