feat: add context recommendation helper text beside benchmark target badges#5
Closed
Alm0stSurely wants to merge 1 commit into
Closed
Conversation
…badges Add helper text to indicate validated 32K context for local benchmark targets. - Shows '✓ Recommended local default: 32K context (validated)' in target selection - Shows '✓ 32K context validated' in compare mode - Supports i18n: zh-CN, zh-TW, ja, ko, en Closes ChrisChen667788#1
Owner
|
Thank you for your suggestion. I have adopted it! |
Owner
|
Closing as superseded by the current feature-owned implementation on main. The accepted behavior now lives in lib/agent/context-recommendation.ts, is composed through features/admin/runtime-target-view-model.ts and features/compare/CompareWorkbench.tsx, and is rendered in the current Benchmark/runtime cards and Compare lane views. Merging this older AdminDashboard-only patch would reintroduce a stale component boundary. |
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.
Problem
Users couldn't easily tell which context setting is validated versus merely allowed when selecting benchmark targets.
Solution
Add helper text to indicate the recommended local default context:
i18n
Supports: zh-CN, zh-TW, ja, ko, en
Verification
Closes #1