Skip to content

Commit 7b4f93c

Browse files
committed
feat: Decouple Max Output Tokens from Max Thinking Tokens controls
- Replace modelInfo.thinking with supportsReasoningBudget properties - Update all tests to use new model property structure - Lower MIN_OUTPUT_TOKENS to 2048 for better usability - Add standalone MaxOutputTokensControl component
1 parent 698cc5b commit 7b4f93c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
"roo-cline": patch
3+
---
4+
5+
Fix: Decouple Max Output Tokens from Max Thinking Tokens controls
6+
7+
- Separated Max Output Tokens control into its own component that displays for all models with configurable maxTokens
8+
- Updated ThinkingBudget component to only handle thinking/reasoning tokens
9+
- Fixed issue where non-thinking models with configurable maxTokens didn't show the output tokens slider
10+
- Updated to use new model properties (supportsReasoningBudget) from latest main branch

0 commit comments

Comments
 (0)