Commit graph

7956 commits

Author SHA1 Message Date
CREDO23
d89ca141a4 feat: meter indeed_job billing unit 2026-07-14 21:49:23 +02:00
CREDO23
e25d09c25e feat: add indeed per-job scrape rate config 2026-07-14 21:49:23 +02:00
CREDO23
05bfc6a10e feat: add INDEED_JOB billing unit 2026-07-14 21:49:23 +02:00
CREDO23
063faf4bd6 test: indeed scraper orchestration 2026-07-14 21:42:00 +02:00
CREDO23
a60aba112c test: indeed fetch rotation resilience 2026-07-14 21:42:00 +02:00
CREDO23
91e868fc26 test: indeed url resolver 2026-07-14 21:42:00 +02:00
CREDO23
37963c64f1 test: indeed parsers 2026-07-14 21:42:00 +02:00
CREDO23
3d6da91bf3 test: indeed trimmed jobcards fixture 2026-07-14 21:42:00 +02:00
CREDO23
794b127136 test: indeed_jobs test package 2026-07-14 21:42:00 +02:00
CREDO23
1d367148d0 feat: indeed_jobs package exports 2026-07-14 21:41:54 +02:00
CREDO23
824041ef7f feat: indeed scraper orchestrator with pagination and dedupe 2026-07-14 21:41:54 +02:00
CREDO23
44f9f0301c feat: indeed warmed browser session with rotate-on-block 2026-07-14 21:41:54 +02:00
CREDO23
d87c86dcc4 feat: indeed url classifier and search url builder 2026-07-14 21:41:54 +02:00
CREDO23
01c3f097e6 feat: indeed jobcards blob extraction and job parser 2026-07-14 21:41:54 +02:00
CREDO23
249bba0886 feat: indeed scraper input/output schemas 2026-07-14 21:41:54 +02:00
Anish Sarkar
2d837ea18c Merge remote-tracking branch 'upstream/dev' into fix/onboarding 2026-07-14 10:18:03 +05:30
Rohan Verma
3bb5c5e01f
Merge pull request #1602 from MODSetter/dev
Release 0.0.32: TikTok & Instagram scrapers, resumable chat streaming, and CI platform polish
2026-07-13 17:17:05 -07:00
DESKTOP-RTLN3BA\$punk
2b018c4474 refactor: streamline TikTok and Instagram scraping logic by removing search_queries and enhancing documentation for clarity 2026-07-13 17:11:25 -07:00
DESKTOP-RTLN3BA\$punk
e8b3692b54 chore: linting 2026-07-13 16:30:37 -07:00
DESKTOP-RTLN3BA\$punk
1131da5ed7 feat: bumped version to 0.0.32 2026-07-13 16:29:39 -07:00
Anish Sarkar
79c7d1ecdf feat(layout): implement cookie-based state management for playground sidebar visibility 2026-07-14 03:39:02 +05:30
Anish Sarkar
2c6724206e refactor(agent-setup): improve button accessibility, enhance layout responsiveness, and update descriptions for clarity 2026-07-14 03:35:04 +05:30
DESKTOP-RTLN3BA\$punk
1bc7d9f51c Update README files in multiple languages to include Instagram and TikTok as new data sources for live scraping, enhancing the platform's competitive intelligence capabilities. 2026-07-13 15:03:24 -07:00
Anish Sarkar
8220bfda60 feat(documents): enhance DocumentNode and FolderNode components with mobile responsiveness and improved checkbox interactions 2026-07-14 03:25:22 +05:30
Anish Sarkar
6d0e151b5f feat(layout-shell): implement local storage for playground sidebar state management 2026-07-14 03:14:49 +05:30
DESKTOP-RTLN3BA\$punk
ab5970fab1 feat: updating messaging of instagram and tiktok pages 2026-07-13 14:42:11 -07:00
Rohan Verma
9e72be1b15
Merge pull request #1601 from CREDO23/feat/resumable-streaming-and-timestamps
[Feat] Chat : Resumable streaming across in-app navigation + optional message timestamps
2026-07-13 14:32:28 -07:00
Anish Sarkar
78594d5248 refactor(model-connections-query): replace jotai/utils with jotai-family for improved atom management 2026-07-14 03:00:49 +05:30
Anish Sarkar
c0b7e3d1f2 feat(package): add jotai-family dependency to enhance state management capabilities 2026-07-14 03:00:42 +05:30
Anish Sarkar
44138668a4 refactor(thread): update layout structure and improve styling for welcome message 2026-07-14 02:58:39 +05:30
DESKTOP-RTLN3BA\$punk
f70b83582f Update README files in multiple languages to reflect the rebranding of SurfSense as NotebookLM for competitive intelligence research, emphasizing live scraping capabilities and clarifying the platform's features. 2026-07-13 14:18:15 -07:00
CREDO23
e30a7afaf1 feat(settings): register Appearance tab in user-settings nav 2026-07-13 23:17:23 +02:00
CREDO23
b3999a754e feat(settings): add Appearance user-settings page 2026-07-13 23:17:23 +02:00
CREDO23
4b2f009233 feat(settings): add Appearance content with show-timestamps toggle 2026-07-13 23:17:23 +02:00
CREDO23
855f824097 feat(chat): render timestamp under assistant messages and reuse shared formatter 2026-07-13 23:17:23 +02:00
CREDO23
0093664fd1 feat(chat): render timestamp under user messages 2026-07-13 23:17:23 +02:00
CREDO23
00fbc24e4b feat(chat): add MessageTimestamp component gated on the preference 2026-07-13 23:17:23 +02:00
CREDO23
f4870ad1c2 feat(chat): add shared formatMessageTimestamp helper 2026-07-13 23:17:23 +02:00
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