release: v0.12.191 — free tier rebuilt - #25
Merged
Merged
Conversation
Cuts the release for #24. dist/ is committed and npm ships it, so without a rebuild the published package would keep serving the June picker: the bundle still inlined gpt-oss-120b, deepseek-v4-flash, qwen3-coder-480b and llama-4-maverick as the advertised free tier. Verified in the rebuilt bundle: the shipped picker's free tail is exactly the live seven, and none of the five retired ids appears in it. 514 tests pass, typecheck + lint + prettier clean.
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.
Cuts the release for #24.
dist/is committed and npm ships it (filesincludesdist), so without a rebuild the published package would keep serving the June picker — the bundle still inlinedgpt-oss-120b,deepseek-v4-flash,qwen3-coder-480bandllama-4-maverickas the advertised free tier. Same trap ClawRouter hit today: tsup inlinestop-models.json, so a src-only change never reaches consumers.Verified in the rebuilt bundle — the shipped picker's free tail:
None of the five retired ids appears in it.
514 tests pass, typecheck + lint + prettier clean.
Note: npm publish is manual in this repo (no
publish.yml), so merging this does not release. npm is still on 0.12.190 from 2026-06-25.