Commit Graph

572 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
71790f346e feat(app): lint & beautify 2026-04-09 19:21:40 +05:30
ItzCrazyKns
40a7cdeb4b feat(scrape-url): prevent context overflow 2026-04-09 19:21:25 +05:30
ItzCrazyKns
a889fdc31e feat(app): fix build issues 2026-04-08 23:24:01 +05:30
ItzCrazyKns
c3ee1988d2 feat(search): handle empty context better 2026-04-08 23:23:51 +05:30
ItzCrazyKns
5991416142 feat(scrape-action): use scraper 2026-04-08 23:23:03 +05:30
ItzCrazyKns
7a6fad95ef feat(search-actions): make use of executeSearch 2026-04-08 23:22:50 +05:30
ItzCrazyKns
b868aa0287 feat(search): add new executeSearch function, add updated deep research mode, context management 2026-04-08 23:22:02 +05:30
ItzCrazyKns
65b2c3f234 feat(additional-config): add focus mode 2026-04-08 23:21:02 +05:30
ItzCrazyKns
cbe538cc36 feat(scraper): add scraper 2026-04-08 23:20:15 +05:30
ItzCrazyKns
f6a47fd3e1 feat(searxng): export search options type 2026-04-08 23:19:17 +05:30
ItzCrazyKns
690b11cc1c feat(uploads-manager): update to latest officeparser 2026-04-08 23:18:47 +05:30
ItzCrazyKns
54f3a7d2b8 feat(split-text): export token count function 2026-03-31 20:22:57 +05:30
ItzCrazyKns
1a124b8b07 feat(utils): add jaccard similarity 2026-03-31 20:22:43 +05:30
ItzCrazyKns
3098622cb0 Merge branch 'pr/1082' 2026-03-27 17:53:59 +05:30
ItzCrazyKns
3646495bdf feat(ollama): update reasoning model list 2026-03-27 17:16:57 +05:30
ItzCrazyKns
476c4ec8c2 feat(app): lint & beautify 2026-03-27 01:24:04 +05:30
Nick
0e33641927 fix: handle upload errors and reset spinner state 2026-03-26 19:20:24 +00:00
ItzCrazyKns
8c061f20a5 Merge branch 'master' of https://github.com/ItzCrazyKns/Vane 2026-03-26 22:34:18 +05:30
ItzCrazyKns
72ac815294 feat(weather): change to freeipapi, move getApproxLocation to actions 2026-03-26 22:34:01 +05:30
ItzCrazyKns
d16b7e271a Delete serverUtils.ts 2026-03-26 22:20:13 +05:30
ItzCrazyKns
58ed869b3d feat(utils): move hash into utils 2026-03-26 22:19:48 +05:30
saschabuehrle
21bd88787e fix: guard against non-array searching queries in research steps (fixes #1075) 2026-03-22 18:11:17 +01:00
Kushagra Srivastava
b02f5aa37f Merge pull request #1015 from joaquinescalante23/fix/search-resilience-and-timeouts
feat: improve search resilience with timeouts and widget error handling
2026-03-10 19:05:09 +05:30
ItzCrazyKns
7ab23d6339 feat(setup-screen): fix spacing 2026-03-09 18:48:01 +05:30
ItzCrazyKns
39c0f198b5 feat(app): rename to 'vane' 2026-03-09 18:05:31 +05:30
Joaquin
a2f2ac532e Improve resilience: catch widget execution failures 2026-03-04 10:02:51 -03:00
Joaquin
1763ee9d1f Add timeout and validation to SearXNG search 2026-03-04 10:02:51 -03:00
ItzCrazyKns
8347b798f3 feat(app): lint & beautify 2026-01-03 23:12:19 +05:30
ItzCrazyKns
a16472bcf3 feat(actions): prevent double conversion to object array 2026-01-01 21:56:46 +05:30
ItzCrazyKns
b83f9bac78 feat(providers): extract/repair json before parsing 2025-12-31 12:58:24 +05:30
ItzCrazyKns
23b903db9a Update searxng.ts 2025-12-30 22:16:06 +05:30
ItzCrazyKns
a98f0df83f feat(app): lint & beautify 2025-12-29 22:02:21 +05:30
ItzCrazyKns
1622e0893a feat(providers): add lm studio 2025-12-28 11:29:34 +05:30
ItzCrazyKns
55a4b9d436 feat(openai-llm): use function call index instead of type 2025-12-28 01:21:33 +05:30
ItzCrazyKns
b450d0e668 Merge branch 'canary' 2025-12-27 20:52:56 +05:30
ItzCrazyKns
bb7b7170ca feat(media, suggestions): handle chat history correctly 2025-12-27 20:03:34 +05:30
ItzCrazyKns
be7bd62a74 feat(prompts): update media 2025-12-27 20:02:49 +05:30
ItzCrazyKns
a691f3bab0 feat(chat-hook): fix history saving delay (async state), add delay before media search to allow component refresh 2025-12-27 20:02:36 +05:30
ItzCrazyKns
d872cf5009 feat(chat-hook): prevent duplicate blocks 2025-12-27 18:36:13 +05:30
ItzCrazyKns
fdef718980 feat(transformer-provider): specify dtype 2025-12-27 18:36:01 +05:30
ItzCrazyKns
c9f6893d99 feat(pdf-parse): fix DOMMatrix issues 2025-12-27 14:54:46 +05:30
Kushagra Srivastava
7f3f881964 Update src/components/Navbar.tsx
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-12-27 13:32:20 +05:30
Kushagra Srivastava
9620e63e3f Update src/components/MessageActions/Copy.tsx
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-12-27 13:29:43 +05:30
ItzCrazyKns
ec5ff6f4a8 Update plan.ts 2025-12-27 13:26:07 +05:30
ItzCrazyKns
0ace778b03 Merge branch 'feat/improve-search-architecture' of https://github.com/ItzCrazyKns/Perplexica into feat/improve-search-architecture 2025-12-27 13:24:50 +05:30
ItzCrazyKns
6919ad1a0f feat(app): address review 2025-12-27 13:24:35 +05:30
Kushagra Srivastava
b5ba8c48c0 Update src/components/WeatherWidget.tsx
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-12-27 13:14:46 +05:30
ItzCrazyKns
50ca7ac73a feat(api): update search api & related documentation 2025-12-27 13:07:59 +05:30
ItzCrazyKns
a31a4ab295 feat(agents): add api search agent 2025-12-27 13:07:42 +05:30