Commit Graph

1436 Commits

Author SHA1 Message Date
Timothy Carambat
2055c8accd
Flag to disable login UI and endpoints for credentialed auth (#3984)
* Flag to disable login UI and endpoints for credentialed auth

* dev build

* fix translation key
2025-06-11 12:46:40 -07:00
timothycarambat
feadf1f0ff unset changes to release build 2025-06-10 17:32:57 -07:00
timothycarambat
33600141f1 temp rebuild release 2025-06-10 17:23:14 -07:00
leopardracer
e779dcfeff
Fix Typo in Documentation and Metadata Field Name (#3979)
* Update index.js

* Update index.js
2025-06-10 09:27:44 -07:00
Timothy Carambat
c0d66e6c19
Enable UI/UX for model swapping in chat window (#3969)
* Enable UI/UX for model swapping in chat window

* forgot component

* patch useGetProviders hook to set loading on change of provider

* dev build

* normalize translations

* patch how model default is provided

---------

Co-authored-by: shatfield4 <seanhatfield5@gmail.com>
2025-06-09 09:59:17 -07:00
Timothy Carambat
4eb951d40e
Fix model map staleness behavior or fallback (#3971)
* Fix model map staleness behavior or fallback

* patch url

* fix log

* dev build
2025-06-06 17:39:48 -07:00
Sean Hatfield
020acde3b9
Fix text wrapping in directory tooltip (#3967)
* fix text wrapping in directory tooltip

* fix tooltips

---------

Co-authored-by: timothycarambat <rambat1010@gmail.com>
2025-06-06 10:01:16 -07:00
Stoufiler
aa5e110c67
Fix some french translations (#3959) 2025-06-06 09:00:07 -07:00
Sean Hatfield
ef0928993e
Implement importing of agent flows from community hub (#3867)
* implement importing of agent flows from community hub

* auto enable flow on import

* remove unused blocks for docker
prevent importing or saving of agent flows that have unsupported blocks for version or platform

* dev build

---------

Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
2025-06-05 15:08:58 -07:00
Sean Hatfield
77f6262290
Direct output for agent flows (#3873)
* wip: create direct output switch on last block and send response to ui

* lint

* Return flow on direct output enabled
prevent new blocks below direct output block
Update executor/aibitat to handle skipping of handler outputs

* dev build

---------

Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
2025-06-05 14:46:44 -07:00
Sean Hatfield
8dd328cbea
ManageWorkspace styles update (#3948)
* update colors for workspace directory recent added files & remove shadows

* patch styles and loading states

---------

Co-authored-by: timothycarambat <rambat1010@gmail.com>
2025-06-05 08:17:11 -07:00
Timothy Carambat
271a682824
remove LLM Instruction inputVariable requirement (#3954) 2025-06-05 07:43:25 -07:00
Sean Hatfield
2938aafae7
JSON Parser from agent flow blocks (#3863)
* implement json parser for agent flow to allow dot notation and array access

* lint

* patch parser for pathing on objects
add tests for cases

* Move webscraping deps to closure
update tests to not modify env since no longer needed
do not modify paths with spaces - could be text key with spaces

---------

Co-authored-by: timothycarambat <rambat1010@gmail.com>
2025-06-05 07:18:00 -07:00
Sean Hatfield
c69cb32ea6
New embedded chat widget UI/UX (#3899)
* wip create skeleton for new embed chat ui/ux

* update ui for embed chats

* lint

* update sidebar/paths

* remove old embed pages

* patch broken link

* add created timestamp to differentiate embeds
update translation key to lowercase
add created at translation key

* update text colors

---------

Co-authored-by: timothycarambat <rambat1010@gmail.com>
2025-06-03 16:21:20 -07:00
Sean Hatfield
0c9817ad59
Patch apiChatHandler to include agent chats (#3905)
patch apiChatHandler to include agent chats
2025-06-03 14:39:55 -07:00
JairoMarques
337d46d178
Add missing localizations (#3925)
* Add missing localizations

* remove unnecessary translations

* remove unused entry

* normalize translations

---------

Co-authored-by: timothycarambat <rambat1010@gmail.com>
2025-06-03 14:33:28 -07:00
Sean Hatfield
20321d6cfb
Add support for PUT and PATCH in agent flow builder API call block (#3937)
add support for PUT and PATCH in agent flow builder api call block

Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
2025-06-03 14:20:02 -07:00
Paolo Calvi
9470fcce09
Fix/mcp environment inheritance (#3909)
* Fix: MCP server environment inheritance across platforms

- Fix GUI applications not inheriting proper PATH/NODE_PATH
- Correct Docker NODE_PATH to point to modules directory
- Ensure base environment is always provided
- Preserve user environment variable overrides
- Resolves -32000 Connection closed errors on macOS/Linux GUI

* Fix: MCP server environment inheritance across platforms after linting

---------

Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
2025-06-03 11:41:42 -07:00
JairoMarques
35f84c257c
Update more Brazilian Portuguese locale (pt_BR) (#3923)
* Compatibilizations with 'en' file to maintain line relations to easy translations

* Add missing pt_BR translations

* Maintain compatibilization

* linting

* normalize

---------

Co-authored-by: timothycarambat <rambat1010@gmail.com>
2025-06-03 11:30:25 -07:00
Timothy Carambat
a0134de979
fix issue with files loading with watching enabled (#3930) 2025-06-01 14:53:48 -05:00
timothycarambat
702e75635c Update Sponsors README 2025-05-28 12:10:22 +00:00
Sean Hatfield
c031969b84
Remove border around image upload component (#3900)
remove border around image upload component
2025-05-27 21:51:48 -07:00
Sean Hatfield
b3a95f7f1c
Update styles of attachments uploaded in PromptInput (#3892)
* update ui for attachment item component

* fix attachment styles and spacing of prompt input

* lint

* fix loading state for dark/light modes

* truncate error message

* image attachment fix

---------

Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
2025-05-27 17:24:48 -07:00
Timothy Carambat
2f48cd1e0b
Add Latvian language (#3897) 2025-05-27 16:19:15 -07:00
Timothy Carambat
a57536b715
Handle invalid response bodies for ContextWindowFinder (#3896)
Handle invalid response bodies for contextwindowfinder
2025-05-27 15:40:06 -07:00
timothycarambat
a7c2a56e4b add normalize function on translations
norm translations due to keyboard shortcut entries
2025-05-27 14:28:12 -07:00
Aashish Anand
2cabb2fad8
Keyboard shortcut support (#3890)
* Add keyboard shortcuts help feature

* Minor lint fixes

* Enhance keyboard shortcuts feature by updating help shortcut and adding keyboard shortcuts button in Quick Links. Include new translation for keyboard shortcuts in locale.

* Added documentation of keyboard shortcuts

* refactor keyboard shortcuts to not render on every page (like login)
limit shortcuts to admins
update locales
remove keyboard shortcut button - move to resources
remove readme entry

* move translation key

---------

Co-authored-by: timothycarambat <rambat1010@gmail.com>
2025-05-27 14:25:39 -07:00
JairoMarques
07e5b70f13
Feat/missing localizations (#3881)
* Update Brazilian Portuguese locale (pt_BR)

* Add missing localizations in chat window

* normalize translations

* lint

---------

Co-authored-by: shatfield4 <seanhatfield5@gmail.com>
Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
2025-05-27 14:09:06 -07:00
timothycarambat
3d5e8602a8 lint 2025-05-27 13:54:13 -07:00
rexjohannes
dc80d3e535
fixed drupal connector (#3893)
https://github.com/Mintplex-Labs/anything-llm/issues/3875#issuecomment-2913211343
2025-05-27 13:15:43 -07:00
Timothy Carambat
245a5969b8
normalize path on drupal to use documentsFolder constant
normalize path on drupal to use documentsFolder constant
2025-05-27 09:25:48 -07:00
Sean Hatfield
202462fb6f
Update citations UI (#3837)
* new ui for citations

* move onclick to parent

* lint

* change div to button

* update citations UI and parsing to inherit user text size and design specs

* new render animation for citations
fix bug with citation on score on modal

---------

Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
2025-05-27 08:29:52 -07:00
yuanbin
dc8b204cd1
Fix File attachments are not cleared on second send click when use @a… (#3843)
Fix File attachments are not cleared on second send click when use @agent

Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
2025-05-27 07:38:11 -07:00
Colin Perry
3c44d6a656
Removed redundant scrollbar in search containers (#3865)
* removed extra overflow scrollbar

* improved scrollbar presentation

* ran yarn lint

---------

Co-authored-by: timothycarambat <rambat1010@gmail.com>
2025-05-26 16:37:51 -07:00
JairoMarques
58f0164978
Update Brazilian Portuguese locale (pt_BR) (#3879)
* Update Brazilian Portuguese locale (pt_BR)

* linting

---------

Co-authored-by: timothycarambat <rambat1010@gmail.com>
2025-05-26 16:25:53 -07:00
Timothy Carambat
753e1e9574
Filter malformed post-processed docs from file picker (#3853)
Filter malformed post-processed files from UI
2025-05-19 13:07:24 -07:00
timothycarambat
de9d3646ef zh lint 2025-05-19 13:05:39 -07:00
timothycarambat
dee2ad10cd Merge branch 'master' of github.com:Mintplex-Labs/anything-llm 2025-05-19 12:46:54 -07:00
timothycarambat
7e5e0952c3 remove comment in file util 2025-05-19 12:46:45 -07:00
Shixian Sheng
ff9395e79e
Updated Chinese locale (#3852)
* Update README.zh-CN.md

* Update common.js

* Update common.js
2025-05-19 11:57:31 -07:00
timothycarambat
97b8b3ad6f refactor citation parser 2025-05-16 12:19:02 -07:00
timothycarambat
cabcc16e49 fix folders accumulating many files 2025-05-16 11:51:03 -07:00
Timothy Carambat
f259fef6ee
Disable message send while content is embedding (#3832)
* Disable message send while content is embedding

* opacity

* normalize langs

* remove console log

---------

Co-authored-by: shatfield4 <seanhatfield5@gmail.com>
2025-05-16 11:35:33 -07:00
Timothy Carambat
0e1de19408
Respect Max Chunk Len set - Generic OpenAI Embedder connection (#3838)
Respect Max Chunk Len set
resolves #3834
2025-05-16 11:18:24 -07:00
timothycarambat
6c36443657 patch Cached tag in UI not showing from #3833 2025-05-15 21:49:01 -07:00
Timothy Carambat
3bbceb82aa
3416 file picker load times (#3833)
* wip

* implment conditional streaming

* no bench
2025-05-15 13:54:14 -07:00
Sean Hatfield
9371bcc71e
Optional summarization for web-scraping flow block (#3496)
* remove summarization from web-scraping flow block

* add option to enable/disable summarization in web-scraping block

* change layout
summarize default to true (was the normal prior)

---------

Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
2025-05-15 11:50:09 -07:00
timothycarambat
2450e49ac3 hoisting cleanup for format var 2025-05-14 16:25:17 -07:00
timothycarambat
da11f3b997 patch api key bad ref.current on add post removal 2025-05-14 16:05:10 -07:00
timothycarambat
dbd8afe1d2 Merge branch 'master' of github.com:Mintplex-Labs/anything-llm 2025-05-14 15:26:20 -07:00