Commit Graph

27 Commits

Author SHA1 Message Date
7d8439c615 feat(chat-window): handle conditional message addition 2025-08-05 19:14:20 +05:30
ebfb103911 feat(message-box): add syntax highlighted code 2025-08-05 19:11:09 +05:30
70a61ee1eb feat(think-box): handle thinkingEnded 2025-07-23 12:21:07 +05:30
6ea17d54c6 feat(chat-window): fix wrong history while rewriting 2025-07-22 21:21:49 +05:30
11a828b073 feat(message-box): close think box after thinking process ends 2025-07-22 21:21:09 +05:30
7f62907385 feat(weather): update measurement units to Imperial/Metric 2025-07-19 08:53:11 -06:00
94e6db10bb feat(weather): add other measurement units, closes #821 #790 2025-07-18 21:09:32 +05:30
cf8dec53ca feat(chat-window): select provider if model's present, closes #803 2025-07-07 16:09:36 +05:30
d5c012d748 Revert "Update ChatWindow.tsx"
This reverts commit 2ccbd9a44c.
2025-07-07 15:52:39 +05:30
2ccbd9a44c Update ChatWindow.tsx 2025-07-05 22:00:06 +05:30
809b625a34 feat(widgets): fix size on smaller screens, closes #791 2025-06-30 15:42:41 +05:30
0bb8b7ec5c feat(weather-widget): enable geolocation for weather data
Replaces the previous commented-out geolocation logic with an implementation that uses the browser's geolocation API and reverse geocoding to determine the user's city. Falls back to approximate location if permission is denied or unavailable.
2025-06-28 13:49:17 +05:30
0b7989c3d3 feat(empty-chat): remove unused imports 2025-05-30 09:55:06 +05:30
8cfcc3e39c feat(chat): update margins and spacing 2025-05-30 09:52:36 +05:30
a86a1a461c feat(weather-icons): rename weather to weather-ico 2025-05-30 09:24:54 +05:30
2257e1df0c feat(empty-chat): add article widget 2025-05-30 08:36:40 +05:30
ccb72c8970 feat(app): add weather widget 2025-05-30 08:36:08 +05:30
bcebdb5fd9 feat(chat): allow export as pdf or markdown 2025-05-28 13:01:05 +05:30
41b258e4d8 Set speech message before return 2025-04-08 23:17:52 -07:00
e226645bc7 feat(app): lint & beautify 2025-04-06 13:48:58 +05:30
bf705afc21 feat(message-box): change styles, lint & beautify 2025-04-05 22:32:56 +05:30
2e4433a6b3 feat(message-box): support [1,2,3,4] citation format instead of just [1][2][3] 2025-04-05 15:24:45 +00:00
4b8e0ea1aa feat(chat-window): handle system instructions 2025-04-01 15:50:05 +05:30
274e6ca88c feat(sidebar): remove unused state 2025-03-20 11:49:00 +05:30
584d02b92a feat(app): add thinking model support 2025-03-20 10:56:03 +05:30
008c7cbec0 feat(chat-window): remove debugging code, 2025-03-20 09:47:32 +05:30
217736d05a feat(app): remove backend 2025-03-19 16:23:27 +05:30