thierryverse
aa9bb15c13
add the auth api service
2025-11-17 08:09:17 +02:00
thierryverse
7221659de7
add a flexible base api service
2025-11-17 08:09:17 +02:00
thierryverse
4d02c2eeed
add auth api service
2025-11-17 08:09:17 +02:00
thierryverse
c8fae413d2
organize auth apis
2025-11-17 08:09:17 +02:00
thierryverse
54d29c6064
organize search source connectors
2025-11-17 08:09:17 +02:00
thierryverse
f10a918ca7
organize llm configs apis
2025-11-17 08:09:17 +02:00
thierryverse
a368b2a7d3
organiza documents apis
2025-11-17 08:09:17 +02:00
thierryverse
0e488c799d
organiza podcasts apis
2025-11-17 08:09:17 +02:00
thierryverse
78ab020d80
organize seach space apis
2025-11-17 08:09:17 +02:00
thierryverse
43362a383e
add delete chat mutation
2025-11-17 08:09:17 +02:00
thierryverse
b866170e6a
add delete chat mutation
2025-11-17 08:09:17 +02:00
thierryverse
bd4e5d627d
improve naming
2025-11-17 08:09:17 +02:00
thierryverse
207a284e9d
clean up
2025-11-17 08:09:17 +02:00
thierryverse
b2887543a2
refactor search cpace chats fetching - with tanstack query
2025-11-17 08:09:17 +02:00
thierryverse
93f6056a91
add active search space chats atom with query
2025-11-17 08:00:54 +02:00
Rohan Verma
9567a3ce23
Merge pull request #488 from MODSetter/dev
...
feat: improved onboarding
2025-11-16 16:19:49 -08:00
DESKTOP-RTLN3BA\$punk
cc73e8e565
feat: improved onboarding
2025-11-16 15:54:54 -08:00
Rohan Verma
2b82f32b8c
Merge pull request #486 from MODSetter/dev
...
feat: added global llm configurations
2025-11-14 22:21:24 -08:00
DESKTOP-RTLN3BA\$punk
d4345f75e5
feat: added global llm configurations
2025-11-14 21:53:46 -08:00
Rohan Verma
48fca3329b
Merge pull request #485 from MODSetter/dev
...
refactor(layout): simplify layout structure and improve scroll handling in Navbar
2025-11-13 16:44:44 -08:00
DESKTOP-RTLN3BA\$punk
f3c6ed8784
Merge commit ' a08e767bb0' into dev
2025-11-13 15:32:05 -08:00
DESKTOP-RTLN3BA\$punk
1020dc8885
refactor(layout): simplify layout structure and improve scroll handling in Navbar
2025-11-13 15:28:53 -08:00
Rohan Verma
a08e767bb0
Merge pull request #484 from MODSetter/dev
...
chore(footer): added contact us
2025-11-13 14:12:24 -08:00
DESKTOP-RTLN3BA\$punk
749348045e
Merge commit ' bdd8cb9bbc' into dev
2025-11-13 14:11:06 -08:00
DESKTOP-RTLN3BA\$punk
f50ee6e8c7
chore(footer): added contact us
2025-11-13 14:10:13 -08:00
Rohan Verma
bdd8cb9bbc
Merge pull request #483 from MODSetter/dev
...
feat(model-config): enhance model selection UI
2025-11-13 12:48:33 -08:00
DESKTOP-RTLN3BA\$punk
b2393e0fa5
Merge commit ' 3f9ea19948' into dev
2025-11-13 12:47:29 -08:00
DESKTOP-RTLN3BA\$punk
4610c33362
feat(model-config): enhance model selection UI
2025-11-13 12:46:48 -08:00
Rohan Verma
3f9ea19948
Merge pull request #482 from MODSetter/dev
...
fix(layout): change overflow property to allow scrolling in layout co…
2025-11-13 12:23:18 -08:00
DESKTOP-RTLN3BA\$punk
7e77010902
Merge commit ' 5fda1de559' into dev
2025-11-13 12:22:52 -08:00
DESKTOP-RTLN3BA\$punk
1258694d85
fix(layout): change overflow property to allow scrolling in layout component
2025-11-13 12:22:16 -08:00
Rohan Verma
5fda1de559
Merge pull request #481 from MODSetter/dev
...
chore(dependencies): update Next.js and add Google Analytics support
2025-11-13 03:41:39 -08:00
DESKTOP-RTLN3BA\$punk
e790c32052
Merge commit ' 6c1b616cc1' into dev
2025-11-13 03:39:26 -08:00
DESKTOP-RTLN3BA\$punk
d801ead2aa
chore(dependencies): update Next.js and add Google Analytics support
...
- Upgraded Next.js from version 15.4.4 to 15.5.6 in package.json and pnpm-lock.yaml.
- Added @next/third-parties package to include Google Analytics integration in the layout component.
- Updated various dependencies to their latest versions for improved performance and security.
2025-11-13 03:38:36 -08:00
Rohan Verma
6c1b616cc1
Merge pull request #480 from MODSetter/dev
...
feat(llm): expand LLM provider options and improve model selection UI
2025-11-13 02:48:29 -08:00
DESKTOP-RTLN3BA\$punk
38dffaffa3
feat(llm): expand LLM provider options and improve model selection UI
...
- Added new LLM providers including Google, Azure OpenAI, Bedrock, and others to the backend.
- Updated the model selection UI to dynamically display available models based on the selected provider.
- Enhanced the provider change handling to reset the model selection when the provider is changed.
- Improved the overall user experience by providing contextual information for model selection.
2025-11-13 02:41:30 -08:00
Rohan Verma
c1e8753567
Merge pull request #478 from MODSetter/dev
...
refactor(chats): streamline podcast generation and enhance chat selec…
2025-11-11 23:53:56 -08:00
DESKTOP-RTLN3BA\$punk
6298d631e4
refactor(chats): streamline podcast generation and enhance chat selection UI
...
- Removed podcast generation state and related functions from the ChatsPageClient component.
- Simplified chat selection UI by removing unnecessary elements and improving layout.
- Updated the AnnouncementBanner component to use Jotai for state management, allowing for persistent dismissal of the announcement.
2025-11-11 23:51:26 -08:00
Rohan Verma
ca341f07a2
Merge pull request #477 from MODSetter/dev
...
fix(issue-template): change documentation and contribution links to r…
2025-11-11 22:15:57 -08:00
DESKTOP-RTLN3BA\$punk
e3d249a38e
fix(issue-template): change documentation and contribution links to reflect new URLs
2025-11-11 22:15:15 -08:00
Rohan Verma
a7ee0232b6
Merge pull request #476 from MODSetter/dev
...
refactor(ux): moved podcasts to chat artifacts
2025-11-11 19:10:15 -08:00
DESKTOP-RTLN3BA\$punk
3ccb0bc7bb
refactor(ux): Enhance podcast and chat panel features
...
- Updated the welcome dialog in podcast generation to reflect the correct podcast title.
- Improved the Dashboard layout by adding an indicator for active chats on the researcher page.
- Enhanced the breadcrumb component to fetch and display chat details dynamically.
- Adjusted the chat panel width for better visibility.
- Introduced animations and improved user interactions in the chat panel and podcast player components.
- Updated the ConfigModal to provide clearer instructions for user input.
2025-11-11 18:07:32 -08:00
Rohan Verma
0835a192a2
Merge pull request #430 from CREDO23/feat/chat-pannel
...
[Feature] Add the chat panel
2025-11-11 17:04:39 -08:00
thierryverse
87c5d24f29
fix key down events
2025-11-11 22:06:57 +02:00
thierryverse
2902fd6d28
inject user instruction in the podcast generation task
2025-11-11 20:08:32 +02:00
thierryverse
9c959baadd
clean up comments
2025-11-11 19:17:41 +02:00
thierryverse
cfb62ff73b
fix typo
2025-11-11 19:15:45 +02:00
thierryverse
ed4ec5ce67
remove the podcasts menu
2025-11-11 04:29:37 +02:00
thierryverse
55e5b45a42
fix podcast generation
2025-11-11 04:02:04 +02:00
Rohan Verma
2d91eacafb
Merge pull request #473 from MODSetter/dev
...
refactor(ux): combined sources to one section
2025-11-07 14:32:32 -08:00