Skip to content

docs: register triage_specifier in the aux-models enumerations#21494

Merged
teknium1 merged 1 commit into
mainfrom
docs/kanban-specify-rollup
May 7, 2026
Merged

docs: register triage_specifier in the aux-models enumerations#21494
teknium1 merged 1 commit into
mainfrom
docs/kanban-specify-rollup

Conversation

@teknium1
Copy link
Copy Markdown
Contributor

@teknium1 teknium1 commented May 7, 2026

Summary

Follow-up to #21435 — registers the new auxiliary.triage_specifier task 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

file what
user-guide/configuration.md Interactive picker example ([ ] triage_specifier currently: auto / main model) + triage_specifier entry in the full auxiliary config reference YAML block
user-guide/features/fallback-providers.md Added row to both the "Auxiliary Tasks" summary table and the "Fallback Reference" table
user-guide/features/kanban-tutorial.md Triage-column bullet now mentions the ✨ Specify button, CLI, and slash command instead of just "a specifier will flesh out the spec"

Validation

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.

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/).
@teknium1 teknium1 merged commit cff821e into main May 7, 2026
6 of 7 checks passed
@teknium1 teknium1 deleted the docs/kanban-specify-rollup branch May 7, 2026 20:07
@alt-glitch alt-glitch added type/docs Documentation improvements P3 Low — cosmetic, nice to have labels May 7, 2026
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/).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

P3 Low — cosmetic, nice to have type/docs Documentation improvements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants