d590246d6b
chore: merge origin/main into feat/agent-v2
2026-06-11 19:53:33 +08:00
ba59d9a4ac
feat: unified ErrorBody contract for /openapi/v1 and difyctl ( #37285 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-11 10:26:27 +00:00
b4c50eb920
chore(api): Upgrade graphon to v0.5.1 ( #37168 )
...
Co-authored-by: Yunlu Wen <yunlu.wen@dify.ai >
Co-authored-by: L1nSn0w <l1nsn0w@qq.com >
2026-06-11 07:37:27 +00:00
fb39df49c8
feat(agent): support cli tool scoped env ( #37324 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-11 07:14:39 +00:00
c4a8d79be9
perf(api): reduce workflow startup latency for chatflow ( #36773 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-11 07:05:35 +00:00
d3977cea77
fix(api): handle agent deferred tool events ( #37319 )
2026-06-11 05:18:43 +00:00
43bffeca39
Merge remote-tracking branch 'origin/main' into feat/ui-onboarding-rewrite
2026-06-11 10:21:10 +08:00
2a46a7d91d
refactor(api): migrate remaining console APIs to use injected user/tenant ( #37288 )
2026-06-11 01:30:31 +00:00
87078de5c5
Merge remote-tracking branch 'origin/main' into feat/ui-onboarding-rewrite
2026-06-10 18:58:30 +08:00
a064bc6439
Merge remote-tracking branch 'origin/main' into feat/ui-onboarding-rewrite
2026-06-10 18:42:56 +08:00
2c5c8e82c3
feat: agent slash menu backend ( #37268 )
...
Co-authored-by: Claude Fable 5 <noreply@anthropic.com >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-10 10:40:03 +00:00
6658a7c5e7
fix: block frozen deleted accounts during invite activation ( #37281 )
2026-06-10 10:21:05 +00:00
54d3aa8ecb
Merge remote-tracking branch 'origin/main' into feat/ui-onboarding-rewrite
2026-06-10 16:49:34 +08:00
e3cfc4d40f
fix(api): require all selected tags in list filters ( #37272 )
2026-06-10 08:20:13 +00:00
9ac71329a4
fix(plugin): align plugin list endpoint counts with live endpoint state ( #37179 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-10 08:11:11 +00:00
4fb3210f9a
fix: validate conversation variable description length to prevent varchar(255) truncation error ( #33038 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: 非法操作 <hjlarry@163.com >
Co-authored-by: -LAN- <laipz8200@outlook.com >
2026-06-10 07:28:12 +00:00
1c63822a08
Merge remote-tracking branch 'origin/main' into feat/ui-onboarding-rewrite
2026-06-10 15:05:47 +08:00
d849d60822
refactor(api): migrate tenant/user via DI for several endpoints ( #37240 )
2026-06-10 04:11:53 +00:00
ba9975a083
feat(dify-agent): sync shell and back proxy updates ( #37159 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-10 03:04:32 +00:00
629e046303
refactor(openapi): unify request validation behind @accepts/@returns decorators ( #37216 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-10 03:02:24 +00:00
212b819f1c
test: migrate credit pool service tests to Testcontainers ( #37252 )
2026-06-10 01:55:50 +00:00
c6a0ce5f4d
chore(api): Suppress unknown contract checks by default ( #36969 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-10 09:48:08 +08:00
eb2521082c
feat(api,cli): strict UUID validation for app-id and workspace-id ( #37212 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-10 09:48:08 +08:00
c88a38b8b5
chore(api): Suppress unknown contract checks by default ( #36969 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-09 08:32:34 +00:00
1502a57381
feat(api,cli): strict UUID validation for app-id and workspace-id ( #37212 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-09 07:35:18 +00:00
4e53eb5aaf
Merge remote-tracking branch 'origin/main' into feat/ui-onboarding-rewrite
2026-06-09 13:46:41 +08:00
44fd4b1b2f
chore: DI current_user && use inspect ( #37084 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-09 13:25:12 +08:00
4743cf4e74
Revert "fix install_app n+1 query"
...
This reverts commit dcd40b5004 .
2026-06-09 13:19:23 +08:00
eb3b12fa70
fix(dataset): include segment created_at in hit testing response ( #37181 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-09 05:15:36 +00:00
5bec8eb33a
chore: filter unavailable apps from the installed apps list API ( #37206 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-09 05:12:29 +00:00
9b2d06182b
Merge remote-tracking branch 'origin/main' into feat/ui-onboarding-rewrite
2026-06-09 13:07:54 +08:00
d11e4eeaf7
chore: DI current_user && use inspect ( #37084 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-09 05:06:28 +00:00
bbdf3d7634
fix(agent-v2): complete console API contract schemas ( #37210 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-09 04:40:32 +00:00
a80bba2c35
feat(agent): Agent Files / agent Cloud storage — api backend (ENG-589) ( #37172 )
...
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-09 04:01:05 +00:00
8fe9be11e9
Merge remote-tracking branch 'origin/main' into feat/ui-onboarding-rewrite
2026-06-09 11:58:38 +08:00
a8977be999
chore(api): convert AppContext from ABC to Protocol ( #37203 )
2026-06-09 03:16:39 +00:00
22e67b4673
chore(api): convert PipelineTemplateRetrievalBase from ABC to Protocol ( #37201 )
2026-06-09 03:14:50 +00:00
f948e442e0
chore(api): convert BaseQueueDispatcher from ABC to Protocol ( #37200 )
2026-06-09 02:56:29 +00:00
8a1c0cf5ab
chore(api): convert BaseTruncator from ABC to Protocol ( #37199 )
2026-06-09 02:55:36 +00:00
0239b81cca
chore(api): convert MessagesCleanPolicy from ABC to Protocol ( #37171 )
...
Co-authored-by: Asuka Minato <i@asukaminato.eu.org >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-08 09:55:52 +00:00
a15ecf6bec
feat(cli): adopt generated oRPC contract for unary endpoints ( #37090 )
...
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-08 08:09:44 +00:00
508baa782c
Merge remote-tracking branch 'origin/main' into feat/ui-onboarding-rewrite
2026-06-08 13:14:55 +08:00
f15a8f02ef
ci: add flag for linter ( #37018 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-08 04:53:12 +00:00
37e1d452b8
feat(api): add MCP user-identity forwarding ( #36839 )
...
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-08 04:32:11 +00:00
db1aa683bc
feat(web): gate /create and /refine slash commands behind feature preview flag ( #37094 )
...
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-08 02:32:52 +00:00
5ee7bedb56
Merge remote-tracking branch 'origin/main' into feat/ui-onboarding-rewrite
...
# Conflicts:
# .agents/skills/frontend-code-review/SKILL.md
# .agents/skills/frontend-code-review/references/business-logic.md
# .agents/skills/frontend-code-review/references/code-quality.md
# .agents/skills/frontend-code-review/references/performance.md
# api/controllers/console/explore/recommended_app.py
# eslint-suppressions.json
# packages/contracts/generated/api/console/workspaces/orpc.gen.ts
# packages/iconify-collections/custom-vender/info.json
# web/__tests__/apps/app-list-browsing-flow.test.tsx
# web/app/(commonLayout)/role-route-guard.tsx
# web/app/components/app-sidebar/nav-link/index.tsx
# web/app/components/apps/__tests__/empty.spec.tsx
# web/app/components/apps/__tests__/list.spec.tsx
# web/app/components/apps/empty.tsx
# web/app/components/apps/list.tsx
# web/app/components/base/search-input/__tests__/index.spec.tsx
# web/app/components/base/search-input/index.tsx
# web/app/components/header/account-setting/index.tsx
# web/app/components/header/header-wrapper.tsx
# web/app/components/plugins/marketplace/search-box/index.tsx
# web/app/components/tools/mcp/modal.tsx
# web/features/tag-management/components/tag-filter.tsx
# web/i18n/en-US/workflow.json
# web/i18n/zh-Hans/workflow.json
2026-06-08 10:32:32 +08:00
813bfea730
feat(api): support embedded Excel images in knowledge import ( #37104 )
2026-06-08 01:26:07 +00:00
fad5656b2e
fix(api): normalize empty workflow tool file lists ( #37125 )
2026-06-07 02:52:53 +00:00
157ba6f5a0
chore(api): Fix several typing errors ( #37119 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-06 01:44:32 +00:00
6b12152ce8
refactor(api): migrate tenant/user via DI for several endpoints ( #37114 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-05 15:08:11 +00:00