fix(aux-picker): drop stale session_search slot

PR #27590 removed auxiliary.session_search from DEFAULT_CONFIG (single-shape
tool now returns DB content directly without an aux LLM), but the slot
remained in _AUX_TASK_SLOTS (web_server.py) and AUX_TASKS (ModelsPage.tsx).
Removing the dead entries while we're touching these tables.
This commit is contained in:
Teknium
2026-05-22 04:03:06 -07:00
parent c1e93aa331
commit d246f9a278
2 changed files with 0 additions and 2 deletions

View File

@@ -975,7 +975,6 @@ _AUX_TASK_SLOTS: Tuple[str, ...] = (
"vision",
"web_extract",
"compression",
"session_search",
"skills_hub",
"approval",
"mcp",