docs(codex): add an official-references section to the codex backend doc - #9
Merged
Merged
Conversation
Point at the upstream OpenAI Codex docs as the source of truth for the controls this backend maps (model, reasoning effort, service tier / Fast mode) — Codex is fast-moving, so links to the canonical pages age better than a local snapshot. Notes explicitly that Impasse runs non-interactive and hermetic (codex exec --ignore-user-config), so the interactive slash commands and config.toml persistence those pages also describe don't apply to a run. Consolidates the useful part of a scratch options summary into the doc a contributor actually reads; the standalone summary (never committed) is dropped. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01X8XaW2bqgYnp7oRVgfHXid
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a short Official Codex references section to
docs/backends/codex.md— links to the upstream OpenAI Codex docs for the controls this backend maps (model, reasoning effort, service tier / Fast mode).Why this, and not a standalone options doc
A scratch
codex-openai-options-summary.mdwas used as the source material while building the--speed/ Fast-mode feature. Committing it standalone would duplicate whatcodex.mdalready documents (in Impasse's own hermetic terms), and it describes Codex features Impasse deliberately doesn't use — interactive slash commands and~/.codex/config.tomlpersistence — which would misrepresent how a run actually behaves (codex exec --ignore-user-config).So the durable, non-duplicative value — the curated links to the canonical upstream docs — goes into
codex.md, where a contributor already looks, with an explicit note that the interactive/config.toml material doesn't apply to Impasse. Codex is fast-moving, so pointing at the live source ages better than a local copy. The standalone summary (never committed) is dropped.Docs-only.
🤖 Generated with Claude Code