-
Notifications
You must be signed in to change notification settings - Fork 1.1k
fix: fall back to the model default for thinking efforts outside support_efforts #3144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
kimi-agent-bot
wants to merge
34
commits into
MoonshotAI:main
Choose a base branch
from
kimi-agent-bot:fix/thinking-effort-fallback-declared-efforts
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
4138656
fix: fall back to the model default for thinking efforts outside supp…
kimi-agent-bot be43c7e
fix: update thinking-effort rejection hint for declared-list fallback
kimi-agent-bot b191946
test(kosong): update thinking-effort rejection hint expectation
kimi-agent-bot a24ef25
fix: fall back to the declared default effort for models without a th…
kimi-agent-bot 08902a0
fix(agent-core-v2): normalize persisted thinking efforts after sessio…
kimi-agent-bot f1217ec
fix(agent-core): warn when a Kimi env thinking-effort override is unl…
kimi-agent-bot d32ed94
fix: note the forced-effort exception in thinking-effort rejection gu…
kimi-agent-bot 2a1f750
fix: suppress the thinking-effort fallback warning when a forced effo…
kimi-agent-bot 4b8c8da
fix(agent-core): warn when a config reload strands the current thinki…
kimi-agent-bot f2c856c
fix(agent-core): warn on createSession efforts that fall back to the …
kimi-agent-bot 07b6f6d
fix(kimi-code): reject /effort values outside a model's declared list
kimi-agent-bot 5b64151
fix(kimi-code): ignore blank support_efforts entries in the /effort c…
kimi-agent-bot 119db0f
fix: treat a declared support_efforts list as thinking support under …
kimi-agent-bot 2a32e56
fix(agent-core): trim declared thinking efforts before matching and f…
kimi-agent-bot 5d3ea30
fix(kimi-code): match /effort against trimmed declared effort names
kimi-agent-bot 21bd007
fix: finish normalizing declared thinking-effort lists
kimi-agent-bot baff362
fix: align declared-effort handling across the TUI and request diagno…
kimi-agent-bot 5c71641
fix(kimi-code): resolve /effort on to the model default before lazy s…
kimi-agent-bot 15ce9aa
fix(kimi-code): reject an unlisted declared default effort in the TUI
kimi-agent-bot bfc60b9
fix(kimi-code): match the top thinking tier against the normalized de…
kimi-agent-bot b8fa016
fix: align the picker's unlisted-default fallback and the 400 hint wi…
kimi-agent-bot 04ad3e2
fix(agent-core): report an unlisted env thinking-effort override only…
kimi-agent-bot 63980b0
fix(agent-core): recheck an env-pinned effort against reloaded declar…
kimi-agent-bot 2318d63
fix(kimi-code): hydrate unlisted configured thinking efforts to the m…
kimi-agent-bot f8bbc7a
fix: normalize hydrated efforts and warn when a reload strands the st…
kimi-agent-bot f468c16
fix(agent-core-v2): republish status on reload fallback and watch pro…
kimi-agent-bot 134c1f6
fix: republish status on effort restoration and match declared effort…
kimi-agent-bot 534780d
fix(agent-core-v2): coalesce thinking-effort revalidation across a co…
kimi-agent-bot 4a4a92c
fix: keep inherited default_effort covered by a padded override list
kimi-agent-bot 742c370
test(agent-core-v2): drive thinking-effort revalidation with an injec…
kimi-agent-bot 9799e01
fix: match declared thinking efforts case-insensitively in diagnostic…
kimi-agent-bot fd09758
fix: include the resolved fallback in thinking-effort warning dedupli…
kimi-agent-bot 611438d
test(agent-core-v2): drop an inline comment from the reload fallback …
kimi-agent-bot b290ac3
fix(agent-core-v2): track the last published thinking effort for relo…
kimi-agent-bot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| "@moonshot-ai/kimi-code": patch | ||
| --- | ||
|
|
||
| Models with a declared support_efforts list now fall back to their default thinking effort when the configured effort is not in the list. |
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.