mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 07:40:44 +00:00
docs: sentence-case Title Case table headers in Codex/runtime docs
Three table headers introduced in recent agent-runtime / Codex-harness doc commits used Title Case despite the surrounding house style: - agent-runtimes.md L17: 'What It Means' -> 'What it means' - agent-runtimes.md L100: 'Why It Matters' -> 'Why it matters' - codex-harness.md L615: 'V1 Boundary' / 'Future Path' -> 'V1 boundary' / 'Future path' (V1 stays as the recognized acronym)
This commit is contained in:
@@ -612,7 +612,7 @@ Supported in Codex runtime v1:
|
||||
|
||||
Not supported in Codex runtime v1:
|
||||
|
||||
| Surface | V1 Boundary | Future Path |
|
||||
| Surface | V1 boundary | Future path |
|
||||
| --------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- |
|
||||
| Native tool argument mutation | Codex native pre-tool hooks can block, but OpenClaw does not rewrite Codex-native tool arguments. | Requires Codex hook/schema support for replacement tool input. |
|
||||
| Editable Codex-native transcript history | Codex owns canonical native thread history. OpenClaw owns a mirror and can project future context, but should not mutate unsupported internals. | Add explicit Codex app-server APIs if native thread surgery is needed. |
|
||||
|
||||
Reference in New Issue
Block a user