Add GPT-6 Astra to the Codex model picker - #113
Open
anglinb wants to merge 1 commit into
Open
Conversation
Register Astra with its Codex reasoning levels and fast-mode support, and cover picker, settings, and catalog normalization. 🌸 Shipped with Kanna — https://kanna.sh Co-Authored-By: Kanna <noreply@kanna.sh> Kanna-Agent: codex/gpt-5.6-sol
Greptile SummaryAdds GPT-6 Astra to the built-in Codex model catalog while retaining GPT-5.6 Sol as the default.
Confidence Score: 5/5The PR appears safe to merge with no actionable correctness, security, or repository-rule issues identified. Astra is consistently represented by the shared catalog, normalized through existing model-capability paths, forwarded to Codex without being dropped, and does not replace GPT-5.6 Sol as the default.
|
| Filename | Overview |
|---|---|
| src/shared/types.ts | Adds the Astra catalog entry and model-specific capability metadata without changing the explicit Codex default. |
| src/server/provider-catalog.ts | Updates documentation around capability-based fast-mode gating; existing normalization supports Astra without model-specific branching. |
| src/shared/types.test.ts | Verifies Astra model-ID normalization and its complete reasoning-effort set. |
| src/server/app-settings.test.ts | Verifies Astra reasoning and fast-mode preferences survive settings normalization and persistence. |
| src/server/provider-catalog.test.ts | Verifies Astra option normalization and server model-ID handling. |
| src/server/read-models.test.ts | Verifies Astra is exposed through the Codex provider read model. |
| src/client/components/chat-ui/ChatPreferenceControls.test.tsx | Verifies the picker renders Astra’s reasoning and fast-mode controls. |
Reviews (1): Last reviewed commit: "Add GPT-6 Astra to Codex picker" | Re-trigger Greptile
anglinb
added a commit
to anglinb/kanna
that referenced
this pull request
Sep 5, 2026
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.
Adds
gpt-6-astrato the Codex model picker with the parameters reported by the current Codex catalog: Medium by default, Low through Ultra reasoning, and Fast mode support. GPT-5.6 Sol remains the default model.Tests cover picker rendering, model normalization, settings persistence, and the provider catalog.
Validation:
bun test src/shared/types.test.ts src/server/provider-catalog.test.ts src/server/app-settings.test.ts src/server/read-models.test.ts src/client/lib/composer.test.ts src/client/components/chat-ui/ChatPreferenceControls.test.tsx(100 passed), plusbunx tsc --noEmit.🌸 Shipped with Kanna — an open-source workspace for all your coding agents. Written by
codex/gpt-5.6-sol.