twwu
|
4a797ab2d8
|
Merge branch 'feat/rag-plugin-recommendation-optimization' into deploy/dev
|
2025-10-27 18:50:39 +08:00 |
twwu
|
63b74c17df
|
feat: enhance plugin authentication by adding providerType to PluginPayload and integrating invalid tools handling
|
2025-10-27 18:46:29 +08:00 |
twwu
|
1058961fd8
|
Merge branch 'feat/rag-plugin-recommendation-optimization' into deploy/dev
|
2025-10-27 16:53:09 +08:00 |
twwu
|
b340234711
|
feat: add initialization state to plugin task list for improved loading handling
|
2025-10-27 16:50:44 +08:00 |
Joel
|
873de82d01
|
Merge branch 'feat/support-free-try-app' into deploy/dev
|
2025-10-24 17:50:24 +08:00 |
Joel
|
c264d9152f
|
chore: add advanced models
|
2025-10-24 17:42:38 +08:00 |
Joel
|
e085f39c13
|
chore: description and category
|
2025-10-23 17:29:32 +08:00 |
twwu
|
cf6742e9f2
|
Merge branch 'feat/rag-plugin-recommendation-optimization' into deploy/dev
|
2025-10-23 17:28:31 +08:00 |
Novice
|
b48a7c7cda
|
Merge branch 'feat/mcp-06-18' into deploy/dev
|
2025-10-23 17:20:21 +08:00 |
twwu
|
dc21ab5f59
|
refactor: replace useStore hooks with useAll*Tools hooks for better data fetching in workflow components
|
2025-10-23 17:05:52 +08:00 |
Joel
|
6e9f82491d
|
chore: reuse the app detail and right meta
|
2025-10-23 15:51:59 +08:00 |
Joel
|
0360a0416b
|
feat: integration preview page
|
2025-10-23 15:23:50 +08:00 |
Joel
|
ab56b4a818
|
merge main
|
2025-10-23 11:12:13 +08:00 |
twwu
|
2b64ff1af2
|
Merge branch 'main' into feat/rag-plugin-recommendation-optimization
|
2025-10-23 10:23:20 +08:00 |
twwu
|
572abae37a
|
feat: Introduce RAG tool recommendations and refactor related components for improved plugin management
|
2025-10-22 15:01:29 +08:00 |
-LAN-
|
40d3332690
|
fix: preserve share code headers after login redirect (#27225)
Co-authored-by: yunlu.wen <yunlu.wen@dify.ai>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-10-22 14:59:08 +08:00 |
Joel
|
e1ca7a9bdb
|
chore: hide useless error info in login page (#27245)
|
2025-10-22 11:20:31 +08:00 |
feelshana
|
2bcf96565a
|
Feature:during account initialization, set the interface language to be consistent with the display language(#27029) (#27042)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
|
2025-10-21 15:53:12 +08:00 |
Nite Knite
|
9a9d6a4a2b
|
chore: update support channels (#27188)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-10-21 15:48:02 +08:00 |
Joel
|
fb6f05c267
|
fix: infinite jump to login url (#27178)
|
2025-10-21 13:25:20 +08:00 |
Joel
|
d6e7543ba6
|
fix: passport outdate caused webapp reload (#27175)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-10-21 11:47:28 +08:00 |
Joel
|
c11cdf7468
|
fix: infinite reload (#27150)
|
2025-10-20 21:18:26 +09:00 |
GuanMu
|
6217c96576
|
Fix type error (#27152)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2025-10-20 19:35:46 +08:00 |
Joel
|
d7d9abb007
|
chore: use new api to check login status (#27143)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-10-20 16:54:31 +08:00 |
Joel
|
d9ef302259
|
chore: change login check api
|
2025-10-20 16:27:21 +08:00 |
Novice
|
40e3d4dc7d
|
Merge branch 'feat/mcp-06-18' into deploy/dev
|
2025-10-20 10:58:27 +08:00 |
-LAN-
|
9a5f214623
|
refactor: replace localStorage with HTTP-only cookies for auth tokens (#24365)
Signed-off-by: NeatGuyCoding <15627489+NeatGuyCoding@users.noreply.github.com>
Signed-off-by: lyzno1 <yuanyouhuilyz@gmail.com>
Signed-off-by: kenwoodjw <blackxin55+@gmail.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Yunlu Wen <wylswz@163.com>
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: GareArc <chen4851@purdue.edu>
Co-authored-by: NFish <douxc512@gmail.com>
Co-authored-by: Davide Delbianco <davide.delbianco@outlook.com>
Co-authored-by: minglu7 <1347866672@qq.com>
Co-authored-by: Ponder <ruan.lj@foxmail.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: heyszt <270985384@qq.com>
Co-authored-by: Asuka Minato <i@asukaminato.eu.org>
Co-authored-by: Guangdong Liu <liugddx@gmail.com>
Co-authored-by: Eric Guo <eric.guocz@gmail.com>
Co-authored-by: NeatGuyCoding <15627489+NeatGuyCoding@users.noreply.github.com>
Co-authored-by: XlKsyt <caixuesen@outlook.com>
Co-authored-by: Dhruv Gorasiya <80987415+DhruvGorasiya@users.noreply.github.com>
Co-authored-by: crazywoola <427733928@qq.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: lyzno1 <92089059+lyzno1@users.noreply.github.com>
Co-authored-by: hj24 <mambahj24@gmail.com>
Co-authored-by: GuanMu <ballmanjq@gmail.com>
Co-authored-by: 非法操作 <hjlarry@163.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Tonlo <123lzs123@gmail.com>
Co-authored-by: Yusuke Yamada <yamachu.dev@gmail.com>
Co-authored-by: Novice <novice12185727@gmail.com>
Co-authored-by: kenwoodjw <blackxin55+@gmail.com>
Co-authored-by: Ademílson Tonato <ademilsonft@outlook.com>
Co-authored-by: znn <jubinkumarsoni@gmail.com>
Co-authored-by: yangzheli <43645580+yangzheli@users.noreply.github.com>
|
2025-10-19 21:29:04 +08:00 |
GuanMu
|
650e38e17f
|
refactor: improve TypeScript types for NodeCardProps and debug configuration context (#27001)
|
2025-10-16 22:16:01 +08:00 |
Joel
|
61ebc756aa
|
feat: workflow preview
|
2025-10-16 17:38:13 +08:00 |
Joel
|
440bd825d8
|
feat: can show tools in preview
|
2025-10-15 17:35:59 +08:00 |
Joel
|
e1f8b4b387
|
feat: support show dataset in knowledge
|
2025-10-14 18:31:42 +08:00 |
Joel
|
0f52b34b61
|
feat: try apps basic app preveiw
|
2025-10-14 15:38:22 +08:00 |
CodingOnStar
|
75e35857c1
|
feat: add carousel & new banner of explore page
|
2025-10-14 14:17:49 +08:00 |
Joel
|
a3f7d8f996
|
chore: merge main
|
2025-10-13 16:38:29 +08:00 |
Joel
|
50072a63ae
|
feat: support try agent app
|
2025-10-11 10:42:55 +08:00 |
Joel
|
b0aef35c63
|
feat: try chat flow app
|
2025-10-10 18:24:56 +08:00 |
Joel
|
c73e84d992
|
feat: can show text completion run result pages
|
2025-10-10 16:34:10 +08:00 |
CodingOnStar
|
2c408445ff
|
Merge remote-tracking branch 'origin/main' into deploy/dev
|
2025-10-10 10:00:50 +08:00 |
GuanMu
|
33b0814323
|
refactor(types): remove `any` usages and strengthen typings across web and base (#26677)
|
2025-10-09 21:36:42 +08:00 |
CodingOnStar
|
4df606f439
|
fix: merge main
|
2025-10-09 18:26:10 +08:00 |
Asuka Minato
|
a8746bff30
|
fix oxlint warnings (#26634)
|
2025-10-09 09:23:34 +08:00 |
hjlarry
|
93b2eb3ff6
|
Merge remote-tracking branch 'myori/main' into p284
|
2025-10-04 15:28:29 +08:00 |
Copilot
|
beb1448441
|
[Chore/Refactor] Add missing 'type' attribute on 'button' components (#26249)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: asukaminato0721 <30024051+asukaminato0721@users.noreply.github.com>
|
2025-09-28 13:43:43 +08:00 |
hjlarry
|
b937fc8978
|
app online user list
|
2025-09-24 17:03:33 +08:00 |
Joel
|
5f0bd5119a
|
chore: temp
|
2025-09-24 13:39:52 +08:00 |
Wu Tianwei
|
d9e45a1abe
|
feat(pipeline): add language support to built-in pipeline templates and update related components (#26124)
|
2025-09-23 18:18:22 +08:00 |
Joel
|
8353352bda
|
chore: try app can use web app run
|
2025-09-22 15:17:11 +08:00 |
Joel
|
73845cbec5
|
feat: text generation
|
2025-09-19 16:32:11 +08:00 |
Joel
|
c2f94e9e8a
|
feat: api call the try app and support disable feedback
|
2025-09-19 11:32:30 +08:00 |
Wu Tianwei
|
cd90b2ca9e
|
refactor: replace useInvalid with useInvalidCustomizedTemplateList (#25924)
|
2025-09-18 18:17:20 +08:00 |