26 Commits

Author SHA1 Message Date
n4ze3m
9cc309e9fd feat: Add code download functionality
Adds a new "Download Code" button to the code block component, allowing users to download the code displayed for offline use.

This feature enhances user convenience and provides a more versatile experience for exploring and utilizing code snippets.
2024-10-26 15:37:02 +05:30
n4ze3m
0e44a7ad4b feat: Add temporary system prompt
Adds a new setting that allows users to set a temporary system prompt for the current chat.
This prompt will override the selected system prompt if it exists.
The new setting is available in the "Current Chat Model Settings" modal.
This feature provides a way to quickly experiment with different system prompts without having to change the default setting.
2024-10-02 12:30:52 +05:30
n4ze3m
2e97f6470d feat: Add clear chat history button to drawer
Adds a button to the sidebar drawer for clearing chat history.
The button uses a confirmation prompt to ensure user intent and clears the database entries.
This allows users to reset their chat history for a fresh start.
The button uses a tooltip to provide more information on its function.
2024-09-27 19:38:29 +05:30
n4ze3m
7fa44e6fd3 refactor: Remove unnecessary flex classes from main element in Layout component 2024-05-31 22:05:43 +05:30
n4ze3m
b6bc617e5e refactor header 2024-05-31 13:50:05 +05:30
n4ze3m
721fad18c2 chore: Update Layout component to adjust width for model selection 2024-05-29 00:13:20 +05:30
n4ze3m
533e38c287 chore: Update Layout component to truncate long model names 2024-05-27 21:09:16 +05:30
n4ze3m
961f5180c6 Added ability to resume previous chat on copilot 2024-05-24 21:01:10 +05:30
n4ze3m
9e2ef72486 chore: Update Lucide icons and improve Current Chat Model Settings 2024-05-24 20:00:09 +05:30
n4ze3m
315163ca62 chore: Update Lucide icons and add Current Chat Model Settings to Sidepanel 2024-05-23 22:48:46 +05:30
n4ze3m
b3a455382c chore: Update version to 1.1.9 and add Model Settings to Ollama settings page 2024-05-23 00:39:44 +05:30
n4ze3m
8662fd0693 chore: Update form components to handle pasted files 2024-05-18 20:54:43 +05:30
n4ze3m
3170bc4be6 chore: Update shareMode default value to false 2024-05-14 12:44:37 +05:30
n4ze3m
f630addefc refactor: Update handlePromptChange logic to handle undefined value 2024-05-08 10:22:50 +05:30
n4ze3m
b09fbcdfe6 Option to disable page share 2024-04-30 20:43:53 +05:30
n4ze3m
cfcf718769 Remeber recently used model 2024-04-16 23:04:25 +05:30
n4ze3m
9262a5bb7c Update import statements, set TTSEnabled in TTSModeSettings, and fix fetchChatModels error handling 2024-04-13 14:25:09 +05:30
n4ze3m
82abbf5bad Add SelectedKnowledge component to OptionLayout and KnowledgeSelect 2024-04-06 10:48:51 +05:30
n4ze3m
ac347a3970 Update dependencies and fix import paths 2024-04-05 20:28:29 +05:30
n4ze3m
317011a6d2 Add OllamaIcon to OptionLayout and update styles 2024-03-31 00:55:44 +05:30
n4ze3m
01d27fd1c2 i18n support 2024-03-24 21:00:00 +05:30
n4ze3m
9a2adbd859 Add i18n 2024-03-24 12:43:43 +05:30
n4ze3m
b33ee0366c Migrated to WXT 2024-03-23 14:44:05 +05:30
n4ze3m
00bd19374a Fix styling issues in various components 2024-03-10 12:52:53 +05:30
n4ze3m
7ce79bb134 Add ShareBtn component and update SettingsOptionLayout 2024-03-09 18:43:39 +05:30
n4ze3m
a87c56061c Update component imports and add conditional focus in PlaygroundForm 2024-03-03 23:30:42 +05:30