Commit b6a7381
committed
Fix context window menu unreachable behind early return guard
The early return in TraitsMenuContent only checked effort and
thinkingEnabled, causing the context window radio group to be
unreachable for models that have context window options but lack
effort levels or a thinking toggle. Updated the guard to also
consider contextWindowOptions.length > 1.1 parent 7c27621 commit b6a7381
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
220 | | - | |
| 220 | + | |
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
| |||
0 commit comments