Track Codex package updates for latest model availability #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
User story: So that I can use the intended Codex model choices from dev VMs, the VM package pinning and downstream defaults should track the Codex CLI version needed to expose them.
Part of the "Profiles & VM archetypes" arc.
The dev VM Codex install is pinned through
vm.inputs.nixpkgs-unstable, then consumed by profiles aspkgs-unstable.codex.Observed from a current dev VM:
nixpkgs-unstableprovidescodex 0.142.2.nixos-unstableprovidescodex 0.142.5.codex doctorreports latest available CLI as0.144.1.gpt-5.5,gpt-5.4, andgpt-5.4-mini.Need:
nixpkgs-unstableis enough once nixpkgs catches up, or add a narrow Codex package override invm.codex --version,codex debug models, and the TUI model picker expose the latest intended model.yolo codex --model ...inprofiles.