[codex] Refresh default LLM provider models#134
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
agent/.env.example, CLI init provider choices, interactive onboarding suggestions, SKILL metadata, and README recommended-model examples.Why
#133 reports that several bundled LLM provider defaults have fallen behind the currently available model families. Users who rely on generated setup files or the init/onboarding flow should start from the newer model IDs instead of deprecated or older defaults.
Validation
cd agent && python -m json.tool src/providers/llm_providers.json >/dev/nullcd agent && python -m py_compile cli/_legacy.py cli/onboard.py cli/intro.py src/providers/llm.pycd agent && python -m pytest tests/test_llm_provider_defaults.py tests/test_cli_init.py tests/test_settings_api.py tests/test_openai_codex.py tests/test_kimi_reasoning_content.py -q-> 48 passed, 2 warningsgit diff --checkCloses #133