fix: tolerate unsupported ACP timeout hints (#81603) (thanks @qkal) · openclaw/openclaw@f9112f0
steipete
·
2026-05-15
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -21,6 +21,7 @@ Docs: https://docs.openclaw.ai
|
21 | 21 | |
22 | 22 | ### Fixes |
23 | 23 | |
| 24 | +- ACP: treat rejected timeout config options as best-effort hints so ACP turns continue with adapters that do not support `session/set_config_option` timeout keys. Fixes #81250. (#81603) Thanks @qkal. |
24 | 25 | - Cron/Codex: default exact-command scheduled agent turns to lightweight bootstrap context so automation runs the command before loading workspace identity or memory context. |
25 | 26 | - Codex plugin/Gateway: strip unpaired UTF-16 surrogates from Codex app-server JSON-RPC payloads and let stale reply-work recovery abort stalled reply runs, preventing malformed media turns from wedging gateway lanes. |
26 | 27 | - Codex app server: force OAuth refresh requests to perform a real token refresh instead of reusing unchanged inherited auth-profile tokens after refresh failures. (#80738) Thanks @simplyclever914. |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -269,8 +269,6 @@ focused channel/runtime subpaths, `config-contracts`, `string-coerce-runtime`,
|
269 | 269 | | `plugin-sdk/acp-runtime` | ACP runtime/session and reply-dispatch helpers | |
270 | 270 | | `plugin-sdk/acp-runtime-backend` | Lightweight ACP backend registration and reply-dispatch helpers for startup-loaded plugins | |
271 | 271 | | `plugin-sdk/acp-binding-resolve-runtime` | Read-only ACP binding resolution without lifecycle startup imports | |
272 | | -| `plugin-sdk/codex-mcp-projection` | Reserved bundled Codex helper for projecting user MCP server config into Codex app-server thread config; not for third-party plugins | |
273 | | -| `plugin-sdk/codex-native-task-runtime` | Reserved bundled Codex helper for mirroring native Codex tasks into OpenClaw task registry; not for third-party plugins | |
274 | 272 | | `plugin-sdk/agent-config-primitives` | Narrow agent runtime config-schema primitives | |
275 | 273 | | `plugin-sdk/boolean-param` | Loose boolean param reader | |
276 | 274 | | `plugin-sdk/dangerous-name-runtime` | Dangerous-name matching resolution helpers | |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。