chore(release): 1.4.2 - #43
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.
Rolls up everything merged since
v1.4.1(#36–#42).Added
[1m]context variant accepted on any model, and it now means something —context-1m-2025-08-07is opt-in through the variant rather than derived from the catalog for every request (feat(models): accept the[1m]context variant on any model #37)GET /v1/modelsreportscontext_window,max_output_tokensandsupports_1m_context(feat(models): accept the[1m]context variant on any model #37)extend_cache_ttl, off by default (feat(cache): add an opt-in 1h cache_control ttl #42)Fixed
gemini-*mappings (fix(gemini,count_tokens): make the Gemini CLI setup usable and stop stalling on rate-limited token counts #40)count_tokensburned up to 14s of backoff under a 429 before falling through to the local estimate it would have produced immediately (fix(gemini,count_tokens): make the Gemini CLI setup usable and stop stalling on rate-limited token counts #40)model_context_window, an overwrittenmodel, and anapi_keythat was never passed (fix(codex): write a config the client can actually start with #41)Changed
[1m]alias entries from the default table (chore(config): drop the redundant[1m]alias entries from the defaults #39)Version is a patch bump per your call, though the release does add features.
cargo build --lockedsucceeds at 1.4.2; 155 lib + 18 bin tests pass.Merge this and the
v1.4.2tag will trigger the release workflow.