checkpoint: into wallentx/termux-target from release/0.144.6 @ 2a1af45a42ee - #312
Merged
unemployabot[bot] merged 9 commits intoJul 19, 2026
Conversation
## Summary - Backport `d26a9bf671b1c03aabfc32e1092d137c1feb3962` to the `0.144` release line. - Refresh bundled GPT-5.6 model instructions and context-window metadata. - Refresh reasoning-summary, skills, permissions, and auto-review catalog metadata. ## Why The catalog refresh has propagated to public `main`, but stable `0.144` clients still bundle the older model metadata. This backport makes the refresh available in the next non-alpha `0.144.x` hotfix. The release branch's existing `supports_reasoning_summaries` values were preserved while adding `supports_reasoning_summary_parameter` from the source commit. ## Validation - `just test -p codex-models-manager` (40 passed) - `jq empty codex-rs/models-manager/models.json` - Verified GPT-5.6 Sol does not include the `ultrafast` service tier
## Summary - Keep the refreshed bundled prompts for GPT-5.6 Sol, Terra, and Luna. - Keep the 272,000-token context and maximum context windows for those three models. - Revert the unrelated model-catalog metadata changes introduced by openai#33972. ## Why openai#33972 backported a broader generated catalog refresh than this stable hotfix needs. The intended `0.144.6` change is limited to the GPT-5.6 Sol/Terra/Luna prompt refresh and their corrected context-window metadata. This follow-up restores all other catalog values to the last-green `release/0.144` baseline. In particular, it removes fields that `0.144` does not understand, restores the existing skills-guidance settings and GPT-5.5 availability NUX, and leaves model visibility and upgrade behavior unchanged. Relative to `215fb464f1932b5fd7beb5d4615bc1927d80fbf7`, the resulting catalog differs in exactly 12 values: `base_instructions`, `model_messages.instructions_template`, `context_window`, and `max_context_window` for each of GPT-5.6 Sol, Terra, and Luna. ## Validation - `just test -p codex-models-manager bundled_models_json_roundtrips` - `just fmt` - `jq empty codex-rs/models-manager/models.json` - `git diff --check` - Verified the semantic diff against `215fb464f1932b5fd7beb5d4615bc1927d80fbf7` contains only the intended 12 values. - Verified all retained values exactly match `d26a9bf671b1c03aabfc32e1092d137c1feb3962`.
- Refreshed bundled instructions for GPT-5.6 Sol, Terra, and Luna, and corrected their context windows to 272,000 tokens. (openai#33972, openai#34009) ## Changelog Full Changelog: openai/codex@rust-v0.144.5...rust-v0.144.6 - openai#33972 Backport refreshed bundled model metadata to 0.144 @sayan-oai - openai#34009 Narrow 0.144 hotfix to GPT-5.6 prompts and context @sayan-oai
Termux rust-v0.144.6
…nt/wallentx_termux-target_from_release_0.144.6_2a1af45a42ee
unemployabot
Bot
deleted the
checkpoint/wallentx_termux-target_from_release_0.144.6_2a1af45a42ee
branch
July 19, 2026 04:06
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.
Termux release checkpoint
release/0.144.62a1af45a42ee138c6b03a83ea808bc42951861b1wallentx/termux-targetThis PR carries release-train conflict fixes and follow-up changes back into the reusable Termux patch branch.
Release-only workflow files and metadata under
.githubwere restored to the destination branch versions before opening this PR.