Commit graph

3935 commits

Author SHA1 Message Date
Anish Sarkar
0edaf429ba feat: enhance onboarding tour and more pages UI
- Added a new joyride step for the upload button to guide users in uploading documents.
- Updated existing tour steps to reflect changes in document management and tool configuration.
- Adjusted tooltip styles for improved visibility and user experience.
- Enhanced MorePagesContent button styling for better interaction feedback.
2026-03-17 01:58:12 +05:30
Anish Sarkar
2ab00c1746 feat: move More Pages to dialog
- Introduced `MorePagesDialog` and `MorePagesContent` components to manage and display tasks for earning additional pages.
- Integrated dialog state management using `morePagesDialogAtom`.
- Updated `LayoutDataProvider` to include the new dialog and handle task completion logic.
- Enhanced `PageUsageDisplay` to trigger the More Pages dialog, improving user interaction for page management.
2026-03-17 01:50:15 +05:30
Anish Sarkar
993c8539e8 feat: update UI components to utilize new main panel styling
- Replaced background styles with `bg-main-panel` in various components for consistent theming.
- Enhanced the `Header`, `LayoutShell`, and `Thread` components to improve visual coherence.
- Adjusted tool management UI to reflect new design standards, ensuring a unified user experience.
2026-03-17 01:09:15 +05:30
Anish Sarkar
b5328a267f chore: remove deprecated settings and team management pages 2026-03-17 01:06:47 +05:30
Anish Sarkar
893cb80005 fix: adjust padding for improved layout in public chat snapshot row 2026-03-16 21:59:52 +05:30
Anish Sarkar
93e0b59540 refactor: improve layout and responsiveness of public chat snapshot row 2026-03-16 21:58:07 +05:30
Anish Sarkar
03aa653646 feat: implement team management dialog and refactor team page structure
- Introduced `TeamDialog` component to manage team members within a modal.
- Created `TeamContent` component to encapsulate team management logic and UI.
- Refactored `TeamManagementPage` to utilize the new `TeamContent` component, improving code organization.
- Added `teamDialogAtom` for managing the open state of the team dialog.
- Updated `LayoutDataProvider` to integrate the new team dialog functionality.
2026-03-16 21:51:15 +05:30
Anish Sarkar
b7d684ca8d feat: integrate search space settings dialog across various components
- Added `searchSpaceSettingsDialogAtom` to manage the state of the settings dialog.
- Updated multiple components (OnboardPage, TeamManagementPage, ConnectorIndicator, DocumentUploadPopupContent, etc.) to utilize the new dialog state for navigating to settings.
- Removed unnecessary animations from ApiKeyContent and ProfileContent components for improved performance.
- Enhanced button styles for better UI consistency across settings actions.
- Refactored error handling in LLMRoleManager and ModelConfigManager to simplify the UI structure.
2026-03-16 21:10:46 +05:30
Anish Sarkar
60d12b0a70 Merge remote-tracking branch 'upstream/dev' into feat/web-search 2026-03-16 19:34:38 +05:30
Anish Sarkar
31378a4d14 Revert "feat: introduce citation components and functionality"
This reverts commit 4cd83573a3.
2026-03-16 19:31:41 +05:30
Rohan Verma
e0143e61ae
Merge pull request #887 from AnishSarkar22/fix/mobile-ui
feat: enhance ComposerAction with dropdown menu on mobile
2026-03-15 14:27:59 -07:00
Anish Sarkar
2919dc7dad refactor: replace Wrench icon with Settings2 and update tool management UI to use Drawer component 2026-03-15 16:39:56 +05:30
Anish Sarkar
1e6424ef42 feat: enhance ComposerAction with dropdown menu for managing tools and file uploads 2026-03-15 16:27:33 +05:30
Rohan Verma
0751f18e5a
Merge pull request #886 from xr843/fix/async-embedding-search-dev
fix: use asyncio.to_thread for embedding calls in search endpoints
2026-03-15 02:49:25 -07:00
Tim Ren
0269900c60 fix: use asyncio.to_thread for embedding calls in search endpoints
Wrap synchronous embedding_model.embed() calls with asyncio.to_thread()
in both vector_search and hybrid_search methods. This prevents blocking
the asyncio event loop during embedding computation, improving server
responsiveness under concurrent load.

Fixes #794

