mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-07 02:51:50 +00:00
fix(tui): persist model switches by default
This commit is contained in:
parent
14fcff60c9
commit
458ce792d2
5 changed files with 150 additions and 14 deletions
|
|
@ -627,7 +627,7 @@ export function useMainApp(gw: GatewayClient) {
|
|||
|
||||
const onModelSelect = useCallback((value: string) => {
|
||||
patchOverlayState({ modelPicker: false })
|
||||
slashRef.current(`/model ${value}`)
|
||||
slashRef.current(`/model ${value} --global`)
|
||||
}, [])
|
||||
|
||||
const hasReasoning = Boolean(turn.reasoning.trim())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue