Client or integration
Codex App
Area
Proxy / routing
Summary
Splitting a residual out of issue 4311, which is otherwise resolved on dev by 44027ae.
That issue reported two symptoms together. The first — paginated Codex history stopping projection after provider metadata relabeling — is fixed: src/codex/history-provider.ts now inspects a newest-record window and refuses in-place paginated tails, so the projector no longer stops at ordinal 0.
The second symptom is a different defect and was never addressed by that change: after the same relabeling, the client reports Model provider opencodex not found and the provider definition does not survive. Closing the parent issue against the merge without recording this would have quietly lost it, so it lives here instead.
Reproduction
- Run a Codex App session through the proxy with a provider definition named
opencodex.
- Relabel provider metadata so the catalog rewrites the provider entry.
- Continue the existing thread rather than starting a new one.
- The client reports
Model provider opencodex not found and the provider definition is gone, even though history now projects correctly after 44027ae.
Version
2.54.0 (dev at 44027ae)
Operating system
macOS
Provider and model
opencodex-local
Logs or error output
Model provider opencodex not found
Screenshots and supporting files
None.
Redacted configuration
Not applicable — the trigger is provider metadata relabeling rather than a specific configuration value.
Checks
Client or integration
Codex App
Area
Proxy / routing
Summary
Splitting a residual out of issue 4311, which is otherwise resolved on
devby 44027ae.That issue reported two symptoms together. The first — paginated Codex history stopping projection after provider metadata relabeling — is fixed:
src/codex/history-provider.tsnow inspects a newest-record window and refuses in-place paginated tails, so the projector no longer stops at ordinal 0.The second symptom is a different defect and was never addressed by that change: after the same relabeling, the client reports
Model provider opencodex not foundand the provider definition does not survive. Closing the parent issue against the merge without recording this would have quietly lost it, so it lives here instead.Reproduction
opencodex.Model provider opencodex not foundand the provider definition is gone, even though history now projects correctly after 44027ae.Version
2.54.0 (dev at 44027ae)
Operating system
macOS
Provider and model
opencodex-local
Logs or error output
Screenshots and supporting files
None.
Redacted configuration
Not applicable — the trigger is provider metadata relabeling rather than a specific configuration value.
Checks