Commit graph

3824 commits

Author SHA1 Message Date
CREDO23
f0cd20bcbd feat(chat): add showMessageTimestamps preference atom (localStorage, off by default) 2026-07-13 23:17:23 +02:00
CREDO23
a44c67da97 docs(chat): tighten engine comments to intent 2026-07-13 23:17:23 +02:00
CREDO23
9879306ccc docs(chat): tighten ActiveChatStreamRunner comment to intent 2026-07-13 23:17:23 +02:00
CREDO23
768bc8cfde refactor(chat): consume stream store and delegate turns to the engine 2026-07-13 23:17:23 +02:00
CREDO23
5e453cefee feat(chat): mount ActiveChatStreamRunner in the workspace shell 2026-07-13 23:17:23 +02:00
CREDO23
5c3aa72c1a feat(chat): add ActiveChatStreamRunner to persist streams across nav 2026-07-13 23:17:23 +02:00
CREDO23
204b3aa56c feat(chat): add stream engine driving turns into the store 2026-07-13 23:17:22 +02:00
CREDO23
9984a88d6d feat(chat): extract shared stream-engine helpers 2026-07-13 23:17:22 +02:00
CREDO23
0fb577b71f feat(chat): add useChatStream hook over the stream store 2026-07-13 23:17:22 +02:00
CREDO23
b5cefd25ef feat(chat): add module-level chat stream store for resumable streaming 2026-07-13 23:17:22 +02:00
DESKTOP-RTLN3BA\$punk
0d66335884 Update metadata and hero section text to reflect rebranding of SurfSense as NotebookLM for competitive intelligence. Adjusted titles and descriptions for improved clarity and alignment with new positioning. 2026-07-13 14:15:38 -07:00
Rohan Verma
d3da875658
Merge pull request #1599 from Thibaultjaigu/feat/requesty-provider
feat: add Requesty as a model provider
2026-07-13 13:03:20 -07:00
Rohan Verma
d1fa9306cb
Merge pull request #1597 from zzh-github/feature/openai-compatible-raw
Add raw OpenAI-compatible provider without /v1 normalization
2026-07-13 13:02:19 -07:00
Anish Sarkar
faffd9974c refactor(connector-popup): simplify terminology by renaming "Manage External MCP Connectors" to "MCP Connectors" across components and tests 2026-07-14 01:17:24 +05:30
Anish Sarkar
91531286b2 fix: update terminology from "language model" to "chat model" across various components 2026-07-14 01:09:00 +05:30
Anish Sarkar
527ce2d97b refactor(announcement-spotlight): simplify dismissal logic and update button style 2026-07-14 01:02:22 +05:30
Anish Sarkar
9364f92c63 refactor(connector-card): drop deprecated badge branch 2026-07-14 00:15:56 +05:30
Anish Sarkar
c0df675740 feat(workspace-dialog): route new workspace on initial_setup stage 2026-07-14 00:15:48 +05:30
Anish Sarkar
3c3ec76d77 feat(thread): add inline chat-unavailable notice to composer 2026-07-14 00:15:38 +05:30
Anish Sarkar
e9e727b5df refactor(dashboard): redirect only on initial_setup and drop blocked screen 2026-07-14 00:15:29 +05:30
Anish Sarkar
3dd41670ad feat(model-connections): warn when a mutation disables workspace chat 2026-07-14 00:15:21 +05:30
Anish Sarkar
ad91a3bfa5 feat(model-connections): refetch setup status on window focus 2026-07-14 00:15:10 +05:30
Anish Sarkar
4b4efc243a feat(contracts): add stage to llmSetupStatus schema 2026-07-14 00:15:06 +05:30
Thibault Jaigu
2ff7ea4cb6 feat: add Requesty as a model provider
Add Requesty (https://requesty.ai), an OpenAI-compatible LLM router, as a
model provider by mirroring the existing OpenRouter integration.

Backend:
- app/services/requesty_model_normalizer.py: normalizes Requesty's /v1/models
  catalogue, mapping its flat capability booleans (supports_tool_calling/
  supports_vision/supports_image_generation) and context_window field onto the
  shared normalized shape (Requesty differs from OpenRouter's architecture +
  supported_parameters + context_length layout)
- provider_registry.py: Requesty ProviderSpec (OpenAI-compatible, base URL
  https://router.requesty.ai/v1, REQUESTY_API_KEY bearer auth)
- model_connection_service.py: key verification + live model discovery
- quality_score.py: Requesty score entry
- unit tests mirroring the OpenRouter normalizer coverage

Frontend:
- Requesty provider icon + registration, metadata entry, and base-url hint

Signed-off-by: Thibault Jaigu <thibault.jaigu@gmail.com>
2026-07-13 09:42:30 +01:00
Anish Sarkar
3cf94e0aa8 fix(layout): update icon for artifacts in LayoutDataProvider 2026-07-12 22:38:52 +05:30
zzh
a172e9c162 Add raw OpenAI-compatible provider without /v1 normalization 2026-07-13 00:08:30 +08:00
Anish Sarkar
aca243ba43 refactor(onboarding): remove client-side onboarding helper 2026-07-12 20:30:23 +05:30
Anish Sarkar
6f34bdf6b5 feat(workspace-dialog): route new workspace from llm_setup and seed query cache 2026-07-12 20:30:20 +05:30
Anish Sarkar
b010468a96 refactor(thread): gate composer on setup status and drop select-a-model hint 2026-07-12 20:30:14 +05:30
Anish Sarkar
13a7491cdd refactor(onboard): drive page from server setup status 2026-07-12 20:30:11 +05:30
Anish Sarkar
dc582a7716 refactor(dashboard): replace onboarding redirect with declarative setup gate 2026-07-12 20:30:06 +05:30
Anish Sarkar
5efd4291bf feat(model-connections): add llmSetupStatusAtomFamily and invalidate on mutations 2026-07-12 20:29:59 +05:30
Anish Sarkar
ad28bd912c feat(model-connections): add setupStatus cache key and api fetcher 2026-07-12 20:29:53 +05:30
Anish Sarkar
be626dff05 feat(contracts): add llmSetupStatus schema and llm_setup on create response 2026-07-12 20:29:47 +05:30
Benebo7
a6c6b4b3d8 docs: Improve contributor Docker setup guide and fix broken link 2026-07-11 14:53:35 -03:00
Rohan Verma
e32413588e
Merge pull request #1592 from moduvoice/feat/ko-i18n-translation
feat(i18n): add Korean (ko) translation
2026-07-10 21:45:42 -07:00
Anish Sarkar
cb256729a3 chore: Enhance SurfSense MCP server documentation and toolset by adding TikTok scraping capabilities, including comments, user search, and trending features. Updated README and documentation to reflect the addition of 24 native tools. 2026-07-11 04:38:42 +05:30
Anish Sarkar
e38ca19b18 Merge remote-tracking branch 'upstream/dev' into feat/instagram-scraper 2026-07-11 04:31:11 +05:30
Anish Sarkar
ec3f47abf8 feat(web): surface carousel, tagged users, and location in connector marketing 2026-07-11 03:44:51 +05:30
Anish Sarkar
42f9f35ec7 docs(web): document new media fields and search_type aliasing 2026-07-11 03:44:45 +05:30
Anish Sarkar
3e8f31152e feat(web): update Instagram marketing copy 2026-07-11 03:25:34 +05:30
Anish Sarkar
b75ab81261 docs(web): refresh Instagram connector docs 2026-07-11 03:25:30 +05:30
Anish Sarkar
42d03fdbc7 feat(web): update Instagram marketing and playground catalog 2026-07-11 02:21:08 +05:30
Anish Sarkar
69a8433910 docs(web): refresh Instagram connector and MCP docs 2026-07-11 02:21:05 +05:30
CREDO23
903502296e fix(tiktok-marketing): stop advertising keyword search as a video source
The hero, intro, use case, API-reference fields, and two FAQs all listed search as a video path, contradicting the FAQ that admits keyword video search is login-walled. Reconcile every claim to one truth: videos via hashtag/profile/URL; keyword search returns no videos; keyword -> user_search for accounts.
2026-07-10 17:46:08 +02:00
moduvoice
d3d8f10940 feat(i18n): add Korean (ko) translation
Adds a complete Korean locale (surfsense_web/messages/ko.json) with full
key parity with en.json, and wires ko into every place locales are
currently enumerated: next-intl routing config, the client-side locale
context/loader, and the two language-switcher UIs (main app + sidebar
user profile).
2026-07-10 11:22:54 +07:00
Anish Sarkar
abb2ea2d3b feat(auth-utils): add Instagram to public route prefixes for monitoring 2026-07-10 09:24:06 +05:30
Anish Sarkar
2a6715e2a3 feat(homepage): update hero section description and add Instagram use case
Enhanced the hero section by including Instagram in the list of platforms monitored by SurfSense. Additionally, introduced a new use case for "Social sentiment mining" that details the capabilities of pulling public posts and analyzing audience reactions on Instagram.
2026-07-10 09:23:53 +05:30
CREDO23
867e940911 Merge upstream/dev into feature/tiktok-scraper
Sync with the advanced dev tip so the PR compares against current dev
(drops already-merged commits from the diff). No history rewritten.
2026-07-09 20:15:20 +02:00
CREDO23
6b15d610d9 feat(tiktok): surface comments, user_search, trending across all product surfaces
Brings the three newer verbs to parity with tiktok.scrape everywhere it was
wired: MCP tools (+ selfcheck manifest), the chat subagent prompt/description,
the playground catalog, the native docs page, and the SEO marketing page. Also
adds live e2e stages for comments, user search, and trending. Docs/FAQ now
state the real contract: profile metadata is reliable while its video list can
be withheld, and keyword video search is walled (use user search for accounts).
2026-07-09 19:09:00 +02:00