Signed-off-by: Tim Ren <137012659+xr843@users.noreply.github.com>
2026-03-15 16:21:19 +08:00
Rohan Verma
ee07ed8168
Merge pull request #883 from octo-patch/feat/complete-minimax-provider-support
feat: add MiniMax LLM provider support
2026-03-15 00:45:16 -07:00
DESKTOP-RTLN3BA\$punk
5189224f28 Revert "docs: add MiniMax (M2.5) to Chinese LLM setup guide"
This reverts commit df28630549.
2026-03-15 00:44:49 -07:00
DESKTOP-RTLN3BA\$punk
43f967dff4 Merge branch 'dev' of https://github.com/MODSetter/SurfSense into dev 2026-03-15 00:44:34 -07:00
DESKTOP-RTLN3BA\$punk
2b33dfe728 refactor: update safe_set_chunks function to be asynchronous and modify all connector and document processor files to use the new async implementation 2026-03-15 00:44:27 -07:00
Rohan Verma
927d0da203
Merge pull request #882 from octo-patch/add-minimax-docs
docs: add MiniMax to Chinese LLM setup guide
2026-03-15 00:42:55 -07:00
Anish Sarkar
4cd83573a3 feat: introduce citation components and functionality
- Added new citation components including `Citation` and `CitationList` for managing and displaying citations.
- Implemented schemas for citation data validation using Zod.
- Created utility functions for safe navigation and href sanitization.
- Refactored the `ScrapeWebpageToolUI` to utilize the new citation components for rendering scraped content.
- Enhanced the tool UI with loading and error states for improved user experience.
2026-03-15 12:42:58 +05:30
Anish Sarkar
056d3c456b feat: modify architecture examples and scaling checklist to system architecture skill 2026-03-15 04:58:58 +05:30
Anish Sarkar
b22fe012d5 feat: enhance search_web functionality and clarify connector usage
- modify the `web_search` tool that integrates multiple live search connectors (Tavily, Linkup, Baidu) alongside the SearXNG platform for real-time information retrieval.
- Updated comments to reflect the separation of local knowledge base searches from web searches.
- Improved handling of connector types and search logic to ensure accurate routing of queries to the appropriate tools.
- Refactored existing code to streamline the search process and enhance performance.
2026-03-15 04:45:39 +05:30
Anish Sarkar
fe9e30eda2 feat: add system architecture cursor skill 2026-03-15 04:27:49 +05:30
Anish Sarkar
a548c96550 chore: update SearXNG installation scripts and directory structure
- Updated the Docker Compose file to use the latest SearXNG image version 2026.3.13-3c1f68c59.
- Added creation of the 'searxng' directory in installation scripts for better organization.
- Included new configuration files (settings.yml and limiter.toml) in the installation process.
2026-03-15 04:05:04 +05:30
Anish Sarkar
c1fe95939f refactor: remove legacy SearXNG API references and web search settings
- Deleted the migration script for adding web search columns to the database.
- Removed web search related fields from the SearchSpace model and schemas.
- Eliminated web search health check endpoint and associated service logic.
- Updated frontend components to remove web search settings management.
- Cleaned up references to SearXNG API in various modules, transitioning to a platform service approach.
2026-03-15 03:49:37 +05:30
Anish Sarkar
cc841a5af4 chore: update SearXNG engine settings and example configuration 2026-03-14 21:27:09 +05:30
Anish Sarkar
4376f74127 chore: update SearXNG service configuration in Docker and documentation
- Updated SearXNG image version to 2026.3.13-3c1f68c59 in the Docker Compose file.
- Added port mapping for SearXNG service to allow access on a configurable port.
- Enhanced the .env.example file with comments for SearXNG configuration and usage instructions.
2026-03-14 21:03:25 +05:30
Anish Sarkar
d9e312ddaa refactor: simplify SearXNG service configuration in Docker setup
- Consolidated volume mappings for SearXNG to use a single directory.
- Removed unnecessary port mappings and legacy data volume definitions.
- Updated web search service documentation to clarify Redis usage and circuit breaker implementation, eliminating Redis dependency for circuit breaker logic.
2026-03-14 20:34:34 +05:30
Anish Sarkar
d40c6bf743 feat: integrate SearXNG web search service with platform capabilities
- Added SearXNG service configuration to Docker setup, including environment variables and health checks.
- Introduced new settings management for web search in the frontend, allowing users to enable/disable and configure search engines and language preferences.
- Updated backend to support web search functionality, including database schema changes and service integration.
- Implemented health check endpoint for the web search service and integrated it into the application.
- Removed legacy SearXNG API connector references in favor of the new platform service approach.
2026-03-14 20:25:25 +05:30
PR Bot
760aa38225 feat: complete MiniMax LLM provider integration
Add full MiniMax provider support across the entire stack:

