Skip to content

Update README.md to include correct default model - #12

Merged
tibo-openai merged 1 commit into
openai:mainfrom
ddgond:patch-1
Apr 16, 2025
Merged

Update README.md to include correct default model#12
tibo-openai merged 1 commit into
openai:mainfrom
ddgond:patch-1

Conversation

@ddgond

Copy link
Copy Markdown
Contributor

The default model listed in the FAQ is o3, but codex defaults to o4-mini.

@EverStarckEverStarck left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@tibo-openai

Copy link
Copy Markdown
Collaborator

ty!

@tibo-openai
tibo-openai merged commit 704df1e into openai:mainApr 16, 2025
rumple pushed a commit to rumple/codex that referenced this pull request Apr 24, 2025
zeekay referenced this pull request in hanzoai/dev Sep 8, 2025
…extra CA trust, npm name clarification, and Homebrew helper
Closes #16. Closes #17. Closes #12. Refs #19.
gabrielbryk added a commit to gabrielbryk/codex that referenced this pull request Aug 3, 2026
Fold the durable findings from the 0.146.0 -> 0.147.0-alpha.4 upstream review
into the manifest so the next upgrade does not rediscover them.
Per-patch updates:
- openai#6 invalid_grant: upstream split TokenRefreshFailed/TokenRefreshRejected,
making this the strongest drop candidate in the stack.
- openai#12: conflict watch is context_manager/history.rs; normalize.rs is clean.
- openai#13 wait_agent: upstream raised the recommended timeout to minute-scale, so
the fast-fail now saves a minute per poll rather than seconds.
- openai#14 Slack: rmcp-client lost its reqwest exception in deny.toml, so the patch
must stay on codex-http-client types or cargo deny fails.
- openai#16: record the ratatui cell-semantics hazard and the standing rule that
fork TUI code measures with crate::width::*, never unicode_width directly.
- openai#17: upstream's Windows Interrupt change composes with the containment
patch; note the hard tree-terminate caveat.
New "Upstream watch list" section covering the release-artifact rename and
recompression, out-of-process code mode, precomputed protocol schemas, the
PlannedTools -> ToolRegistry collapse, isPinned removal, and the
divergent-copy hazard that produced patch #7c.
Also records the environment's known-failing ide_context tests (umask 002
against upstream-untouched code) and the just-vs-cargo stack requirement, plus
a post-rebase verification checklist covering the failure classes that a green
test run does not detect.
SSFSKIM added a commit to SSFSKIM/codex_somersault that referenced this pull request Aug 5, 2026
…iases, persisted toggle
TaskPanel rebuilt from `fra`/`fGo`/`PCp` (bundle L407097-407264): the counts header with its
conditional in-progress clause, ✔/◼/◻ glyphs carrying colour while the subject carries
strikethrough/bold/dim, the owner tag (≥60 cols), the `› blocked by openai#12, openai#13` clause and the
activeForm sub-line — each decoration rendered only when the wire carried its field (probe 81 Q3) —
plus the height-derived window, the 30s just-completed hoist and the ` … +N in progress` tail. No
empty state: null on an empty list. Pure half in taskPanelModel.ts.
taskList ingests activeForm/owner/addBlockedBy when present (TaskCreate L286299, TaskUpdate L286488).
BgTasksPanel rebuilt into the Background dialog from `rsi` (L481110-481256): titled frame in the
`background` role, counts subtitle joined " · ", ` Label (n)` section headers, ❯ rows with
(done)/(error)/(stopped)/(running) badges, `No tasks currently running`, and Enter → a detail
sub-view (Shell details with Status/Runtime/Command/Output-tail; agents as `<type> › <description>`),
`left` back, `x` stop from either view. Keys stay on the Select context so the six root globals
remain unbound. Pure half in bgDialogModel.ts; BgMetaHarvest now stamps startedAt/endedAt so the
Runtime row is real.
Ctrl-T state persists via prefs.showExpandedTodos, restored by chatMain before the first render;
ChatApp threads live columns/rows into both surfaces. /tasks and /bashes become aliases of /bg
(L350769; /bg stays canonical — DG61 keep-decision).
Recorded divergences: the dismiss string is NOT printed (display:"skip" resolves to messages:[] at
L241496); the owner tag's ownerActive condition and the ` (exit code: N)` suffix are unreachable
headlessly; ccx keeps the panel open by default where upstream ships it closed.
Tests: new task-panel.test.tsx + bg-dialog.test.tsx (bgTasksPanel.test.tsx deleted — it pinned the
retired panel), taskList/commands-aliases/chat.test additions, and the old-shape needles in
chat/honesty/keys-migration/keys-acceptance/components rewritten deliberately.
gabrielbryk added a commit to gabrielbryk/codex that referenced this pull request Aug 11, 2026
Fold the durable findings from the 0.146.0 -> 0.147.0-alpha.4 upstream review
into the manifest so the next upgrade does not rediscover them.
Per-patch updates:
- openai#6 invalid_grant: upstream split TokenRefreshFailed/TokenRefreshRejected,
making this the strongest drop candidate in the stack.
- openai#12: conflict watch is context_manager/history.rs; normalize.rs is clean.
- openai#13 wait_agent: upstream raised the recommended timeout to minute-scale, so
the fast-fail now saves a minute per poll rather than seconds.
- openai#14 Slack: rmcp-client lost its reqwest exception in deny.toml, so the patch
must stay on codex-http-client types or cargo deny fails.
- openai#16: record the ratatui cell-semantics hazard and the standing rule that
fork TUI code measures with crate::width::*, never unicode_width directly.
- openai#17: upstream's Windows Interrupt change composes with the containment
patch; note the hard tree-terminate caveat.
New "Upstream watch list" section covering the release-artifact rename and
recompression, out-of-process code mode, precomputed protocol schemas, the
PlannedTools -> ToolRegistry collapse, isPinned removal, and the
divergent-copy hazard that produced patch #7c.
Also records the environment's known-failing ide_context tests (umask 002
against upstream-untouched code) and the just-vs-cargo stack requirement, plus
a post-rebase verification checklist covering the failure classes that a green
test run does not detect.
gabrielbryk added a commit to gabrielbryk/codex that referenced this pull request Aug 11, 2026
Fold the durable findings from the 0.146.0 -> 0.147.0-alpha.4 upstream review
into the manifest so the next upgrade does not rediscover them.
Per-patch updates:
- openai#6 invalid_grant: upstream split TokenRefreshFailed/TokenRefreshRejected,
making this the strongest drop candidate in the stack.
- openai#12: conflict watch is context_manager/history.rs; normalize.rs is clean.
- openai#13 wait_agent: upstream raised the recommended timeout to minute-scale, so
the fast-fail now saves a minute per poll rather than seconds.
- openai#14 Slack: rmcp-client lost its reqwest exception in deny.toml, so the patch
must stay on codex-http-client types or cargo deny fails.
- openai#16: record the ratatui cell-semantics hazard and the standing rule that
fork TUI code measures with crate::width::*, never unicode_width directly.
- openai#17: upstream's Windows Interrupt change composes with the containment
patch; note the hard tree-terminate caveat.
New "Upstream watch list" section covering the release-artifact rename and
recompression, out-of-process code mode, precomputed protocol schemas, the
PlannedTools -> ToolRegistry collapse, isPinned removal, and the
divergent-copy hazard that produced patch #7c.
Also records the environment's known-failing ide_context tests (umask 002
against upstream-untouched code) and the just-vs-cargo stack requirement, plus
a post-rebase verification checklist covering the failure classes that a green
test run does not detect.
Linorman added a commit to Linorman/biodex that referenced this pull request Aug 12, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@ddgond@tibo-openai@EverStarck