Commit graph

690 commits

Author SHA1 Message Date
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
ItzCrazyKns
701819d018 Revert "Update README.md"
This reverts commit 68e151b2bd.
2025-05-13 20:14:08 +05:30
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
Willie Zutz
f01d3dba68 Merge branch 'master' into working 2025-05-03 16:03:19 -06:00
Willie Zutz
8241c87784 feat(app):
Adds auto scrolling.
Adds syntax highlighting to code blocks.
2025-05-03 16:03:04 -06:00
Willie Zutz
5e5f405860 feat(app): Add syntax highlighting 2025-05-03 16:00:08 -06:00
Willie Zutz
6e334e78ef feat(app): Pretty good/consistant auto scrolling 2025-05-03 14:59:47 -06:00
Willie Zutz
b8805260f5 Merge branch 'master' into working 2025-05-03 10:16:32 -06:00
Willie Zutz
c8def1989a fix(Library): Returns metadata back to original format so sources continue to work. 2025-05-01 12:17:08 -06:00
Willie Zutz
317e359d0e fix(Library): Returned metadata to the old style so sources still work. 2025-05-01 12:15:16 -06:00
Willie Zutz
2ca8c38311 Merge branch 'master' into working 2025-05-01 11:32:43 -06:00
Willie Zutz
a71e4ae10d feat(app):
- Adds true chat mode. Moves writing mode to local research mode.
- Adds model stats that shows model name and response time for messages.
- Adds settings toggle to allow turning off automatic suggestions
2025-05-01 11:32:13 -06:00
Willie Zutz
90e72c5e58 feat(app): Add truely creative chat mode and move current chat mode to "Local Research" 2025-05-01 10:52:23 -06:00
Willie Zutz
e79ea35449 feat(app): Add response time to model stats. 2025-04-30 23:23:01 -06:00
Willie Zutz
86a3c59acd (feat): Model stats so you know what model you used when you were chatting. Setting for auto retrieving suggestions. 2025-04-30 22:58:19 -06:00