hermes - 💡(How to fix) Fix Hermes CLI v0.13.0 shows wrong model name in banner — displays 'kimicode' instead of actual model [1 comments, 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#25339Fetched 2026-05-14 03:47:10
View on GitHub
Comments
1
Participants
1
Timeline
5
Reactions
0
Author
Participants
Timeline (top)
labeled ×3commented ×1cross-referenced ×1
RAW_BUFFERClick to expand / collapse

Hermes version: v0.13.0 (2026.5.7) CLI: Interactive terminal session Expected: Banner should show the actual configured model (e.g. minimax-2.7 or whatever is set in config) Actual: Banner shows kimicode which is incorrect and confusing

Problem

After updating to v0.13.0, the CLI now displays a model name in the banner that doesn't match the actual configured model. The user is using minimax-2.7 but sees kimicode in the CLI banner.

Screenshots

See attached screenshot showing the incorrect model name displayed.

Expected Behavior

The CLI banner should accurately reflect the model configured in ~/.hermes/config.yaml or the active model in use. If a model is not explicitly set or is being resolved from a provider, the CLI should either show 'unknown' or skip the model name rather than displaying a hardcoded or incorrect value.

Suggested Fix

Remove the hardcoded or incorrectly resolved model name from the CLI banner, or fix the model resolution logic so it correctly reads from the active configuration. The previous behavior (no model name, or correct name) was correct — this 'improvement' makes the CLI worse by displaying wrong information.

Impact

  • Confusing to users who expect to see their actual model
  • Erodes trust in the CLI's accuracy
  • Provides no useful information since the displayed name is wrong

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 Hermes CLI v0.13.0 shows wrong model name in banner — displays 'kimicode' instead of actual model [1 comments, 1 participants]