Sean Hatfield
49293e7dd7
Configurable message limit for embed chat widget ( #4114 )
...
* configurable message limit for embed widget
* remove console log
* make field optional + add fallback
* rework validation logic
* lint
* remove field specific guard, it cannot be lte 0 like all other fields
---------
Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
2025-07-10 12:45:53 -07:00
timothycarambat
58f8607094
update i18n key
2025-07-08 14:54:40 -07:00
timothycarambat
885b55fb88
force borders for desktop integration
2025-07-08 14:46:38 -07:00
Timothy Carambat
2c778e2a75
update typo in language key files ( #4101 )
...
update type in language key files
2025-07-07 13:38:26 -07:00
ux-builder
dad5c8d8ae
feat: Add Korean (ko) locale translations ( #4096 )
...
* feat: Add Korean (ko) locale translations
- Add comprehensive Korean translations for UI elements
- Include main page features, workspace settings, and chat components
- Support Korean localization for common user interactions
* updates, lint
---------
Co-authored-by: timothycarambat <rambat1010@gmail.com>
2025-07-07 13:33:48 -07:00
Timothy Carambat
e13d06c430
Polish translations ( #4100 )
...
* Add translations into Polish
* fix translation miss
---------
Co-authored-by: Jakub Jadczak <jakubjadczak02@gmail.com>
2025-07-07 13:32:22 -07:00
Sean Hatfield
e230973abb
Add hint for chats in query mode ( #4076 )
...
* add hint for chats in query mode
* add and normalize translations
* improve semantic HTML for linking
* use existing util
* linting
---------
Co-authored-by: timothycarambat <rambat1010@gmail.com>
2025-07-02 08:30:27 -07:00
Martin
76b80d149a
Update common.js spellcheck for zh_TW ( #4074 )
...
Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
2025-07-01 10:31:18 -07:00
Sean Hatfield
6a32e688b8
Move show scrollbar option to chat settings ( #4078 )
...
move show scrollbar option to chat settings
2025-07-01 10:30:12 -07:00
Tarkva
45e2f85f1c
Added Estonian translation ( #4067 )
...
* Added Estonian translation
* linting
---------
Co-authored-by: timothycarambat <rambat1010@gmail.com>
2025-06-30 13:11:32 -07:00
Sean Hatfield
91e498229c
Publish slash commands to hub ( #4019 )
...
* implement ui for publish system prompt to hub
* rework ui + add backend to upload to hub
* add success modal view + publish menu item + translations
* normalize translations
* refactor PublishEntityModal + add hook
for hub auth
* normalize translations
* fix ui for success screen
* refactor, auth checks, UI/UX, and naming conventions to be more clear
* move components to CommunityHub folder + small ui tweak
* wip publish agent flows to community hub
* rework translations/implement uploading agent flows
* normalize/restructure translations
* rename component/add jsdoc for consistency
* fix en translation
* remove comments/duplicate function from merge conf
* update styles of publish button in flow builder
* resolve ssr icon issue
* implement uploading slash commands to hub
* normalize translations
* show command, non editable
---------
Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
2025-06-24 16:19:50 -07:00
Sean Hatfield
2d210aa90a
Publish agent flows to hub ( #4001 )
...
* implement ui for publish system prompt to hub
* rework ui + add backend to upload to hub
* add success modal view + publish menu item + translations
* normalize translations
* refactor PublishEntityModal + add hook
for hub auth
* normalize translations
* fix ui for success screen
* refactor, auth checks, UI/UX, and naming conventions to be more clear
* move components to CommunityHub folder + small ui tweak
* wip publish agent flows to community hub
* rework translations/implement uploading agent flows
* normalize/restructure translations
* rename component/add jsdoc for consistency
* fix en translation
* remove comments/duplicate function from merge conf
* update styles of publish button in flow builder
* resolve ssr icon issue
* UI linting
* language diff
---------
Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
2025-06-24 15:58:49 -07:00
Lev Lekush
b7773f2f9b
Added missing German translations ( #4029 )
...
added missing German translations
Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
2025-06-24 13:58:50 -07:00
Timothy Carambat
64d9fbc8f0
Show app version in system settings sidebar ( #4044 )
...
* Add version tagging
resolves #4038
closes #4034
closes #4028
* add hook
* add build
* patch
2025-06-24 13:56:12 -07:00
timothycarambat
c4f49ff6b4
resolve /ssr icon issue
...
resolves #4011
2025-06-16 14:29:33 -07:00
Sean Hatfield
96b532a0f4
Publish system prompts to hub ( #3976 )
...
* implement ui for publish system prompt to hub
* rework ui + add backend to upload to hub
* add success modal view + publish menu item + translations
* normalize translations
* refactor PublishEntityModal + add hook
for hub auth
* normalize translations
* fix ui for success screen
* refactor, auth checks, UI/UX, and naming conventions to be more clear
* move components to CommunityHub folder + small ui tweak
---------
Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
2025-06-16 09:59:38 -07:00
timothycarambat
7d34ef426c
remove unused hook effect
2025-06-13 14:35:50 -07:00
timothycarambat
825c5b044e
Merge branch 'master' of github.com:Mintplex-Labs/anything-llm
2025-06-13 08:55:15 -07:00
timothycarambat
1478dca7de
fix embed links
...
resolves #3995
2025-06-13 08:55:06 -07:00
kilavvy
1752bc261e
Fix Typos in Comments and Documentation ( #3987 )
...
* Update markdown-katex.js
* Update PRISMA.md
2025-06-12 13:59:38 -07:00
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
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
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
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
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
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
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
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
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
timothycarambat
de9d3646ef
zh lint
2025-05-19 13:05:39 -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
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
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
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
timothycarambat
605910b76d
forgot files for DPAIS
2025-05-14 15:26:14 -07:00