Commit Graph

130 Commits

Author SHA1 Message Date
c2df5e47c9 refactor: remove unused deepseekChat.ts in favor
of reasoningChatModel.ts and messageProcessor.ts in favor of
alternaitngMessageValidator.ts

- Removed src/lib/deepseekChat.ts as it was duplicative
- All functionality is now handled by reasoningChatModel.ts
- No imports or references to deepseekChat.ts found in codebase

- Removed src/utils/messageProcessor.ts as it was duplicative
- All functionality is now handled by alternatingMessaageValidator.ts
- No imports or references messageProcessor.ts found in codebase
2025-02-28 00:02:21 +04:00
18f627b1af Merge branch 'master' of https://github.com/ItzCrazyKns/Perplexica 2025-02-26 21:08:12 +04:00
df4350f966 Merge branch 'master' of https://github.com/ItzCrazyKns/Perplexica 2025-02-26 10:40:34 +05:30
216576128d fix(ui): update attachment text color for light and dark modes 2025-02-25 19:26:58 +08:00
7b15f43bb3 Made enhancements to the library interface!
1. Search Functionality:

-Added a search box with search icon and "Search your threads..." placeholder
-Real-time filtering of threads as you type
-Clear button (X) when text is entered

2. Thread Count Display:

-Added "You have X threads in Perplexica" below the search box
-Only shows in normal mode (hidden during selection)

3. Multiple delete functionality:
-"Select" button in the top right below Search Box
-Checkboxes that appear on hover and when in selection mode
-Selection mode header showing count and actions
  -When in selection mode, shows "X selected thread(s)" on the left
  -Action buttons (Select all, Cancel, Delete Selected) on the right
-Disabled Delete Selected button when no threads are selected
-Confirmation dialog using the new BatchDeleteChats component

4. Terminology Update:
-Changed all instances of "chats" to "threads" throughout the interface
2025-02-25 13:30:35 +04:00
bb3f180583 fix(ui): improve dark mode text color for attachment buttons 2025-02-25 17:26:33 +08:00
a6e4402616 Add DeepSeek and LMStudio providers
- Integrate DeepSeek and LMStudio AI providers
- Add message processing utilities for improved handling
- Implement reasoning panel for message actions
- Add logging functionality to UI
- Update configurations and dependencies
2025-02-25 08:53:53 +04:00
2e166c217b fix(MessageBox): break too long message title 2025-02-19 10:34:51 +08:00
cab1aa705c feat(settings): add new settings page 2025-02-15 11:31:08 +05:30
5cbc512322 feat(app): add auto video & image search 2025-02-15 11:29:59 +05:30
0737701de0 Merge branch 'master' of https://github.com/ItzCrazyKns/Perplexica 2025-01-11 13:11:18 +05:30
2dc60d06e3 feat(chat-window): show settings during error on mobile 2025-01-11 13:10:10 +05:30
ec90ea1686 Merge pull request #531 from hacking-racoon/feat/video-slide-stop
feat(SearchVideos): modify Lightbox to pause the prev video when sliding
2025-01-07 12:47:38 +05:30
6d9d712790 feat(chat-window): correctly handle server side WS closure 2025-01-07 12:26:38 +05:30
99cae076a7 feat(chat-window): display toast when retried 2025-01-07 11:49:40 +05:30
b7f7d25f54 feat(chat-window): lint & beautify 2025-01-07 11:44:19 +05:30
0ec54fe6c0 feat(chat-window): remove toast 2025-01-07 11:43:54 +05:30
5526d5f60f fix(ws-error): add exponential reconnect mechanism 2025-01-05 17:29:53 +00:00
b5acf34ef8 feat(chat-window): fix bugs handling custom openai, closes #529 2024-12-26 18:59:57 +05:30
d30f714930 feat(SearchVideos): Modify Lightbox to pause the prev video when moving to next one, preventing interference with new video. 2024-12-25 15:19:23 +09:00
db7407bfac feat(messageBox): style markdown 2024-12-05 20:19:41 +05:30
e08d864445 feat(focus): only icon on small devices 2024-11-30 20:58:11 +05:30
177746235a feat(providers): add gemini 2024-11-28 20:47:18 +05:30
4b89008f3a feat(app): add file uploads 2024-11-23 15:04:19 +05:30
7c01d2656e fix(EmptyChatMessageInput): focus on mount 2024-11-04 22:00:08 -06:00
7c6ee2ead1 feat(video-search): handle custom OpenAI 2024-10-30 10:28:31 +05:30
540f38ae68 feat(empty-chat): add settings for mobile 2024-10-30 09:14:09 +05:30
f1c0b5435b feat(delete-chat): use window.location to refresh page 2024-10-30 09:11:48 +05:30
b33e5fefba feat(navbar): remove comments 2024-10-29 20:00:31 +05:30
03d0ff2ca4 feat(navbar): make delete & plus button work 2024-10-29 19:59:58 +05:30
8057f28b20 feat(settings): handle no models 2024-10-18 17:07:09 +05:30
3e6e57dab0 feat(chat-window): fix rewrite, use messageID 2024-10-17 18:51:11 +05:30
3a01eebc04 feat(chat): prevent ws not open errors 2024-10-15 18:04:50 +05:30
19bf71cefc feat(chat-window): only send init msg if ready 2024-10-15 16:21:00 +05:30
7cce853618 feat(providers): add optimization modes 2024-10-11 10:35:59 +05:30
877735b852 feat(package): update headlessui 2024-10-11 10:35:33 +05:30
1589f16d5a feat(providers): add displayName property 2024-09-24 22:34:43 +05:30
40f551c426 feat(search-button): add empty check 2024-09-15 10:16:20 +05:30
c4f52adb45 feat(textarea): handle "/" keys 2024-09-02 11:44:40 +05:30
c952469f08 feat(chaWindow): lint & beautify 2024-08-29 16:51:59 +05:30
e8ed4df31a feat(chat-window): close socket on unmount 2024-08-28 14:27:22 +05:30
806c47e705 feat(chatwindow): fix infinite loading 2024-08-28 09:53:06 +05:30
ff34d1043f feat(app): lint & format 2024-08-25 15:08:47 +05:30
9c1936ec2c feat(chat-window): lint & beautify 2024-08-04 18:14:46 +05:30
08379fcad5 feat(ws-connector): fix undefined chat model 2024-07-25 20:36:26 +05:30
cbce39a5dd feat(settings): fix undefined model for custom OpenAI 2024-07-25 20:34:49 +05:30
f02393dbe9 feat(providers): add anthropic 2024-07-15 21:20:16 +05:30
e1732b9bf2 feat(chat-window): fix WS connection errors 2024-07-14 12:37:36 +05:30
27e6f5b9e1 feat(chat-window): unselect unavailable model 2024-07-09 16:21:45 +05:30
c74e16e01c feat(chats): add delete functionality 2024-07-02 10:51:47 +05:30