mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-05 19:51:35 +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:
@@ -64,7 +64,10 @@ export type {
|
||||
AgentHarnessSupport,
|
||||
AgentHarnessSupportContext,
|
||||
} from "../agents/harness/types.js";
|
||||
export { AgentHarnessSessionSupersededError } from "../agents/harness/errors.js";
|
||||
export {
|
||||
AgentHarnessPreflightError,
|
||||
AgentHarnessSessionSupersededError,
|
||||
} from "../agents/harness/errors.js";
|
||||
export { projectSettledTurnFinalizationAttemptResult } from "../agents/harness/settled-turn-finalization-result.js";
|
||||
export const agentHarnessAttemptTerminal = {
|
||||
merge: mergeAgentRunAttemptTerminal,
|
||||
|
||||
Reference in New Issue
Block a user