SurfSense/surfsense_web/components
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
..
ads fix: biome errs 2026-05-28 19:22:54 -07:00
agent-action-log feat(model-connections): enhance model connection functionality with preview and selection features 2026-06-12 22:41:21 +05:30
announcements feat(announcements): enhance AnnouncementCard and add spotlight feature 2026-05-31 18:51:49 -07:00
assistant-ui feat(agents): consolidate connectors under mcp_discovery; route web search through google_search 2026-07-04 21:06:04 -07:00
auth feat: implement runtime authentication handling 2026-06-19 03:56:26 +05:30
chat-comments chore: ran linting 2026-05-19 21:02:07 +05:30
citation-panel feat: citation panel shows cited line range 2026-06-19 15:31:44 +02:00
citations feat: parse and render kb line citations 2026-06-19 17:37:41 +02:00
connectors refactor: replace button elements with Button component for improved consistency and styling across additional UI components 2026-05-14 14:40:08 +05:30
contact feat: add processing mode support for document uploads and ETL pipeline, improded error handling ux 2026-04-14 21:26:00 -07:00
desktop feat(auto-updater, ui): rename DesktopUpdatePrompt with DesktopUpdateToast 2026-05-26 11:57:50 +05:30
documents fix(documents):use authenticated document access 2026-06-24 03:55:40 +05:30
editor fix: forward citation line anchor to editor panel and harden reveal 2026-06-19 19:12:14 +02:00
editor-panel fix(panels):use session aware asset requests 2026-06-24 03:57:23 +05:30
free-chat feat(agents): consolidate connectors under mcp_discovery; route web search through google_search 2026-07-04 21:06:04 -07:00
homepage Merge remote-tracking branch 'upstream/dev' into feat/auth-revamp 2026-06-23 15:52:11 +05:30
icons/providers chore: ran linting 2026-06-13 21:59:35 +05:30
layout Merge pull request #1532 from CREDO23/imporve-artifacts-accessibility 2026-06-25 13:31:45 -07:00
new-chat chore: linting 2026-06-25 20:20:26 -07:00
pricing chore: linting 2026-06-11 15:31:43 -07:00
prompt-kit refactor: update UI components to enhance hover effects and color consistency 2026-05-13 23:53:09 +05:30
providers refactor(ZeroProvider): simplify route handling by removing desktop check for public routes 2026-06-26 22:15:48 +05:30
public-chat chore: fix linting 2026-06-25 04:31:22 +05:30
public-chat-snapshots chore: linting 2026-06-25 20:20:26 -07:00
report-panel fix(panels):use session aware asset requests 2026-06-24 03:57:23 +05:30
seo feat(pricing): update pricing page and add AI automations details 2026-05-31 19:22:50 -07:00
settings refactor(api): rename personal access tokens to API keys and update related UI components for consistency 2026-06-25 23:22:11 +05:30
shared feat(database-migrations): add migration to remove legacy model config tables and remove stale model connection code 2026-06-13 12:45:43 +05:30
sources refactor(web): consume runtime config in connectors and document uploads 2026-06-16 01:39:52 +05:30
theme refactor: replace button elements with Button component for improved consistency and styling across additional UI components 2026-05-14 15:02:46 +05:30
tool-ui refactor(auth): reuse desktop token cache in API clients 2026-06-26 22:04:59 +05:30
ui refactor(changelog): remove title and description fields from changelog entries and update schema 2026-06-09 10:13:27 +05:30
container.tsx feat: enhance SurfSense with new skills, blog section, and improve SEO metadata 2026-04-11 23:38:12 -07:00
document-viewer.tsx feat(markdown): enable citation rendering in MarkdownViewer and related components 2026-04-30 18:40:55 -07:00
inference-params-editor.tsx chore: ran linting 2026-05-19 21:02:07 +05:30
json-metadata-viewer.tsx feat(web): unified json viewer/editor + edit existing automation 2026-05-28 16:07:54 +02:00
json-view.tsx fix(json-view): coerce numeric strings to numbers on edit 2026-05-29 23:17:49 +02:00
LanguageSwitcher.tsx feat: add support for additional languages in LanguageSwitcher and SidebarUserProfile components 2026-02-11 00:39:01 -08:00
Logo.tsx feat: enhance SurfSense with new skills, blog section, and improve SEO metadata 2026-04-11 23:38:12 -07:00
markdown-viewer.tsx refactor: replace button elements with Button component for improved consistency and styling across additional UI components 2026-05-14 14:40:08 +05:30
onboarding-tour.tsx refactor: replace button elements with Button component for consistent styling across various UI components 2026-05-14 13:30:20 +05:30
platform-gate.tsx feat: enhance keyboard shortcut management and improve app responsiveness 2026-04-07 00:43:40 -07:00
pricing.tsx feat: enhance SurfSense with new skills, blog section, and improve SEO metadata 2026-04-11 23:38:12 -07:00
search-space-form.tsx refactor: update UI components to enhance hover effects and color consistency 2026-05-13 23:53:09 +05:30
UserDropdown.tsx fix: replace window.location with router.push for client-side navigation 2026-04-08 00:01:30 -07:00