-
Notifications
You must be signed in to change notification settings - Fork 2.6k
ui: models dropdown #1860
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
ui: models dropdown #1860
Conversation
| <BottomMenuModeSelection /> | ||
|
|
||
| {/* Model Selector Dropdown - Only in development */} | ||
| <div className="relative flex items-center ml-auto mr-4" ref={dropdownRef}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I love all the red. My only Q is whether this is changing the functionality without process.env.ALPHA being checked?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
saved it :) nice catch
| import { useConfig } from '../../../ConfigContext'; | ||
| import { getCurrentModelAndProviderForDisplay } from '@/src/components/settings_v2/models'; | ||
|
|
||
| export default function CurrentModelProvider(arg) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this used?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
was a prototype -- deleted!
* main: ui: turn on extensions at startup (#1861) ui: models dropdown (#1860) fix: cli empty line (#1856) feat: Allow setting OpenAI timeout from config (#1819) feat: add retry for google (#1854) feat(extensions): add Java/JDK support for MCP servers (#1816) feat: extract `StdioProcessError(msg)` to try to display (#1855) fix: show window bugfix (#1840) fix: append the attachment path to the existing text in the input prompt (#1842) docs: updated docs for smart approval mode (#1853) styles: chat scroll interaction (#1837) ui: add description field to modal (#1846) feat: use temp dir for extracting goose binary (#1838) ui: remove and update extensions (#1847) fix: disappearing user text when stopped (#1839)
Refactors models component to:
video below shows bottom bar and model settings in both light and dark mode and takes you through a configure models flow
Screen.Recording.2025-03-25.at.6.40.52.PM.mov