chore: update model smoke test results for v1.5.0#215
Merged
griffinmartin merged 1 commit intomainfrom Apr 30, 2026
Merged
Conversation
Run `pnpm run test:models` against v1.5.0: - 15/16 models pass (was 16/17 on v1.4.10) - claude-3-haiku-20240307 newly fails and joins the skip-list — older Claude 3 Haiku appears to no longer be reachable through the subscription auth path - claude-opus-4-7 continues to pass (verified for the integration suite) - All Claude 4 family models (haiku-4-5, sonnet-4-x, opus-4-x) pass README "Supported models" table regenerated by the script.
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
Re-run
pnpm run test:modelsagainst v1.5.0 to refresh the model compatibility cache and the README "Supported models" table.Results
Newly failing
claude-3-haiku-20240307— older Claude 3 Haiku is no longer reachable through the subscription auth path. Added tofailed-models.jsonso subsequent runs skip it.Confirmed passing (notable)
claude-opus-4-7✓claude-opus-4-6✓claude-sonnet-4-6✓ (witheffort-2025-11-24,context-1m-2025-08-07excluded as expected)claude-haiku-4-5✓Files changed
test-results/model-smoke-test.json— full run output regeneratedtest-results/failed-models.json—claude-3-haiku-20240307addedREADME.md— "Supported models" table regenerated by the script (15 models, sorted)Test plan
pnpm run lintpasses (oxfmt run on regenerated files)pnpm run buildclean