hermes - 💡(How to fix) Fix feat(tui/cli): allow users to bookmark/favorite models for quick switching [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
NousResearch/hermes-agent#23117Fetched 2026-05-11 03:31:04
View on GitHub
Comments
0
Participants
1
Timeline
4
Reactions
0
Author
Participants
Timeline (top)
labeled ×4

Code Example

model:
  favorites:
    - "deepseek/deepseek-v4-flash"
    - "anthropic/claude-sonnet-4"
  default: "deepseek/deepseek-v4-flash"
RAW_BUFFERClick to expand / collapse

Feature Request

Problem

Users who frequently switch between multiple models have to type the full model name or navigate through the model picker each time. There's no way to mark frequently used models for quick access.

Proposed Solution

Add a "favorites/starred models" feature:

  • Allow users to mark models as favorites via config: model.favorites: [...]
  • Show favorites at the top of model selection lists
  • Support a quick-switch keybinding in TUI (e.g., Ctrl+Shift+M cycles through favorites)
  • Support a CLI flag: hermes --favorite 1 to use the first favorited model

Example Config

model:
  favorites:
    - "deepseek/deepseek-v4-flash"
    - "anthropic/claude-sonnet-4"
  default: "deepseek/deepseek-v4-flash"

Use Case

Power users with multiple API providers often switch between a cheap/fast model for simple tasks and an expensive/powerful model for complex reasoning. Favorites reduce friction in this workflow.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

hermes - 💡(How to fix) Fix feat(tui/cli): allow users to bookmark/favorite models for quick switching [1 participants]