SurfSense/surfsense_web/components/assistant-ui
DESKTOP-RTLN3BA\$punk ab747e7a49 feat(agents): consolidate connectors under mcp_discovery; route web search through google_search
MCP consolidation:
- Route all MCP-capable connectors (Slack, Jira, Linear, ClickUp, Airtable,
  Notion, Confluence, interim Gmail/Calendar, custom MCP) through a single
  `mcp_discovery` subagent. Drive/OneDrive/Dropbox stay native to enrich the KB.
- Deprecate Discord/Teams/Luma: no viable official MCP server.

Google-only web search:
- Remove the main-agent `web_search` tool and the SearXNG platform service;
  all public web search now flows through the `google_search` subagent via task().
- Deprecate the Tavily/SearXNG/Linkup/Baidu search connectors (HTTP 410 on
  create, "Deprecated" badge); guide heavy users to the custom MCP connector.
- Remove web search from anonymous chat (pure Q&A).
- Tear SearXNG out of docker compose + install scripts; drop tavily-python
  and linkup-sdk deps and their config/env vars.

Fix:
- metrics._package_version() now swallows any metadata lookup failure. A
  malformed editable-install distribution with no `Version` field raised
  KeyError deep in importlib.metadata, and since it runs on every
  record_subagent_invoke_duration call it was crashing every task()
  delegation. Verified end-to-end against live GPT-5.4.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-04 21:06:04 -07:00
..
connector-popup feat(agents): consolidate connectors under mcp_discovery; route web search through google_search 2026-07-04 21:06:04 -07:00
assistant-message.tsx feat: anchor body tool cards 2026-06-22 22:38:01 +02:00
chat-session-status.tsx feat: added incentive credits system 2026-01-26 23:32:30 -08:00
chat-viewport.tsx fix: enable smooth rendering in MarkdownText component 2026-06-18 23:56:58 +05:30
citation-metadata-context.tsx feat(agents): consolidate connectors under mcp_discovery; route web search through google_search 2026-07-04 21:06:04 -07:00
connector-popup.tsx feat(web): Remove summary controls from the web app 2026-06-04 00:52:45 +05:30
document-upload-popup.tsx feat(web): Remove summary controls from the web app 2026-06-04 00:52:45 +05:30
edit-composer.tsx chore: ran frontend linting 2026-01-01 22:24:42 +05:30
edit-message-dialog.tsx feat: improved agent streaming 2026-04-29 07:20:31 -07:00
image.tsx refactor: replace button elements with Button component for improved consistency and styling across multiple UI components 2026-05-14 14:17:44 +05:30
inline-citation.tsx feat(agents): consolidate connectors under mcp_discovery; route web search through google_search 2026-07-04 21:06:04 -07:00
inline-mention-editor.tsx fix(web): don't submit chat on Enter during IME composition 2026-06-28 13:13:46 +09:00
markdown-code-block.tsx feat(markdown): add Mermaid diagram rendering support (#1497) 2026-06-23 12:31:17 +03:30
markdown-text.tsx fix: enable smooth rendering in MarkdownText component 2026-06-18 23:56:58 +05:30
mention-chip.tsx feat(web): update mention components to use Button component and enhance styling 2026-05-26 16:50:40 +05:30
mermaid-diagram.tsx chore: fix linting 2026-06-25 04:31:22 +05:30
nested-scroll.tsx chore: linting 2026-04-30 18:42:38 -07:00
reasoning-message-part.tsx refactor: replace button elements with Button component for improved consistency and styling across additional UI components 2026-05-14 15:02:46 +05:30
revert-turn-button.tsx refactor: replace action log sheet with dialog component and update related references 2026-05-18 01:34:41 +05:30
step-separator.tsx feat: improved agent streaming 2026-04-29 07:20:31 -07:00
thread.tsx feat(agents): consolidate connectors under mcp_discovery; route web search through google_search 2026-07-04 21:06:04 -07:00
token-usage-context.tsx feat(token-tracking): add model metadata registration and enhance token usage tracking 2026-06-13 03:08:35 +05:30
tooltip-icon-button.tsx chore: ran linting 2026-04-08 18:23:03 +05:30
user-message.tsx feat(chat): surface chat references in the @-mention UI 2026-06-23 18:30:29 +02:00