d925ed2f28
feat: snippet new ( #36617 )
2026-05-25 16:36:35 +08:00
d859728dd7
Merge branch 'feat/evaluation-fe' into deploy/dev
2026-05-25 15:45:26 +08:00
89188256e1
Merge branch 'main' into feat/evaluation-fe
2026-05-25 15:44:50 +08:00
bba3a1bcee
fix(web): draft sync of snippet
2026-05-25 15:44:27 +08:00
e617435d03
fix: replace .distinct() with .group_by(Conversation.id) for PostgreSQL JSON compatibility ( #36610 )
...
Co-authored-by: cocoon <kuishou68@users.noreply.github.com >
Co-authored-by: Asuka Minato <i@asukaminato.eu.org >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-05-25 07:15:24 +00:00
d66bfc7434
Merge branch 'feat/evaluation-fe' into deploy/dev
2026-05-25 14:37:07 +08:00
7c0be7f905
Merge branch 'main' into feat/evaluation-fe
2026-05-25 14:35:41 +08:00
599e3475f2
fix(web): hide snippets tab in block-selector in snippet detail
2026-05-25 14:35:24 +08:00
718fe548e9
fix(web): cancel button in snippet
2026-05-25 14:30:39 +08:00
5f7eb7bde9
feat: add workflow_version to workflow_agent_node_bindings ( #36603 )
...
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-05-25 06:26:19 +00:00
060ceaffd1
feat(web): snippet info siderbar
2026-05-25 14:18:15 +08:00
eb41c9b769
chore: upgrade dependencies ( #36606 )
2026-05-25 05:42:35 +00:00
00908ca0fb
Merge branch 'main' into feat/evaluation-fe
2026-05-25 13:36:05 +08:00
2812d61e24
feat(web): snippet card style
2026-05-25 13:35:59 +08:00
8876efb419
refactor(dify-ui): rename toggle group to segmented control ( #36605 )
2026-05-25 04:57:39 +00:00
adb14d23de
feat(dify-agent): add history layer and structural output layer ( #36600 )
2026-05-25 04:28:17 +00:00
8adcac87a5
fix : features get null vector_space
2026-05-25 12:04:29 +08:00
544d8567c9
Merge branch 'feat/evaluation-fe' into deploy/dev
2026-05-25 11:41:33 +08:00
be1d6520f9
fix(web): icon_info nullable in dataset
2026-05-25 11:41:02 +08:00
6f1623e02a
chore(i18n): sync translations with en-US ( #36599 )
...
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: yyh <92089059+lyzno1@users.noreply.github.com >
2026-05-25 03:06:45 +00:00
eeb1cd19bd
Merge branch 'feat/evaluation-fe' into deploy/dev
2026-05-25 11:06:03 +08:00
7fb2e4751f
Merge branch 'main' into feat/evaluation-fe
2026-05-25 11:05:26 +08:00
67d99723ea
fix: External retrieval model response rejects empty score threshold bug ( #36577 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-05-25 03:01:06 +00:00
639e12a306
fix: request /api/datasets raise exception ( #36591 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-05-25 02:27:54 +00:00
e4620b4b22
feat: new snippet ( #36597 )
2026-05-25 10:25:13 +08:00
ed17b6161f
refactor(dify-ui): refine switch contract ( #36539 )
2026-05-25 02:22:43 +00:00
baf0cf8e4e
chore(web): remove select-auto in body ( #36554 )
2026-05-25 02:22:39 +00:00
1e9c94b788
fix(web): clean up header logo accessibility ( #36567 )
2026-05-25 02:22:34 +00:00
ffd336cfe8
feat: add and unify pagination components across UI and app surfaces ( #36569 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-05-25 02:22:31 +00:00
8af1766081
Merge remote-tracking branch 'origin/main'
2026-05-25 10:12:24 +08:00
5441992604
Merge branch 'main' into feat/evaluation-fe
2026-05-25 10:00:09 +08:00
fc4178476a
refactor: add missing @override decorators to TypeDecorator subclasses in models/types.py ( #36565 )
2026-05-24 08:00:40 +00:00
6133c2ab6a
chore: add UUID/str type annotations to api endpoints for files in api/controllers/console ( #36563 )
2026-05-24 07:59:56 +00:00
603532863d
chore: add UUID/str type annotations to api endpoints for files in api/controllers/console/datasets ( #36560 )
2026-05-24 07:59:16 +00:00
a8ca0d47b9
chore: add UUID/str type annotations to api endpoints for files in api/controllers/service_api ( #36561 )
2026-05-24 07:58:42 +00:00
7b1aa33ad4
chore: add UUID/str type annotations to api endpoints for files in api/controllers/files and api/controllers/web ( #36562 )
2026-05-24 07:58:10 +00:00
5645ea0def
chore: add UUID/str type annotations to api endpoints for files in api/controllers/console/app ( #36559 )
2026-05-24 07:54:37 +00:00
6b1b1f3790
fix(api): use plain Session in RAG pipeline controllers to prevent closed-transaction error ( #36392 )
2026-05-24 03:50:59 +00:00
7c65975507
fix: handle null summary_index_setting in KnowledgeIndexNodeData ( #36355 )
2026-05-24 01:44:27 +00:00
72ee50c74f
refactor: add missing @override decorators to method overrides ( #36501 )
...
Co-authored-by: EvanYao826 <evanyao826@gmail.com >
Co-authored-by: Asuka Minato <i@asukaminato.eu.org >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: WH-2099 <wh2099@pm.me >
2026-05-23 09:56:36 +00:00
8d99326fb3
feat(plugin): cache plugin model providers by tenant ( #36449 )
...
Co-authored-by: WH-2099 <wh2099@pm.me >
2026-05-23 09:12:09 +00:00
9d0597c22d
feat(web): snippet layout update
2026-05-23 11:06:57 +08:00
5d489ab92d
chore(web): remove snippet plan guard
2026-05-23 10:28:22 +08:00
930da499d1
feat(web): add snippet
2026-05-23 10:20:10 +08:00
f1527ef7c1
feat(web): create snippet from workflow
2026-05-23 10:01:25 +08:00
20f89b6e90
feat(web): operations of snippet card
2026-05-23 09:12:43 +08:00
05e69b104a
fix(web): label of snippet creation modal
2026-05-23 08:59:46 +08:00
f39b1b6731
Merge branch 'main' into feat/evaluation-fe
2026-05-23 08:54:10 +08:00
2a0c098857
refactor: convert isinstance chains to match/case in otel parser ( #36534 )
...
Co-authored-by: Cowork 3P <cowork-3p@localhost>
2026-05-22 18:39:24 +00:00
790ca72627
refactor(api): migrate console/service_api.dataset to BaseModel ( #36480 )
2026-05-22 17:39:07 +00:00