Refresh the Codex runtime docs

Refresh the Codex runtime docs and cross-link the Codex harness, OpenAI provider, agent runtime, plugin hook, ACP agent, and status pages.
This commit is contained in:
pashpashpash
2026-04-24 20:30:33 -07:00
committed by GitHub
parent 05fbdd4b28
commit 6cfe810402
8 changed files with 113 additions and 56 deletions

View File

@@ -420,7 +420,8 @@ Native Codex app-server runs bridge Codex-native tool events back into this
hook surface. Plugins can block native Codex tools through `before_tool_call`,
observe results through `after_tool_call`, and participate in Codex
`PermissionRequest` approvals. The bridge does not rewrite Codex-native tool
arguments yet.
arguments yet. The exact Codex runtime support boundary lives in the
[Codex harness v1 support contract](/plugins/codex-harness#v1-support-contract).
For full typed hook behavior, see [SDK Overview](/plugins/sdk-overview#hook-decision-semantics).