docs: register triage_specifier in the aux-models enumerations#21494
Merged
Conversation
The kanban specifier landed in #21435 with feature-page docs (the kanban page itself + the CLI reference table), but three other docs pages enumerate every auxiliary task slot and were missed: user-guide/configuration.md Auxiliary Models section — interactive picker example + full auxiliary config reference YAML block. user-guide/features/fallback-providers.md Both 'Auxiliary Tasks' and 'Fallback Reference' tables. user-guide/features/kanban-tutorial.md Triage-column bullet now mentions the ✨ Specify button + CLI + slash command. No other docs enumerate the aux task slots (verified with grep -r 'title_generation\|auxiliary.session_search' website/docs/).
jooray
added a commit
to jooray/hermes-agent
that referenced
this pull request
May 7, 2026
* upstream/main: (743 commits) fix(mcp): unwrap platforms key in channels_list fix(analytics): prevent silent token loss and add Claude 4.5–4.7 pricing (NousResearch#21455) docs: register triage_specifier in the aux-models enumerations (NousResearch#21494) chore: fix AUTHOR_MAP for johnsonblake1@gmail.com → voteblake fix(agent): keep Nous GPT-5 fallback on chat completions feat(kanban): add `specify` — auxiliary LLM fleshes out triage tasks (NousResearch#21435) feat: add termux doctor fallback guidance for blocked extras fix: add termux-all install profile and safe fallbacks fix: strengthen termux install network prerequisites fix(update): add heartbeat during dependency install feat(web): add Brave Search (free tier) and DDGS search providers test(hermes_constants): cover parse_reasoning_effort() feat(acp): pass image file attachments through as image_url parts fix(acp): inline file attachment resources chore: release v0.13.0 (2026.5.7) (NousResearch#21406) fix(telegram): preserve thread_id=1 for forum General typing indicator (NousResearch#21390) fix(run_agent): break permanent empty-response loop from orphan tool-tail (NousResearch#21385) fix(update): reset-failed before every fallback restart so the gateway can't get stranded (NousResearch#21371) fix(cron): initialize MCP servers before constructing the cron AIAgent (NousResearch#21354) feat(qqbot): wire native tool-approval UX via inline keyboards ... # Conflicts: # tools/send_message_tool.py # website/docs/user-guide/messaging/index.md
RationallyPrime
pushed a commit
to RationallyPrime/hermes-agent
that referenced
this pull request
May 8, 2026
…esearch#21494) The kanban specifier landed in NousResearch#21435 with feature-page docs (the kanban page itself + the CLI reference table), but three other docs pages enumerate every auxiliary task slot and were missed: user-guide/configuration.md Auxiliary Models section — interactive picker example + full auxiliary config reference YAML block. user-guide/features/fallback-providers.md Both 'Auxiliary Tasks' and 'Fallback Reference' tables. user-guide/features/kanban-tutorial.md Triage-column bullet now mentions the ✨ Specify button + CLI + slash command. No other docs enumerate the aux task slots (verified with grep -r 'title_generation\|auxiliary.session_search' website/docs/).
gzsiang
pushed a commit
to gzsiang/hermes-agent
that referenced
this pull request
May 10, 2026
…esearch#21494) The kanban specifier landed in NousResearch#21435 with feature-page docs (the kanban page itself + the CLI reference table), but three other docs pages enumerate every auxiliary task slot and were missed: user-guide/configuration.md Auxiliary Models section — interactive picker example + full auxiliary config reference YAML block. user-guide/features/fallback-providers.md Both 'Auxiliary Tasks' and 'Fallback Reference' tables. user-guide/features/kanban-tutorial.md Triage-column bullet now mentions the ✨ Specify button + CLI + slash command. No other docs enumerate the aux task slots (verified with grep -r 'title_generation\|auxiliary.session_search' website/docs/).
rmulligan
pushed a commit
to rmulligan/hermes-agent
that referenced
this pull request
May 11, 2026
…esearch#21494) The kanban specifier landed in NousResearch#21435 with feature-page docs (the kanban page itself + the CLI reference table), but three other docs pages enumerate every auxiliary task slot and were missed: user-guide/configuration.md Auxiliary Models section — interactive picker example + full auxiliary config reference YAML block. user-guide/features/fallback-providers.md Both 'Auxiliary Tasks' and 'Fallback Reference' tables. user-guide/features/kanban-tutorial.md Triage-column bullet now mentions the ✨ Specify button + CLI + slash command. No other docs enumerate the aux task slots (verified with grep -r 'title_generation\|auxiliary.session_search' website/docs/).
JinyuID
pushed a commit
to JinyuID/hermes-agent
that referenced
this pull request
May 11, 2026
…esearch#21494) The kanban specifier landed in NousResearch#21435 with feature-page docs (the kanban page itself + the CLI reference table), but three other docs pages enumerate every auxiliary task slot and were missed: user-guide/configuration.md Auxiliary Models section — interactive picker example + full auxiliary config reference YAML block. user-guide/features/fallback-providers.md Both 'Auxiliary Tasks' and 'Fallback Reference' tables. user-guide/features/kanban-tutorial.md Triage-column bullet now mentions the ✨ Specify button + CLI + slash command. No other docs enumerate the aux task slots (verified with grep -r 'title_generation\|auxiliary.session_search' website/docs/).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Follow-up to #21435 — registers the new
auxiliary.triage_specifiertask slot in the three docs pages that enumerate every auxiliary task. The kanban-specific pages were already updated in the feature PR; these three are the "list every aux slot" references.Changes
user-guide/configuration.md[ ] triage_specifier currently: auto / main model) +triage_specifierentry in the full auxiliary config reference YAML blockuser-guide/features/fallback-providers.mduser-guide/features/kanban-tutorial.mdValidation
Grepped
website/docs/for every enumeration of existing aux slots (title_generation,auxiliary.session_search) to confirm no other docs page was missed. All three updated pages are the only enumerations that exist.Pure-markdown, no code changes.