twwu
|
ba8bcf3a22
|
fix: Clean up whitespace in PortalToFollowElem component tests and improve controlled state handling
|
2025-09-17 16:48:17 +08:00 |
twwu
|
253b8dbc0a
|
feat: add i18n type generation scripts and improve code formatting
|
2025-09-17 16:05:10 +08:00 |
twwu
|
f89d6376dd
|
fix: improve error handling in mail and password authentication
|
2025-09-17 15:27:10 +08:00 |
zxhlyh
|
58a5e5263c
|
Merge branch 'feat/rag-2' into fix/checklist-before-publish
|
2025-09-17 13:49:32 +08:00 |
zxhlyh
|
262189c54f
|
fix: checklist before publish
|
2025-09-17 13:47:11 +08:00 |
twwu
|
409ad3e2b3
|
Merge branch 'feat/rag-2' into fix/kb-node-rerank-model
|
2025-09-17 10:16:07 +08:00 |
Nite Knite
|
7ef2d92143
|
feat: improve number input (#25794)
|
2025-09-16 21:51:16 +08:00 |
nite-knite
|
4f3abc3ae5
|
chore: extract regex logic
|
2025-09-16 21:39:54 +08:00 |
nite-knite
|
496f87e028
|
chore: clean up
|
2025-09-16 21:29:55 +08:00 |
nite-knite
|
5469f6c846
|
feat: remove leading zeros in number input
|
2025-09-16 21:25:34 +08:00 |
twwu
|
926ae7320a
|
feat: Add useDatasetApiAccessUrl hook and update API links in various components for localization support
|
2025-09-16 21:08:05 +08:00 |
twwu
|
e3f3d4f980
|
fix: Rename hybridSearchMode to reranking_mode in KnowledgeBase components for consistency
|
2025-09-16 19:53:19 +08:00 |
twwu
|
73007362b3
|
fix: Remove customContainer prop from PortalToFollowElem and adjust padding in dropdown component
|
2025-09-16 18:21:08 +08:00 |
twwu
|
3797d53c78
|
fix: Update type handling in ToolNodeType to ensure proper formatting for unknown types
|
2025-09-16 16:42:15 +08:00 |
twwu
|
6c7c465b17
|
fix: Update reopening logic for chunk details in Drawer component
|
2025-09-16 16:17:23 +08:00 |
twwu
|
5691ceb0ba
|
fix: Correct isMobile prop logic in LinkedAppsPanel and clean up component styles
|
2025-09-16 16:11:56 +08:00 |
twwu
|
11576932c9
|
feat: Add original_document_id to pipeline settings and update API key mutation paths
|
2025-09-16 15:57:38 +08:00 |
QuantumGhost
|
ffb4f214ea
|
Merge remote-tracking branch 'upstream/feat/rag-2' into feat/rag-2
|
2025-09-16 15:06:38 +08:00 |
QuantumGhost
|
dd34002db2
|
Merge remote-tracking branch 'upstream/main' into feat/rag-2
|
2025-09-16 14:59:35 +08:00 |
WTW0313
|
4ea8fddf1a
|
feat: Add APP_VERSION to headers for marketplace API requests
|
2025-09-16 13:46:48 +08:00 |
WTW0313
|
a061215e42
|
refactor: Simplify tag label retrieval in hooks and update related components
|
2025-09-16 13:45:56 +08:00 |
twwu
|
d790d2bc89
|
refactor: Enhance dependency tracking in List components for improved loading state management
|
2025-09-16 13:37:49 +08:00 |
twwu
|
aeaad2e843
|
Merge branch 'fix/styling-issue' of https://github.com/langgenius/dify into fix/styling-issue
|
2025-09-16 11:52:26 +08:00 |
twwu
|
713bd7c326
|
refactor: Simplify drawer component logic by extracting shouldCloseDrawer function for better readability and maintainability
|
2025-09-16 11:52:07 +08:00 |
Wu Tianwei
|
95abf8b44b
|
Update web/app/components/datasets/documents/detail/completed/common/drawer.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-09-16 11:46:43 +08:00 |
twwu
|
6440be9f35
|
feat: Update documentation links in OnlineDocuments, OnlineDrive, and WebsiteCrawl components for improved localization support
|
2025-09-16 11:38:29 +08:00 |
twwu
|
31edc39686
|
Merge branch 'feat/rag-2' into fix/styling-issue
|
2025-09-16 11:22:39 +08:00 |
twwu
|
7c911f06b9
|
feat: Update help links in useAvailableNodesMetaData hook for improved localization support
|
2025-09-16 11:21:48 +08:00 |
twwu
|
4d61189210
|
Merge branch 'refactor/dataset-service-api' of https://github.com/langgenius/dify into refactor/dataset-service-api
|
2025-09-16 10:59:46 +08:00 |
twwu
|
d9839e5ec6
|
fix(api): correct variable name from 'apiaBaseUrl' to 'apiBaseUrl' in Service API components
|
2025-09-16 10:59:14 +08:00 |
Wu Tianwei
|
21977d464d
|
Merge branch 'feat/rag-2' into refactor/dataset-service-api
|
2025-09-16 10:54:04 +08:00 |
twwu
|
8b139087e4
|
feat: Enhance drawer components with modal and overlay options for improved user experience
|
2025-09-16 10:45:00 +08:00 |
miwa
|
74340e3c04
|
Bugfix: When i change the loop variable, 'Loop Termination Condition' wi… (#25695)
Co-authored-by: fengminhua <fengminhua@52tt.com>
|
2025-09-16 09:46:44 +08:00 |
twwu
|
ab24af9c94
|
feat: Implement reranking model enable/disable functionality in knowledge base panel
|
2025-09-15 21:42:35 +08:00 |
chengjoey
|
169ce71e59
|
fix(web): custom-tool output_schema.properties missing type (#25731)
Co-authored-by: joeyczheng <joeyczheng@tencent.com>
|
2025-09-15 21:21:25 +08:00 |
zxhlyh
|
58fe02fb3f
|
fix: variable assigner in node metadata
|
2025-09-15 15:56:08 +08:00 |
Garfield Dai
|
88d5e27fe8
|
Release/e-1.8.1 (#25613)
Co-authored-by: zxhlyh <jasonapring2015@outlook.com>
Co-authored-by: GareArc <chen4851@purdue.edu>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: hjlarry <hjlarry@163.com>
|
2025-09-15 14:49:23 +08:00 |
twwu
|
01beb59aa7
|
feat: Add documentation link to step three of dataset creation process
|
2025-09-15 11:48:50 +08:00 |
twwu
|
93b1c61f5e
|
refactor: Update knowledge pipeline terminology and permissions in the RAG pipeline header
|
2025-09-15 11:41:39 +08:00 |
twwu
|
4620bef25c
|
feat(api): add Service API component with related UI elements
|
2025-09-15 10:27:19 +08:00 |
Joel
|
9bb7bcf52e
|
feat: user message support generate prompt (#25689)
|
2025-09-15 10:17:19 +08:00 |
yo
|
5c50c3aa70
|
fix: allow empty values in Variable Inspector (#25644)
|
2025-09-14 14:10:12 +08:00 |
lyzno1
|
9e7328abfb
|
feat: add circular scrolling to GotoAnything command menu (#25662)
|
2025-09-14 14:07:10 +08:00 |
lyzno1
|
36ab9974d2
|
fix: Multiple UX improvements for GotoAnything command palette (#25637)
|
2025-09-13 21:03:42 +08:00 |
17hz
|
635e7d3e70
|
fix: Cannot modify values when startNode has defaultValue (#25595)
|
2025-09-12 21:11:24 +08:00 |
chengjoey
|
c78ef79995
|
fix close button cannot be clicked when the browser page is zoomed out (#25584)
Co-authored-by: joeyczheng <joeyczheng@tencent.com>
|
2025-09-12 21:11:00 +08:00 |
Tianyi Jing
|
c3f9a7ed9b
|
feat: add type integer to VarType (#25500)
Signed-off-by: jingfelix <jingfelix@outlook.com>
|
2025-09-12 21:09:41 +08:00 |
JQSevenMiao
|
c0e1015c6e
|
fix: filter temporary edges from workflow draft sync (#25442)
Co-authored-by: jiasiqi <jiasiqi3@tal.com>
|
2025-09-12 11:19:57 +08:00 |
Joel
|
394b0ac9c0
|
fix: login security issue frontend (#25571)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-09-12 10:25:06 +08:00 |
Kurumi1997
|
8ffb9b6aed
|
fix: Support passing the default app mode when creating an app (#25142)
Co-authored-by: 王博 <wangbo@localhost.com>
|
2025-09-12 10:06:07 +08:00 |