Commit graph

7454 commits

Author SHA1 Message Date
CREDO23
d09ecd16c9 feat(mcp): add Dockerfile for remote streamable-http deployment 2026-07-07 18:27:19 +02:00
CREDO23
6b204a2f8c feat(web): add hosted and self-host MCP client configs 2026-07-07 18:27:19 +02:00
CREDO23
6da1dd8f86 docs(mcp): document hosted /mcp remote endpoint 2026-07-07 18:27:19 +02:00
CREDO23
768609d886 feat(mcp): add health endpoint with public-path auth exemption 2026-07-07 18:27:19 +02:00
CREDO23
ea5b27eaa8 refactor(mcp): split scraper and knowledge-base features into SRP modules 2026-07-07 18:27:19 +02:00
CREDO23
1c01aaeca5 docs(mcp): tighten comments to intent-only 2026-07-07 18:27:19 +02:00
CREDO23
ec9ae1d238 build(mcp): declare starlette and uvicorn dependencies 2026-07-07 18:27:19 +02:00
CREDO23
e1fd77c791 test(mcp): cover per-request auth and workspace isolation 2026-07-07 18:27:19 +02:00
CREDO23
0e16fe846a fix(mcp): scope active workspace per caller identity 2026-07-07 18:27:19 +02:00
CREDO23
730face126 feat(mcp): serve stateless streamable-http with stdio dispatch 2026-07-07 18:27:19 +02:00
CREDO23
f3c06b1fbf feat(mcp): make api_key optional, add http host/port config 2026-07-07 18:27:19 +02:00
CREDO23
953eeb11b2 refactor(mcp): resolve API key per request in client 2026-07-07 18:27:19 +02:00
CREDO23
7a91aced68 feat(mcp): assemble streamable-http transport app 2026-07-07 18:27:19 +02:00
CREDO23
39fd7a2218 feat(mcp): add per-request API key identity auth slice 2026-07-07 18:27:19 +02:00
Anish Sarkar
2461353312 feat(sidebar): implement mobile submenus in SidebarUserProfile
- Added mobile submenus for theme, language, and learn more options in SidebarUserProfile.
- Integrated Drawer component for improved mobile navigation experience.
- Enhanced UI with new dropdown items and improved accessibility for user settings.
2026-07-07 21:36:18 +05:30
CREDO23
1c5b08561d feat(web): add hosted and self-host MCP client configs 2026-07-07 18:06:04 +02:00
CREDO23
9aef0c27a2 docs(mcp): document hosted /mcp remote endpoint 2026-07-07 18:06:00 +02:00
CREDO23
2b9daead58 feat(mcp): add health endpoint with public-path auth exemption 2026-07-07 18:05:56 +02:00
Anish Sarkar
80a6b05478 refactor(sidebar): enhance MobileSidebar and SidebarUserProfile UI
- Updated MobileSidebar to include a right border for improved visual separation.
- Modified SidebarUserProfile to add a relative positioning and a top border for better layout consistency.
2026-07-07 21:28:32 +05:30
Anish Sarkar
c12790f091 feat(notifications): integrate Drawer for mobile notifications and enhance UI components
- Added Drawer component to NotificationsDropdown for improved mobile experience.
- Refactored notification trigger button and panel content for better accessibility and usability.
- Enhanced loading states and notification filtering options to streamline user interaction.
2026-07-07 20:55:58 +05:30
CREDO23
2acc1426bf refactor(mcp): split scraper and knowledge-base features into SRP modules 2026-07-07 17:22:37 +02:00
Anish Sarkar
335e37e1d3 feat(notifications): enhance notification handling with total counts and improved filtering
- Added totalCount to comments and status notifications for better tracking.
- Updated NotificationsDropdown to support new filters and improved loading behavior.
- Refactored notification display logic to accommodate the new structure, enhancing user experience.
2026-07-07 20:48:16 +05:30
Anish Sarkar
469d7b10a6 refactor(sidebar): remove InboxSidebar and SidebarSlideOutPanel components
- Deleted InboxSidebar and SidebarSlideOutPanel components to streamline the sidebar structure.
- This change simplifies the layout and prepares for future enhancements in notification handling.
2026-07-07 20:48:03 +05:30
Anish Sarkar
93a09e1978 refactor(layout): remove Inbox component and integrate NotificationsDropdown
- Eliminated the Inbox component and its related logic from FreeLayoutDataProvider and LayoutDataProvider.
- Introduced NotificationsDropdown to handle notifications in the sidebar and mobile sidebar.
- Updated Sidebar and LayoutShell components to accommodate the new notifications structure, enhancing user experience and code clarity.
2026-07-07 20:47:48 +05:30
CREDO23
a7215c09dc docs(mcp): tighten comments to intent-only 2026-07-07 16:55:20 +02:00
CREDO23
0d4033682d build(mcp): declare starlette and uvicorn dependencies 2026-07-07 16:52:30 +02:00
CREDO23
fa7d5f83f0 test(mcp): cover per-request auth and workspace isolation 2026-07-07 16:52:30 +02:00
CREDO23
44d0f28c5f fix(mcp): scope active workspace per caller identity 2026-07-07 16:52:30 +02:00
CREDO23
93bd022c02 feat(mcp): serve stateless streamable-http with stdio dispatch 2026-07-07 16:52:30 +02:00
CREDO23
3b4678ade4 feat(mcp): make api_key optional, add http host/port config 2026-07-07 16:52:30 +02:00
CREDO23
8a54e0293e refactor(mcp): resolve API key per request in client 2026-07-07 16:52:30 +02:00
CREDO23
80e032ec3a feat(mcp): assemble streamable-http transport app 2026-07-07 16:52:30 +02:00
CREDO23
97f6497e2a feat(mcp): add per-request API key identity auth slice 2026-07-07 16:52:30 +02:00
DESKTOP-RTLN3BA\$punk
b477d33cba Merge commit 'fa7075fde6' into dev 2026-07-07 00:39:58 -07:00
Rohan Verma
fa7075fde6
Merge pull request #1580 from MODSetter/ci_mvp
feat(auth-utils): add '/blog' to public route prefixes for fixed navi…
2026-07-07 00:37:42 -07:00
DESKTOP-RTLN3BA\$punk
0592215bad feat(auth-utils): add '/blog' to public route prefixes for fixed navigation 2026-07-07 00:37:14 -07:00
Anish Sarkar
261ace58f9
Merge pull request #1579 from AnishSarkar22/hotfix/ci-ui
fix: reduce thread fetch limit
2026-07-07 11:08:09 +05:30
Anish Sarkar
04ea39f483 refactor(sidebar): remove isShared prop from ChatListItem and Sidebar components
- Removed the isShared prop from ChatListItemProps interface and its usage in the Sidebar component to simplify the code and improve clarity.
2026-07-07 11:05:35 +05:30
Rohan Verma
431f826a40
Merge pull request #1578 from MODSetter/ci_mvp
refactor: improve session management and concurrency in Google Search
2026-07-06 22:34:57 -07:00
DESKTOP-RTLN3BA\$punk
72cdef0c78 Merge commit '2afc321531' into ci_mvp 2026-07-06 22:34:21 -07:00
Anish Sarkar
34c8b4aa86 refactor(onboarding-tour, layout, sidebar): reduce thread fetch limit to 6 for improved performance
- Updated thread fetching logic across multiple components to limit the number of threads fetched to 6 instead of 40.
- Adjusted related placeholder data and chat display logic in the sidebar to reflect the new limit.
2026-07-07 11:04:04 +05:30
DESKTOP-RTLN3BA\$punk
9a9a78e7ef refactor: improve session management and concurrency in Google Search fetcher
- Introduced a semaphore to limit concurrent page renders, enhancing resource management.
- Updated session handling to defer browser closure until all in-flight renders are complete.
- Improved comments for clarity on the behavior of concurrent fetches and session lifecycle.
- Cleaned up imports in alembic environment and migration flow scripts for consistency.
2026-07-06 22:33:40 -07:00
Rohan Verma
2afc321531
Merge pull request #1577 from MODSetter/ci_mvp
feat: CI native scraper platform, capabilities framework, workspace rename, and MCP server
2026-07-06 21:51:01 -07:00
DESKTOP-RTLN3BA\$punk
1c9ab207ef chore: bumped version to 0.0.31 2026-07-06 21:43:15 -07:00
DESKTOP-RTLN3BA\$punk
8df8565e0a feat: enhance document import functionality and runtime configuration
- Added support for watching local folders in the EmbeddedImportMenu, including a new FolderSync icon.
- Introduced onFolderWatched callback to handle folder watch success.
- Updated runtime configuration hooks to allow optional access outside the RuntimeConfigProvider.
- Improved error handling in ZeroProvider for unauthorized access scenarios.
- Refactored base API service to manage desktop authentication more effectively.
2026-07-06 21:31:35 -07:00
DESKTOP-RTLN3BA\$punk
1fd58752a3 feat: update environment variables and enhance scraping capabilities
- Adjusted Google Maps and YouTube micro pricing in the .env.example file for better cost management.
- Introduced new environment variables for captcha solving and stealth browser hardening to improve scraping resilience.
- Removed outdated smoke test for scraper API endpoints to streamline testing.
- Enhanced anonymous chat agent's system prompt to clarify capabilities and suggest account creation for advanced features.
- Updated Reddit fetch logic to prioritize new session handling and improve resilience against IP-related issues.
- Added compacting functionality for scraper results to optimize data handling and presentation.
- Improved workspace and document management tools with clearer descriptions and enhanced functionality.
- Introduced new UI components for agent setup guidance in the web application.
2026-07-06 20:27:36 -07:00
DESKTOP-RTLN3BA\$punk
271a21aee6 feat: docs and ui tweaks 2026-07-06 19:26:35 -07:00
DESKTOP-RTLN3BA\$punk
64f2b4a6eb feat: updated readmes 2026-07-06 16:57:04 -07:00
DESKTOP-RTLN3BA\$punk
50f2d095aa feat: api playground, other tweaks 2026-07-06 16:45:04 -07:00
Anish Sarkar
7bf559cd5b
Merge pull request #1576 from AnishSarkar22/feat/ci-ui-changes
feat: Polish workspace UI and complete workspace terminology migration
2026-07-06 16:19:05 +05:30