hermes - 💡(How to fix) Fix Mobile model picker: two-column grid truncates quantization names, making models indistinguishable [1 pull requests]

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…

Fix Action

Fixed

RAW_BUFFERClick to expand / collapse

Problem

On mobile devices, the model provider selection screen uses a two-column layout that forces long model/quantization filenames to truncate. This makes different quantizations of the same base model look identical (e.g., qwen3.6-35b-a3b-mtp@q6_k_xl vs qwen3.6-35b-a3b-mtp@Q4_K_M), causing users to accidentally select the wrong variant.

Expected Behavior

Single-column layout showing full model filenames without truncation, or at minimum a scrollable horizontal container that preserves readability of quantization suffixes (e.g., @Q6_K_XL, @MXFP4).

Reproduction Steps

  1. Open Hermes Agent on mobile
  2. Navigate to Model Provider settings
  3. Select LM Studio (or any provider with multiple quantizations loaded)
  4. Observe two-column grid truncates names like qwen3.6-35b-a3b-mtp@q6_k_xl

Environment

  • Device: iPhone 15 Pro Max / iOS mobile browser
  • App version: Hermes Agent mobile interface
  • Model provider: LM Studio (multiple quantizations loaded)

This significantly impacts usability when managing models with heavy quantization naming schemes. A layout refactor to single-column or wrapped text would resolve it.

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 Mobile model picker: two-column grid truncates quantization names, making models indistinguishable [1 pull requests]