[Bug] GPT-6 Astra is missing from the Codex OAuth catalog #2062
Closed
endcycles
started this conversation in
Bug reports
Replies: 2 comments 1 reply
|
Thanks for merging PR #2057. I hit the same missing Codex/ChatGPT OAuth option in Prime Agent beta after it merged. Astra appears through other providers, but not through the subscriber path. Checking the merged
I checked open catalog PRs #2042 and #1928; neither adds the Astra Codex entry. A focused follow-up from current Would maintainers welcome that follow-up, or is it already planned elsewhere? Happy to coordinate here to avoid duplicate work. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
What happened?
A local
models.jsonentry getsgpt-6-astraworking through ChatGPT OAuth in Prime 0.9.1. We verified a normal CLI response and a realipythonfile-read round-trip atxhigh, not just whether the model appeared in the picker.Reproduction
With ChatGPT OAuth configured and no custom Astra entry:
Expected: an account with Astra access can select it and resolve it for RLM subagents.
The remaining gap
The explicit
openai-codexlist omits Astra. Discovery also sendsclient_version=0.147.0. Our read-only check with the same account returned HTTP 200 in both cases:0.147.0: Astra absent.0.153.3: Astra present.PR #2057, checked at
1b1c4d1ef2e8, adds Astra for other providers but leaves both OAuth details unchanged.I'd like to contribute a small follow-up: the Codex entry and effort map, a compatible discovery version, focused regression tests, and the required changelog fragments. Account filtering would stay intact. I'd rather fix the picker and subagent paths together than leave Astra working in one place and missing in the other.
Direct chat and the file-read tool call passed locally. RLM execution has not been tested;
0.153.3is a tested discovery version, not a claimed minimum.Would you welcome a PR with that scope?
Environment
0.9.1.26.6.2(25G83), arm64. Nodev25.9.0.All reactions