Add Grok 4.6 to Smith and router catalogs - #1247
Merged
Merged
Conversation
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.
Summary\n\n- add grok-4.6 to the shared Smith/router model catalog for API-key and Grok subscription routes\n- make Grok 4.6 the default in built-in routing and Smith configure flow\n- use the documented 500k context window in Smith\n- refresh Grok examples and current-model test fixtures\n\n## Verification\n\n- xAI API docs list model slug grok-4.6 with a 500k context window\n- installed grok models reports grok-4.6 as the subscription default\n- cargo test -p construct-protocol model_completions_are_offered_after_model_command\n- cargo test -p construct-adapter-smith grok_4_6_gets_its_advertised_context_window_on_both_auth_paths\n- cargo test -p construct-daemon seed_models_come_from_the_shared_catalog\n- cargo test -p construct-daemon every_direct_api_key_provider_is_a_builtin_target\n- cargo test -p construct-daemon auto_unavailable_when_only_a_subscription_credential_exists\n- cargo test -p construct-daemon grok_and_kimi_advertise_their_native_scales\n- cargo test -p construct-daemon effort_support_matches_subscription_model_capabilities\n- cargo build\n\n## Formatting\n\ncargo fmt --all -- --check is already red on unrelated files in current main; git diff --check passes for this branch.\n\nNo visual artifact: this is a model-catalog/default refresh with no layout or rendering change.