fix: computeFirstByteTimeout now respects CLAUDE_FIRST_BYTE_TIMEOUT env var

The adaptive timeout calculation ignored BASE_FIRST_BYTE_TIMEOUT (set via
CLAUDE_FIRST_BYTE_TIMEOUT env), always using the tier base (120s for Sonnet).
Now uses whichever is larger: adaptive or env override. Bump to v3.2.2.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-04 09:26:01 +10:00
co-authored by Claude Opus 4.6
parent a6007393a3
commit afe0c6e1be
4 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"id": "ocp",
"name": "OCP Commands",
"description": "Slash commands for the OpenClaw Proxy — /ocp usage, /ocp settings, /ocp health, etc.",
"version": "3.2.1",
"version": "3.2.2",
"configSchema": {
"type": "object",
"additionalProperties": false,
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "ocp",
"version": "3.2.1",
"version": "3.2.2",
"description": "Slash commands for the OpenClaw Proxy",
"main": "index.js",
"type": "module",