Files
hermes-agent/hermes_cli
Teknium b3ebcba3f6 fix: enforce priority order in Telegram menu — core > plugins > skills
The menu now has explicit priority tiers:
1. Core CommandDef commands (always included, never bumped)
2. Plugin slash commands (take precedence over skills)
3. Built-in skill commands (fill remaining slots alphabetically)

Only skills get trimmed when the 100-command cap is hit. Adding new
core commands or plugin commands automatically pushes skills out,
not the other way around.
2026-03-30 13:03:36 -07:00
..