Commit graph

551 commits

Author SHA1 Message Date
Willie Zutz
a5cd2fa089 feat(UI): More progress detail 2025-05-25 14:51:21 -06:00
Willie Zutz
8ce50b48f0 feat(optimization): improve quality mode performance by limiting source gathering 2025-05-25 02:14:29 -06:00
Willie Zutz
6343dd5303 fix(logging): remove excessive logging 2025-05-24 14:41:33 -06:00
Willie Zutz
87a7ffb445 feat(web): Use crawlee/playwright to retrieve web content in quality mode. It retrieves content more reliably than fetch + JSDoc, at the expense of speed. 2025-05-24 14:37:19 -06:00
Willie Zutz
044f30a547 feat(AI): don't rerank docs based on preview. just rely on search results for relevance 2025-05-23 23:11:28 -06:00
Willie Zutz
c47a630372 feat(app): Introduce quality mode. Improve functionality of balanced mode using readability to get page content and pull relevant excerpts
feat(UI): Show progress during inferrence
feat(security): Don't show API keys in the UI any more
feat(models): Support Claude 4 Anthropic models
2025-05-23 18:03:35 -06:00
Willie Zutz
288120dc1d feat(UI): protect API keys by not displaying them in the UI. 2025-05-20 00:44:52 -06:00
Willie Zutz
cae11cc13c update(packages): update package versions 2025-05-19 23:32:35 -06:00
Willie Zutz
67287b0604 feat(UI): Always show the selected focus mode 2025-05-19 23:31:29 -06:00
Willie Zutz
5b1c3a4970 Merge branch 'master' into working 2025-05-19 23:30:12 -06:00
Willie Zutz
db3a97b042 feat(prompt): Make the llm handle site limitations and use site:example.com syntax 2025-05-15 00:33:26 -06:00
Willie Zutz
e4f695ec9b update(README): Updated to reflect features in this fork
fix(cancel): moved to a lib component
2025-05-14 13:25:06 -06:00
Willie Zutz
ab50cc5038 update(README): Updated to reflect features in this fork 2025-05-14 13:23:02 -06:00
Willie Zutz
215d0e6114 fix(cancel): moved to a lib component 2025-05-14 13:22:21 -06:00
Willie Zutz
d1613c56ba Merge branch 'master' into working 2025-05-14 12:19:49 -06:00
Willie Zutz
9c7ccf42fc feat(app): allow stopping requests 2025-05-14 12:19:22 -06:00
Willie Zutz
ce1a38febc feat(app): allow stopping requests 2025-05-14 11:19:06 -06:00
Willie Zutz
936f651372 Merge branch 'master' into working 2025-05-13 01:41:51 -06:00
Willie Zutz
380216e062 feat(editing): Adds the ability to edit messages 2025-05-13 01:41:41 -06:00
Willie Zutz
e26c5cbd4b feat(editing): Adds the ability to edit messages 2025-05-13 01:40:47 -06:00
Willie Zutz
9177048538 Merge branch 'master' into working 2025-05-11 14:14:42 -06:00
Willie Zutz
b96c4234f4 update(autocomplete): removed unecessary API logging 2025-05-11 14:14:35 -06:00
Willie Zutz
c3a1e434e5 feat(opensearch): Add autocomplete functionality to opensearch. This gets proxied to the searxng instance. 2025-05-11 13:44:47 -06:00
Willie Zutz
6110bb0c03 Merge branch 'master' into working 2025-05-11 13:15:19 -06:00
Willie Zutz
03b27d9cbb fix(UI): Fix results showing in light mode
feat(AI): Enhance system prompt for more reliable and relevant results
fix(Reddit): Reddit focus should work again. Works around SearXNG limitations of broken reddit search by using `site:reddit.com`
2025-05-10 15:09:00 -06:00
Willie Zutz
e61aca6a5c fix(UI): Fix results showing in light mode
feat(AI): Enhance system prompt for more reliable and relevant results
fix(Reddit): Reddit focus should work again. Works around SearXNG limitations of broken reddit search by using `site:reddit.com`
2025-05-10 15:07:41 -06:00
Willie Zutz
1f74b815c8 feat(media search): Improve media search UI and prompts to more reliably return data. 2025-05-10 02:09:56 -06:00
Willie Zutz
21e50db489 Merge branch 'master' into working 2025-05-09 01:13:28 -06:00
Willie Zutz
2a37f672ab feat(UI): Tabbed interface for messages. 2025-05-09 01:13:18 -06:00
Willie Zutz
b2774f525a feat(UI): Tabbed interface for messages. 2025-05-09 01:12:31 -06:00
Willie Zutz
6d039b4e9c Merge branch 'master' into working 2025-05-08 20:58:16 -06:00
Willie Zutz
85605fe166 feat(opensearch): Add BASE_URL config to support reverse proxy deployments 2025-05-08 20:58:04 -06:00
Willie Zutz
127f4b9f36 feat(opensearch): Enhance OpenSearch support for reverse proxy configurations 2025-05-08 20:56:48 -06:00
Willie Zutz
f83ee171ef Merge branch 'master' into working 2025-05-08 00:39:36 -06:00
Willie Zutz
d839769d7e fix(opensearch): Implement dynamic OpenSearch XML generation and update layout reference 2025-05-08 00:39:17 -06:00
Willie Zutz
c48eb3b6e8 fix(opensearch): Implement dynamic OpenSearch XML generation and update search URL 2025-05-08 00:38:39 -06:00
Willie Zutz
3bd89c567a Merge branch 'master' into working 2025-05-08 00:21:59 -06:00
Willie Zutz
ddfe8c607d feat(search): Implement OpenSearch support
feat(search): Add searchUrl to message
feat(parsers): Enhance parsers to deal with some thinking models better.
2025-05-08 00:21:31 -06:00
Willie Zutz
3b547251c2 feat(parsers): Enhance parsers to deal with some thinking models better. 2025-05-08 00:20:31 -06:00
Willie Zutz
bdace57cfd feat(search): Add searchUrl to message 2025-05-07 23:35:07 -06:00
Willie Zutz
641968cf6a feat(search): Implement OpenSearch support 2025-05-07 22:12:06 -06:00
Willie Zutz
e55f5ac941 Merge branch 'master' into working 2025-05-07 01:17:01 -06:00
Willie Zutz
f65b168388 feat(UI): Add the search query to the response.
Also, tweaked the search retriever prompt so it gives better search queries.
2025-05-07 01:16:51 -06:00
Willie Zutz
0fa4fc7f7a feat(UI): Show the search query that was used for sources.
Tweaked the search retriever prompt to give better responses.
2025-05-07 01:15:33 -06:00
Willie Zutz
756d926246 Merge branch 'master' into working 2025-05-06 23:45:57 -06:00
Willie Zutz
8796009141 fix(api): History rewriting should delete the current message.
fix(UI): Model changes shouldn't submit the form.
2025-05-06 23:45:46 -06:00
Willie Zutz
be9fd989c4 fix(api): History rewrites should delete the current message
fix(UI): Changing model shouldn't submit the form.
2025-05-06 23:44:08 -06:00
Willie Zutz
24dddd0302 Merge branch 'master' into working 2025-05-05 00:05:32 -06:00
Willie Zutz
6220822c7c feat(app): Allow selecting the AI model at any time without opening the settings page.
Allow changing focus mode at any time while chatting.
Styling tweaks.
2025-05-05 00:05:19 -06:00
Willie Zutz
20a4399fa2 feat(app): Allow selecting the AI model at any time without opening the settings page.
Allow changing focus mode at any time while chatting.
Styling tweaks.
2025-05-05 00:04:00 -06:00