agim-cli 1.2.137 → 1.2.139

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.
@@ -2824,6 +2824,10 @@ const ENV_EDITABLE_KEYS = [
2824
2824
  // preserves partial assistant text on IM's 30-min hard timeout.
2825
2825
  'IMHUB_NATIVE_STREAM_PARTIAL',
2826
2826
  'IMHUB_NATIVE_AGENT_MAX_ITER',
2827
+ // v1.2.138 — first-token retry on transient stream errors (terminated /
2828
+ // ECONNRESET / fetch failed / socket hang up). Default retries once.
2829
+ 'IMHUB_NATIVE_FIRSTTOKEN_RETRY_MAX',
2830
+ 'IMHUB_NATIVE_FIRSTTOKEN_RETRY_DELAY_MS',
2827
2831
  ];
2828
2832
  const SECRET_KEYS = new Set([
2829
2833
  'IMHUB_SMTP_PASS',