Backend:
- Add MINIMAX to LiteLLMProvider enum in db.py
- Add MINIMAX mapping to all provider_map dicts in llm_service.py,
  llm_router_service.py, and llm_config.py
- Add Alembic migration (rev 106) for PostgreSQL enum
- Add MiniMax M2.5 example in global_llm_config.example.yaml

Frontend:
- Add MiniMax to LLM_PROVIDERS enum with apiBase
- Add MiniMax-M2.5 and MiniMax-M2.5-highspeed to LLM_MODELS
- Add MINIMAX to Zod validation schema
- Add MiniMax SVG icon and wire up in provider-icons

Docs:
- Add MiniMax setup guide in chinese-llm-setup.md

MiniMax uses an OpenAI-compatible API (https://api.minimax.io/v1)
with models supporting up to 204K context window.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 07:27:47 +08:00
Ethan Clarke
df28630549 docs: add MiniMax (M2.5) to Chinese LLM setup guide 2026-03-13 07:24:15 +08:00
DESKTOP-RTLN3BA\$punk
49d8f41b09 Merge commit '54e56e1b9a' into dev 2026-03-12 13:53:21 -07:00
Rohan Verma
2587d027ba
Merge pull request #877 from AnishSarkar22/fix/ui-tests-ci
feat: add new index sections for docs & update content for installation section
2026-03-12 12:58:49 -07:00
Rohan Verma
bb18f37c1b
Merge pull request #878 from aleksas/fix/public-invite-info-dev
fix(web): allow public invite info fetches
2026-03-12 12:58:09 -07:00
Rohan Verma
54e56e1b9a
Merge pull request #876 from aleksas/fix/upstream-extension-runtime-dev
Fix/upstream extension runtime dev
2026-03-12 12:57:17 -07:00
Aleksas Pielikis
64a9ad1f22 fix(web): allow public invite info fetches 2026-03-12 18:38:09 +02:00
Anish Sarkar
0cf3acc3c1 feat: update installation documentation with new structure and content for manual installation 2026-03-12 21:24:55 +05:30
Anish Sarkar
f8558b6c6a feat: add new index sections for Connectors, Docker Installation, and How-To Guides 2026-03-12 21:11:39 +05:30
Aleksas Pielikis
c7ada1a101 fix(extension): use globalThis in mv3 background worker 2026-03-12 17:09:05 +02:00
Aleksas Pielikis
594d2b1410 fix(extension): use custom backend url for uploads 2026-03-12 17:09:05 +02:00
Rohan Verma
1c7c21386f
Merge pull request #874 from MODSetter/dev
feat: enhance error handling with PostHog integration
2026-03-12 01:31:47 -07:00
DESKTOP-RTLN3BA\$punk
a818c3b4d0 Merge commit '8a09614b3d' into dev 2026-03-12 01:29:29 -07:00
DESKTOP-RTLN3BA\$punk
1ab395a34e feat: enhance error handling with PostHog integration
- Added PostHog error capturing for non-authentication errors in BaseApiService.
- Refactored PostHog client initialization to ensure a single instance is used across the application.
2026-03-12 01:28:39 -07:00
Rohan Verma
8a09614b3d
Merge pull request #873 from MODSetter/dev
fix: update PostHog configuration for improved tracking
2026-03-11 23:18:53 -07:00
DESKTOP-RTLN3BA\$punk
9f17d834f6 fix: update PostHog configuration for improved tracking
- Changed PostHog API host to a secure URL to enhance data ingestion.
- Updated default date for event tracking to reflect a new timeline.
2026-03-11 23:18:09 -07:00
Rohan Verma
c74553219e
Merge pull request #872 from MODSetter/dev
refactor: fixed firefox rendering issues
2026-03-11 16:44:40 -07:00
DESKTOP-RTLN3BA\$punk
b81619da7e chore: linting 2026-03-11 16:44:25 -07:00
DESKTOP-RTLN3BA\$punk
b9f8779461 refactor: simplify GitHub stars badge component
- Removed unused imports and utility functions to streamline the code.
- Eliminated unnecessary state management and animations for improved performance.
- Updated styling for better visual consistency and user experience.
2026-03-11 16:42:52 -07:00
DESKTOP-RTLN3BA\$punk
ac3a966347 Merge commit '52248ac74a' into dev 2026-03-11 16:38:30 -07:00