Commit Graph

90 Commits

Author SHA1 Message Date
lawrence3699
e0aac65e64 fix: add missing break statements in weather code switch
WMO weather codes 1, 2, 45, 51, 53, 56, 61, 63, 66, 71, 73, 80, 81,
85, 86, and 96 were missing break statements, causing fall-through
that overwrote each condition with the last label in its group. For
example, code 1 (Mainly Clear) fell through to code 3, so the widget
always displayed 'Cloudy'. Also adds the shared group icon to each
early case so the widget renders an icon for every code.
2026-04-10 00:33:06 +10:00
ItzCrazyKns
39c0f198b5 feat(app): rename to 'vane' 2026-03-09 18:05:31 +05:30
ItzCrazyKns
bb7b7170ca feat(media, suggestions): handle chat history correctly 2025-12-27 20:03:34 +05:30
ItzCrazyKns
50ca7ac73a feat(api): update search api & related documentation 2025-12-27 13:07:59 +05:30
ItzCrazyKns
452180356d feat(library): enhance ui & ux 2025-12-24 15:47:56 +05:30
ItzCrazyKns
eca66f0b5f feat(writer): add system instructions, send response block on response 2025-12-24 13:53:09 +05:30
ItzCrazyKns
cf95ea0af7 feat(app): lint & beautify 2025-12-23 18:54:01 +05:30
ItzCrazyKns
f278eb8bf1 feat(routes): add reconnect route 2025-12-23 17:15:02 +05:30
ItzCrazyKns
0e176e0b78 feat(chat-route): add history saving, disconnect on abort, use subscribe method 2025-12-23 17:14:02 +05:30
ItzCrazyKns
491136822f feat(app): lint & beautify 2025-12-17 21:17:21 +05:30
ItzCrazyKns
e6c8a0aa6f Add antialiased class to body element 2025-12-15 23:47:01 +05:30
ItzCrazyKns
b90b92079b feat(chat-route): accept sources 2025-12-15 23:46:46 +05:30
ItzCrazyKns
3d1d164f68 feat(app): lint & beautify 2025-12-13 22:23:54 +05:30
ItzCrazyKns
a6ff94d030 feat(api): update to use fileIds 2025-12-13 22:22:41 +05:30
ItzCrazyKns
40b25a487b feat(uploads): update to use new manager 2025-12-13 22:20:26 +05:30
ItzCrazyKns
956a768a86 feat(app): handle new architecture 2025-11-23 19:58:46 +05:30
ItzCrazyKns
e22a39fd73 feat(routes): update routes to handle new llm types 2025-11-23 19:24:17 +05:30
ItzCrazyKns
0ac8569a9e feat(agents): update suggestion generator 2025-11-23 19:23:18 +05:30
ItzCrazyKns
3bcf646af1 feat(search-route): handle history processing after llm validation 2025-11-13 11:52:12 +05:30
ItzCrazyKns
e499c0b96e feat(app): migrate video search chain 2025-11-13 11:51:25 +05:30
ItzCrazyKns
33b736e1e8 feat(app): migrate image search chain 2025-11-13 11:51:13 +05:30
ItzCrazyKns
41fe009847 feat(app): migrate suggestion chain 2025-11-13 11:47:28 +05:30
ItzCrazyKns
1a8889c71c feat(app): add new agents directory 2025-11-10 16:45:48 +05:30
ItzCrazyKns
2d80fc400d feat(app): lint & beautify 2025-10-24 22:58:10 +05:30
ItzCrazyKns
097a5c55c6 feat(layout): add everything inside chat provider 2025-10-24 22:57:56 +05:30
ItzCrazyKns
672fc3c3a8 feat(app): fix build errors 2025-10-20 16:39:38 +05:30
ItzCrazyKns
e024d46971 feat(chat): fix typo 2025-10-20 16:34:49 +05:30
ItzCrazyKns
3564bcc48c feat(global-css): enhance scrollbar 2025-10-19 13:56:27 +05:30
ItzCrazyKns
9d0e2e7f7c feat(app): add new setup wizard 2025-10-19 13:54:35 +05:30
ItzCrazyKns
3e03947b1b feat(emptyChatInput): add focus mode 2025-10-18 19:30:01 +05:30
ItzCrazyKns
86143c83d8 feat(seach-api): use new model registry 2025-10-18 19:28:19 +05:30
ItzCrazyKns
16b31fe34f feat(uploads): use new model registry 2025-10-18 15:08:31 +05:30
ItzCrazyKns
43f23e21a3 feat(config-route): fix issues with duplicate models 2025-10-18 15:06:36 +05:30
ItzCrazyKns
5a7f45cace feat(app): add provider methods 2025-10-18 15:06:00 +05:30
ItzCrazyKns
e02b9a5efc feat(settings-page): remove page 2025-10-17 14:38:36 +05:30
ItzCrazyKns
09dd8dba5a feat(config-route): add POST handler 2025-10-17 14:38:05 +05:30
ItzCrazyKns
d97fa708f1 feat(config-route): use new config manager & model registry 2025-10-16 20:42:04 +05:30
ItzCrazyKns
0ff1be47bf feat(routes): use new model registry 2025-10-16 18:01:25 +05:30
ItzCrazyKns
768578951c feat(chat-route): use new model registry 2025-10-16 17:58:13 +05:30
ItzCrazyKns
410201b117 feat(api/models): rename to providers, use new model registry 2025-10-15 12:54:54 +05:30
ItzCrazyKns
8b588824f2 feat(css): add line-clamp-2 class 2025-10-02 17:17:44 +05:30
Kushagra Srivastava
d611ddaab9 Merge pull request #880 from ruturaj-rathod/fix/body-validation-579
validate the request body of api/chat to prevent malformed request body
2025-09-27 19:52:14 +05:30
ItzCrazyKns
3b41905abb feat(app): lint & beautify 2025-09-27 19:51:36 +05:30
ItzCrazyKns
8f728a2518 feat(discover): update discover UI, add new font 2025-09-25 18:56:04 +05:30
ItzCrazyKns
9c6e42f7d8 Merge branch 'master' of https://github.com/ItzCrazyKns/Perplexica 2025-09-25 18:48:27 +05:30
ruturaj
fabb48cc2f move schema validation into route file and remove validation file 2025-09-23 14:57:55 +05:30
ruturaj
c46b421219 validate the request body of api/chat to prevent malformed request body 2025-09-19 16:06:46 +05:30
Ramakrishnan Sivakumar
5b5e83a3a0 Add lemonade integration 2025-09-17 12:28:02 -07:00
ItzCrazyKns
34fa52ad12 feat(chat-api): handle messages as separate entities 2025-08-29 12:44:40 +05:30
skoved
ff1ca56157 fix text color for topic names on discover page in light mode
make light mode color for topic text black so it is readable
2025-08-26 21:16:21 -04:00