fix(aux): remove stale session_search model menu entry

This commit is contained in:
hehehe0803 2026-05-18 20:01:28 -07:00 committed by Teknium
parent effdebb65e
commit 87ace43f1e
2 changed files with 4 additions and 7 deletions

View file

@ -2142,7 +2142,6 @@ _AUX_TASKS: list[tuple[str, str, str]] = [
("vision", "Vision", "image/screenshot analysis"),
("compression", "Compression", "context summarization"),
("web_extract", "Web extract", "web page summarization"),
("session_search", "Session search", "past-conversation recall"),
("approval", "Approval", "smart command approval"),
("mcp", "MCP", "MCP tool reasoning"),
("title_generation", "Title generation", "session titles"),