Stephen Zhou
24847366e1
Merge remote-tracking branch 'origin/main' into deploy/konwledge
...
# Conflicts:
# api/app_factory.py
# api/controllers/console/workspace/workspace.py
# api/services/agent/observability_service.py
# api/tests/unit_tests/core/rag/docstore/test_dataset_docstore.py
# api/tests/unit_tests/core/rag/embedding/test_token_counter.py
# api/tests/unit_tests/core/rag/indexing/test_indexing_runner.py
# api/tests/unit_tests/services/agent/test_agent_observability_service.py
2026-08-06 10:46:15 +08:00
盐粒 Yanli
1369a2cdfc
fix(dify-agent): wait for E2B shellctl readiness ( #39996 )
2026-08-05 11:03:06 +00:00
盐粒 Yanli
b462cb041d
feat(agent): separate CLI file URL audiences ( #39952 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-08-04 13:14:02 +00:00
Stephen Zhou
28b3306867
Merge remote-tracking branch 'origin/main' into deploy/konwledge
2026-08-04 14:43:38 +08:00
盐粒 Yanli
dc5192ba11
fix(dify-agent): make run cancellation route-independent ( #39942 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-08-04 03:11:22 +00:00
dependabot[bot]
a1769d0b3d
chore(deps): bump cryptography from 49.0.0 to 50.0.0 in /dify-agent ( #39958 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
2026-08-04 03:02:14 +00:00
Ingram Z
612ad161bc
fix(dify-agent): atomically finalize run terminals ( #39929 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-08-03 12:02:09 +00:00
Ingram Z
66a69c30f5
fix(dify-agent): stabilize E2B config materialization ( #39873 )
2026-08-03 05:38:05 +00:00
wangxiaolei
2f52ac94fe
chore: keep dify-agent env same with dify ( #39918 )
2026-08-03 03:17:14 +00:00
Stephen Zhou
5b939067e1
Merge remote-tracking branch 'origin/main' into deploy/konwledge
...
# Conflicts:
# api/tests/unit_tests/services/test_app_dsl_service.py
# web/features/new-rag/__tests__/new-knowledge-list.spec.tsx
2026-07-31 14:28:03 +08:00
wangxiaolei
080a1d42f2
fix: fix hardcode /home/dify ( #39767 )
2026-07-29 12:27:38 +00:00
Stephen Zhou
cd86ffd6f8
Merge remote-tracking branch 'origin/main' into deploy/konwledge
...
# Conflicts:
# api/controllers/console/app/completion.py
# api/core/app/apps/agent_app/app_generator.py
# api/services/agent/composer_service.py
# api/services/agent/roster_service.py
# api/tests/unit_tests/controllers/console/agent/test_agent_controllers.py
# api/tests/unit_tests/core/agent/test_publish_visibility.py
# api/tests/unit_tests/core/app/apps/agent_app/test_resolve_agent.py
# api/tests/unit_tests/core/workflow/nodes/agent_v2/test_binding_resolver.py
# api/tests/unit_tests/services/agent/test_agent_services.py
2026-07-29 10:58:29 +08:00
盐粒 Yanli
f6683c2c6b
feat(agent): make home snapshots optional and use backend defaults ( #39702 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-29 02:01:12 +00:00
Xiyuan Chen
7eba562f7d
chore(deps): bump starlette, soupsieve, cryptography for CVE fixes ( #39716 )
2026-07-29 01:47:29 +00:00
盐粒 Yanli
a048f35099
refactor: introduce agent working environment architecture ( #39480 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-28 13:16:05 +00:00
Escape0707
04158ac8ea
ci: replace custom noqa markers with guard ignores ( #39679 )
2026-07-28 08:52:12 +00:00
Jyong
6eed85af89
Merge branch 'main' into deploy/konwledge
...
# Conflicts:
# api/tests/test_containers_integration_tests/services/test_workspace_service.py
# api/tests/unit_tests/controllers/web/test_web_login.py
# api/tests/unit_tests/libs/test_helper.py
2026-07-28 03:25:30 -04:00
Yunlu Wen
59b879d2df
chore: bump version to 1.16.1 ( #39653 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-28 01:09:25 +00:00
dependabot[bot]
85189be53d
chore: bump pymdown-extensions from 10.21.2 to 11.0 in /dify-agent ( #39618 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-27 09:10:22 +00:00
Yunlu Wen
3c80857ea3
feat: add bearer auth to agent backend ( #39622 )
...
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-07-27 08:37:30 +00:00
Stephen Zhou
28c2b6ee95
Merge remote-tracking branch 'origin/main' into deploy/konwledge
...
# Conflicts:
# api/controllers/console/auth/login.py
# api/controllers/console/feature.py
# api/controllers/web/site.py
# api/openapi/markdown/console-openapi.md
# api/openapi/markdown/web-openapi.md
# api/services/feature_service.py
# api/tests/test_containers_integration_tests/services/test_account_service.py
# api/tests/test_containers_integration_tests/services/test_feature_service.py
# api/tests/unit_tests/controllers/console/auth/test_email_verification.py
# api/tests/unit_tests/controllers/console/auth/test_login_logout.py
# api/tests/unit_tests/controllers/web/test_site.py
# api/tests/unit_tests/services/test_recommended_app_service.py
2026-07-27 13:16:01 +08:00
dependabot[bot]
d563d6e7df
chore: bump pypdf from 6.10.2 to 6.14.2 in /dify-agent ( #39502 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-27 03:56:57 +00:00
yyh
fd2e26f8e6
refactor(agents): simplify repository context ( #39583 )
2026-07-26 06:13:37 +00:00
Jyong
2eb328104a
fix: type Dify Agent core tool boundaries
2026-07-22 07:32:29 -04:00
Jyong
fc7fabe544
Merge branch 'codex/migrate-knowledge-fs' into deploy/konwledge
...
# Conflicts:
# api/tests/unit_tests/services/enterprise/test_rbac_service.py
# api/tests/unit_tests/services/test_agent_tool_inner_service.py
2026-07-22 06:16:29 -04:00
Jyong
29858d0db0
Expand application capabilities and refactor core workflows
2026-07-22 05:09:09 -04:00
dependabot[bot]
0aa04f610e
chore: bump pillow from 12.2.0 to 12.3.0 in /dify-agent ( #39328 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-22 04:23:00 +00:00
dependabot[bot]
d2aea76dec
chore: bump setuptools from 82.0.1 to 83.0.0 in /dify-agent ( #39387 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-22 04:06:30 +00:00
dependabot[bot]
bc21972878
chore: bump pyasn1 from 0.6.3 to 0.6.4 in /dify-agent ( #39388 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-22 04:06:08 +00:00
zyssyz123
11016563b1
fix(agent): preserve complete model usage pricing ( #39201 )
2026-07-20 08:03:13 +00:00
Yunlu Wen
5c6372d2f7
chore: bump version to 1.16.0 ( #39196 )
2026-07-17 09:28:32 +00:00
Yunlu Wen
6e5fc1081b
feat: refact agent shell output ( #39190 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-17 08:27:00 +00:00
zyssyz123
5a792945f5
fix(agent): bound streams and cancel zombie workflow runs ( #39186 )
2026-07-17 07:46:42 +00:00
zyssyz123
71d5c35e8f
fix(agent): preserve Unicode separators in SSE streams ( #39008 )
2026-07-15 08:38:08 +00:00
Yunlu Wen
302d7b1e1b
feat(agent): shellctl rewritten in go ( #38841 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-15 01:58:36 +00:00
wangxiaolei
f71a30bebf
feat: allow user specific home dir ( #38903 )
2026-07-14 08:07:47 +00:00
dependabot[bot]
0277f87bd2
chore(deps): bump json-repair from 0.59.4 to 0.60.1 in /dify-agent ( #38878 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-14 04:10:17 +00:00
zyssyz123
9b3650e2ca
fix(agent): surface knowledge retrieval failures ( #38640 )
2026-07-10 04:40:46 +00:00
Yunlu Wen
888bea9911
feat: ee agent sandbox support ( #38528 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-07-10 03:56:55 +00:00
QuantumGhost
d177998255
chore: Bump version to 1.16.0-rc1 ( #38600 )
2026-07-09 11:42:09 +00:00
zyssyz123
925f97be20
feat: daily sync ( #38593 )
...
Co-authored-by: 盐粒 Yanli <mail@yanli.one>
Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
Co-authored-by: yyh <92089059+lyzno1@users.noreply.github.com>
Co-authored-by: 盐粒 Yanli <yanli@dify.ai>
2026-07-09 10:35:15 +00:00
yyh
98d9b11f7b
chore(agent-v2): sync changes ( #38513 )
...
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: 林玮 (Jade Lin) <linw1995@icloud.com>
Co-authored-by: 盐粒 Yanli <mail@yanli.one>
Co-authored-by: Asuka Minato <i@asukaminato.eu.org>
Co-authored-by: Jashwanth Reddy Gummula <gmrnlg1971@gmail.com>
Co-authored-by: WH-2099 <wh2099@pm.me>
Co-authored-by: 非法操作 <hjlarry@163.com>
Co-authored-by: wangxiaolei <fatelei@gmail.com>
Co-authored-by: FFXN <31929997+FFXN@users.noreply.github.com>
Co-authored-by: Yansong Zhang <916125788@qq.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-08 12:05:04 +00:00
yyh
d0ea5a5e0d
chore(agent-v2): sync changes ( #38442 )
...
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: zyssyz123 <916125788@qq.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: 林玮 (Jade Lin) <linw1995@icloud.com>
Co-authored-by: 盐粒 Yanli <mail@yanli.one>
2026-07-06 13:51:33 +00:00
yyh
1b3e8e9943
chore(agent-v2): sync daily changes ( #38298 )
...
Signed-off-by: yyh <yuanyouhuilyz@gmail.com>
Co-authored-by: 盐粒 Yanli <mail@yanli.one>
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: zyssyz123 <916125788@qq.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: 盐粒 Yanli <yanli@dify.ai>
Co-authored-by: 林玮 (Jade Lin) <linw1995@icloud.com>
2026-07-05 08:09:38 +00:00
林玮 (Jade Lin)
92618f5e20
feat(agent-v2): resolve Dify core tools in agent runtime runner ( #38316 )
2026-07-02 09:25:11 +00:00
yyh
0923ebaf88
chore(agent-v2): sync daily changes ( #38162 )
...
Co-authored-by: yunlu.wen <yunlu.wen@dify.ai>
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: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: Yanli 盐粒 <yanli@dify.ai>
Co-authored-by: 盐粒 Yanli <beautyyuyanli@gmail.com>
Co-authored-by: zyssyz123 <916125788@qq.com>
Co-authored-by: 盐粒 Yanli <mail@yanli.one>
2026-07-01 05:07:23 +00:00
dependabot[bot]
4f1030b94d
build(deps): bump pydantic-ai-slim from 1.85.1 to 1.102.0 in /dify-agent ( #38135 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-01 11:12:17 +08:00
Yunlu Wen
7a111c2226
refactor: shell provider protocol ( #38077 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-06-28 08:23:13 +00:00
盐粒 Yanli
52c106b532
feat(agent-v2): sync nightly updates to main (2026-06-25) ( #37915 )
...
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
Co-authored-by: Yansong Zhang <916125788@qq.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-26 13:13:35 +00:00
林玮 (Jade Lin)
4ac8c5a30e
fix(agent): inject env inline per-command instead of persisting workspace file ( #37815 )
2026-06-23 10:46:11 +00:00