Commit graph

23 commits

Author SHA1 Message Date
DESKTOP-RTLN3BA\$punk
271a21aee6 feat: docs and ui tweaks 2026-07-06 19:26:35 -07:00
Anish Sarkar
a8c1fb660d feat(rename): complete searchSpace to workspace transition across frontend and backend
- Introduced a comprehensive specification for renaming `searchSpace` to `workspace` in `surfsense_web` and `surfsense_desktop`, ensuring all TypeScript identifiers, React props, and local data structures are updated.
- Implemented migration shims for persisted local state to prevent data loss during the transition.
- Updated observability metrics and IPC channels to reflect the new naming convention.
- Removed legacy `active-search-space` module and replaced it with `active-workspace` to maintain consistency.
- Ensured no behavioral changes or data loss for users during the renaming process.
2026-07-06 15:12:40 +05:30
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
Anish Sarkar
dbf575fbd0 chore: ran linting 2026-05-09 05:16:20 +05:30
Anish Sarkar
66eebf614f test(e2e): cover connector PDF docling indexing in journeys 2026-05-09 05:04:00 +05:30
Anish Sarkar
f02f64725e test(e2e): cover ClickUp live MCP journey 2026-05-08 13:13:35 +05:30
Anish Sarkar
4b347caefc test(e2e): cover native Dropbox indexing journey 2026-05-08 12:28:46 +05:30
Anish Sarkar
2d78dda487 test(e2e): add OneDrive connector Playwright journey 2026-05-08 03:48:58 +05:30
Anish Sarkar
029f2168b3 test(e2e): add Slack connector Playwright journey 2026-05-08 03:09:11 +05:30
Anish Sarkar
ef843fd82e refactor(tests): remove redundant visibility check for "Manage" button in connector journeys 2026-05-08 01:16:55 +05:30
Anish Sarkar
08fdd0a328 test(web): add Confluence connector journey 2026-05-08 01:10:33 +05:30
Anish Sarkar
1bd7cad495 test(web): add Jira live-tool journey 2026-05-08 00:15:53 +05:30
Anish Sarkar
64ed33d25d test(web): add Linear live-tool journey 2026-05-07 23:16:04 +05:30
Anish Sarkar
29692eb842 test(web): add Notion connector journey 2026-05-07 22:22:43 +05:30
Anish Sarkar
fcf5208ee6 test(web): add native Google Calendar live-tool journey 2026-05-07 04:42:57 +05:30
Anish Sarkar
9dafd38e19 test(web): add native Google Gmail live-tool journey 2026-05-07 04:23:20 +05:30
Anish Sarkar
92dd967bf1 test(web): add native Google Drive E2E journey 2026-05-07 03:59:58 +05:30
Anish Sarkar
0a62dc189c test(web): add Composio Calendar live-tool journey 2026-05-07 03:42:14 +05:30
Anish Sarkar
a2af4be359 test(web): assert Gmail journey uses live tools only 2026-05-07 03:16:20 +05:30
Anish Sarkar
b01173fe07 test(web): add Composio Gmail E2E journey 2026-05-07 02:52:41 +05:30
Anish Sarkar
5bdf8a0c31 test(web): extend Composio Drive journey to assert chat retrieval 2026-05-06 21:36:47 +05:30
Anish Sarkar
8536bac29a test(backend): enhance Drive file filtering and add unit tests for _drive_list_files 2026-05-06 17:58:58 +05:30
Anish Sarkar
074b06441f test(web): add Composio Drive E2E user journey 2026-05-06 17:22:37 +05:30