mirror of
https://github.com/dtzp555-max/ocp.git
synced 2026-07-21 21:15:09 +00:00
Remove firstByteTimeout, adaptive tier algorithm, and MODEL_TIMEOUT_TIERS. Claude tool-use causes 30s-5min pauses in token streams, making fine-grained timeouts unreliable — they repeatedly killed valid requests. A single generous timeout (10 min, matching LiteLLM/OpenAI SDK defaults) is simpler and correct. Breaking: CLAUDE_FIRST_BYTE_TIMEOUT env var removed, default timeout changed from 300s to 600s. Bump to v3.3.0. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
14 lines
320 B
JSON
14 lines
320 B
JSON
{
|
|
"name": "ocp",
|
|
"version": "3.3.0",
|
|
"description": "Slash commands for the OpenClaw Proxy",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"keywords": ["openclaw", "plugin", "ocp", "proxy"],
|
|
"license": "MIT",
|
|
"openclaw": {
|
|
"type": "plugin",
|
|
"id": "ocp",
|
|
"pluginManifest": "openclaw.plugin.json"
|
|
}
|
|
} |