117 Commits

Author SHA1 Message Date
n4ze3m
23435318c5 feat: Add localization support for Copilot resume chat and hide current chat model settings 2024-05-24 21:19:53 +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
8899a42331 feat: Add support for Mammoth library for docx file uploads 2024-05-24 18:26:28 +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
e623cc5ead Update form components to handle pasted files 2024-05-18 17:36:50 +05:30
n4ze3m
d6fff4bfa1 chore: Refactor deleteChatHistory method to deleteAllChatHistory 2024-05-15 10:30:11 +05:30
n4ze3m
3170bc4be6 chore: Update shareMode default value to false 2024-05-14 12:44:37 +05:30
n4ze3m
79f31460f1 fix: Update Ollama connection issue link in SettingsOllama component 2024-05-13 11:09:19 +05:30
n4ze3m
e94edf5c89 chore: Update URL rewrite logic for runtime 2024-05-12 23:54:48 +05:30
n4ze3m
62ffe8346e chore: Update logic of runtime url rewrite 2024-05-12 21:14:27 +05:30
n4ze3m
f9f621c920 chore: Update .gitignore and add .idea folder, update npm dependencies, and improve code logic for chat history and knowledge export/import 2024-05-11 19:32:36 +05:30
n4ze3m
677aa6ef51 feat: Add export/import functions for chat history, promt and knowledge 2024-05-08 13:42:59 +05:30
n4ze3m
b09fbcdfe6 Option to disable page share 2024-04-30 20:43:53 +05:30
n4ze3m
49d7f3307f Add useStorage hook to remember recently used model 2024-04-16 23:21:15 +05:30
n4ze3m
cfcf718769 Remeber recently used model 2024-04-16 23:04:25 +05:30
Tony Han
5089bb5dbe Add support markdown 2024-04-16 19:13:12 +08:00
n4ze3m
aeefb00de0 Update localization messages for Chinese, English, and Japanese languages and fix whitespace formatting in isTTSEnabled function in tts.ts 2024-04-16 00:45:22 +05:30
n4ze3m
9eaa0c9d66 Update localization messages for Chinese, English, and Japanese languages 2024-04-14 18:16:47 +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
a3810cd534 Update import statement in local-duckduckgo.ts, prompt.tsx, wxt.config.ts, webui.tsx, PlaygroundChat.tsx, other.tsx, Markdown.tsx, and useMessageOption.tsx 2024-04-11 00:08:20 +05:30
n4ze3m
e96a579e02 Update localization files and remove unused files 2024-04-06 21:51:13 +05:30
n4ze3m
d6d2eae5ef knownledge preview 2024-04-06 20:18:46 +05:30
n4ze3m
0de5ea0b04 Add d3-dsv and @types/d3-dsv dependencies 2024-04-06 14:02:22 +05:30
n4ze3m
82abbf5bad Add SelectedKnowledge component to OptionLayout and KnowledgeSelect 2024-04-06 10:48:51 +05:30
n4ze3m
dd496b7b98 Webui chat with x added 2024-04-06 00:30:23 +05:30
n4ze3m
aae2ddecbc Update useMessageOption hook and Playground component 2024-04-05 23:17:55 +05:30
n4ze3m
b86332f9ec Update Ollama system prompt in ollama.ts 2024-04-05 20:59:54 +05:30
n4ze3m
0e59aa77cf Refactor AboutApp component in about.tsx 2024-04-05 20:38:19 +05:30
n4ze3m
ac347a3970 Update dependencies and fix import paths 2024-04-05 20:28:29 +05:30
n4ze3m
7b5062e5da Add about section to settings.json for multiple locales 2024-03-31 20:16:26 +05:30
n4ze3m
e29cea82f5 Update background.ts and settings.json 2024-03-31 16:36:27 +05:30
n4ze3m
9ced6469ce Added Web search DuckDuckGo 2024-03-31 15:57:56 +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
3143dd3490 Add width style to language select 2024-03-24 17:16:10 +05:30
n4ze3m
502759fae6 Update language files and fix UI issues 2024-03-24 17:07:21 +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
78c44e13b0 Add edit functionality to PlaygroundMessage component 2024-03-16 00:30:41 +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
faea2b2fa2 Add typing state to PlaygroundForm component 2024-03-04 23:09:09 +05:30
n4ze3m
21ab18dd7d Refactor prompt icons and add navigation to clearChat 2024-03-04 15:01:53 +05:30
n4ze3m
1b689c91c0 Add search mode settings and textarea focus on form submission 2024-03-04 00:32:01 +05:30
n4ze3m
a87c56061c Update component imports and add conditional focus in PlaygroundForm 2024-03-03 23:30:42 +05:30
n4ze3m
0351beeaae Delete unused files and update API calls 2024-03-03 19:55:43 +05:30
n4ze3m
e0c2c0c745 Remove console.log statements and unused dependencies 2024-03-02 19:50:51 +05:30
n4ze3m
88e7e7521b Update OptionLayout component and add OptionPrompt route 2024-02-28 22:50:38 +05:30