Commit graph

664 commits

Author SHA1 Message Date
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
Willie Zutz
abf9dbb8ba Merge remote-tracking branch 'upstream/master' 2025-04-29 10:23:52 -06:00
ItzCrazyKns
68e151b2bd Update README.md 2025-04-29 17:13:30 +05:30
ItzCrazyKns
06ff272541 feat(openai): add GPT 4.1 models 2025-04-29 13:10:14 +05:30
ItzCrazyKns
4154d5e4b1 Merge branch 'pr/629' 2025-04-23 20:35:52 +05:30
Willie Zutz
b3aafba30c Updates yarn.lock 2025-04-20 13:52:40 -06:00
Willie Zutz
9f7fd178e0 Cleans up unnecessary file. 2025-04-20 13:15:40 -06:00
Willie Zutz
59a10d7d00 Ran prettier formatting 2025-04-20 13:12:23 -06:00
Willie Zutz
67ee9eff53 Apply context window everywhere. Ensure styling is good on all screen sizes. Cleanup inconsistencies with upstream branch. 2025-04-20 13:10:59 -06:00
Willie Zutz
0bb860b154 Fixes history rewrite bug 2025-04-20 11:57:48 -06:00
Willie Zutz
c0705d1d9e Support for Ollama context window configuration 2025-04-20 01:37:10 -06:00
Willie Zutz
73b5e8832e Removed compact mode 2025-04-19 13:36:50 -06:00
Willie Zutz
b2da9faeed More merge 2025-04-19 12:52:15 -06:00
Willie Zutz
1a2ad8a59d Merge remote-tracking branch 'upstream/master' 2025-04-19 12:51:57 -06:00
ItzCrazyKns
1862491496 feat(settings): add LM Studio API URL 2025-04-12 11:59:05 +05:30
ItzCrazyKns
073b5e897c feat(app): lint & beautify 2025-04-12 11:58:52 +05:30
OTYAK
7e1d6ebd19 bug(file upload): fixed an erro in uploading dox files. 2025-04-11 18:46:03 +01:00
Rami
9a332e79e4
Merge branch 'ItzCrazyKns:master' into feature/lm-studio-provider 2025-04-11 20:07:58 +04:00
ItzCrazyKns
72450b9217
Merge pull request #731 from ClawCloud-Ron/master
docs: add ClawCloud Run button
2025-04-11 21:20:44 +05:30
haddadrm
7e1dc33a08 Implement provider formatting improvements and fix client-side compatibility
- Add PROVIDER_INFO metadata to each provider file with proper display names
- Create centralized PROVIDER_METADATA in index.ts for consistent reference
- Update settings UI to use provider metadata for display names
- Fix client/server compatibility for Node.js modules in config.ts
2025-04-11 19:18:19 +04:00
haddadrm
aa240009ab Feature: Add LM Studio provider integration - Added LM Studio provider to support OpenAI compatible API - Implemented chat and embeddings model loading - Updated config to include LM Studio API endpoint 2025-04-11 19:18:19 +04:00
sjiampojamarn
41b258e4d8 Set speech message before return 2025-04-08 23:17:52 -07:00
ItzCrazyKns
da1123d84b feat(groq): update model name 2025-04-07 23:30:51 +05:30
ItzCrazyKns
627775c430 feat(groq): remove maverick (not being run yet) 2025-04-07 23:29:51 +05:30
ItzCrazyKns
245573efca feat(groq): update model list 2025-04-07 23:23:18 +05:30
ClawCloud-Ron
28b9cca413 docs: add ClawCloud Run button 2025-04-07 16:49:59 +08:00
ItzCrazyKns
a85f762c58 feat(package): bump version 2025-04-07 10:27:04 +05:30