Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
a1bc64e to
f3ffbca
Compare
Used in exactly one place; the named constant obscures the tier table that already lives inline with 64_000 and 32_000. Drop the constant, rebase the default to 16_000 for consistency with the other tiers, and trim narrative references from the `default_max_tokens` doc and a test comment.
New Opus 4.7-exclusive beta that ships alongside `xhigh` / adaptive thinking. oxide-code doesn't implement it today — the beta is opt-in and paired with an `output_config.task_budget` body field. Document its existence in the additional-betas descriptor table so the research notes stay comprehensive for readers tracking the 4.7 surface.
f3ffbca to
b1ca79a
Compare
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
Two small cleanups to the config + research-doc surface.
DEFAULT_MAX_TOKENSinlined as16_000. The constant was used in exactly one place (the low / medium / no-effort arm ofdefault_max_tokens) and obscured the tier table that already has64_000and32_000inline; rebased to16_000for round-number consistency with the upper tiers. Trimmed narrative references from thedefault_max_tokensdoc and the affected test comment.docs/guide/configuration.mdanddocs/research/anthropic-api.mdnow state the 16 000 floor and no longer pin the scaling to an external reference.task-budgets-2026-03-13to the anthropic-api research doc. New Opus 4.7-exclusive beta that ships alongsidexhigh/ adaptive thinking. oxide-code doesn't implement it today, but the descriptor table now notes its existence so the research notes stay comprehensive for readers tracking the 4.7 surface.Test plan
cargo fmt --all --checkcargo buildcargo clippy --all-targets -- -D warningscargo test— 926 passedpnpm lint— 0 errors