mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-11 01:46:27 +00:00
fix(codex): stop Computer Use readiness stalls across fallbacks (#113393)
* fix(codex): bound computer use readiness preflight * chore(codex): keep service status internal
This commit is contained in:
parent
663c4fba10
commit
ee606def49
16 changed files with 576 additions and 31 deletions
|
|
@ -172,7 +172,8 @@ export function readPluginSdkSurfaceBudgets(env = process.env) {
|
|||
// +1: canonical unknown-value to Error coercion.
|
||||
// +6: canonical session delivery normalization, access, and projection helpers.
|
||||
// +5: focused media-local-roots helpers and typed hook media contracts.
|
||||
4716,
|
||||
// +1: model-independent agent-harness preflight failure contract.
|
||||
4717,
|
||||
env,
|
||||
),
|
||||
publicFunctionExports: readPluginSdkSurfaceBudgetEnv(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue