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:
Jason (Json)
2026-07-24 14:27:53 -06:00
committed by GitHub
parent 663c4fba10
commit ee606def49
16 changed files with 576 additions and 31 deletions

View File

@@ -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,