Skip to content

Update phase 2 memory model to gpt-5.4#17384

Merged
kliu128 merged 2 commits intomainfrom
dev/kevinliu/codex/change-phase2-memory-model-to-gpt-5.4
Apr 13, 2026
Merged

Update phase 2 memory model to gpt-5.4#17384
kliu128 merged 2 commits intomainfrom
dev/kevinliu/codex/change-phase2-memory-model-to-gpt-5.4

Conversation

@kliu128
Copy link
Copy Markdown
Contributor

@kliu128 kliu128 commented Apr 10, 2026

Motivation

  • Switch the default model used for memory Phase 2 (consolidation) to the newer gpt-5.4 model.

Description

  • Change the Phase 2 model constant from "gpt-5.3-codex" to "gpt-5.4" in codex-rs/core/src/memories/mod.rs.

Testing

  • Ran just fmt, which completed successfully.
  • Attempted cargo test -p codex-core, but the build failed in this environment because the codex-linux-sandbox crate requires the system libcap pkg-config entry and the required system packages could not be installed, so the test run was blocked.

Codex Task

@kliu128 kliu128 added the codex Label used by connector to tag PRs that have been reviewed by Codex label Apr 10, 2026 — with ChatGPT Codex Connector
@kliu128 kliu128 enabled auto-merge (squash) April 10, 2026 22:32
@kliu128 kliu128 force-pushed the dev/kevinliu/codex/change-phase2-memory-model-to-gpt-5.4 branch from 5dff7d4 to 0f22f0e Compare April 11, 2026 00:13
@kliu128 kliu128 merged commit ec72b1c into main Apr 13, 2026
19 of 20 checks passed
@kliu128 kliu128 deleted the dev/kevinliu/codex/change-phase2-memory-model-to-gpt-5.4 branch April 13, 2026 20:59
@github-actions github-actions bot locked and limited conversation to collaborators Apr 13, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

codex Label used by connector to tag PRs that have been reviewed by Codex

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants