hermes - 💡(How to fix) Fix v0.15: /model command returns structured field list instead of human-readable message

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…

Code Example

gateway.model.switched
gateway.model.provider_label
gateway.model.context_label
gateway.model.max_output_label
gateway.model.cost_label
gateway.model.capabilities_label
gateway.model.prompt_caching_enabled
gateway.model.session_only_hint
RAW_BUFFERClick to expand / collapse

Bug Description

In v0.15.0, slash commands like /model return structured technical field names instead of human-readable messages.

Expected (v0.14 behavior): Human language response like "Switched to MiniMax-M2.7 — context 128k, provider minimax-cn"

Actual (v0.15 behavior): Returns a list of structured field labels:

gateway.model.switched
gateway.model.provider_label
gateway.model.context_label
gateway.model.max_output_label
gateway.model.cost_label
gateway.model.capabilities_label
gateway.model.prompt_caching_enabled
gateway.model.session_only_hint

Steps to Reproduce

  1. Run hermes chat or any Hermes CLI interface
  2. Run /model MiniMax-M2.7 --provider minimax-cn
  3. Observe the response is structured field names, not human-readable text

Expected Behavior

The response should be human-readable, like prior versions.

Environment

  • Hermes Agent v0.15.0 (2026.5.28)
  • OS: Linux (Debian 13)
  • Python: 3.13.5

Additional Context

This affects the UX of all slash commands in 0.15 — users see API-like structured output rather than conversational responses.

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 v0.15: /model command returns structured field list instead of human-readable message