hermes - 💡(How to fix) Fix Dead config key: smart_model_routing has no implementation

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…

The config key smart_model_routing appears in the default config.yaml template and is referenced in AGENTS.md, but has zero implementation in Python source code.

Root Cause

The config key smart_model_routing appears in the default config.yaml template and is referenced in AGENTS.md, but has zero implementation in Python source code.

RAW_BUFFERClick to expand / collapse

Description

The config key smart_model_routing appears in the default config.yaml template and is referenced in AGENTS.md, but has zero implementation in Python source code.

Evidence

  • config.yaml contains a full smart_model_routing section with enabled, max_simple_chars, max_simple_words, cheap_model, etc. — all default values
  • AGENTS.md mentions Smart Model Routing under "5. Smart Model Routing(半自动)" as a feature
  • grep -r "smart_model" --include="*.py" . returns zero results — no Python code ever reads or acts on these config values
  • This is a dead config entry that creates confusion (users see it in their config and docs but it does nothing)

Expected

Either:

  1. Implement the feature (if planned), or
  2. Remove the config key from the default template and clean up the docs reference

Impact

Users who discover this config key (e.g. by browsing their config.yaml or reading AGENTS.md) may try to use it and find it silently does nothing.

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