Stephen Zhou
7adbaca9ab
fix: reconcile main merge regressions
2026-08-12 10:51:20 +08:00
Stephen Zhou
574461604d
Merge remote-tracking branch 'origin/main' into deploy/konwledge
...
# Conflicts:
# api/commands/system.py
# api/controllers/console/init_validate.py
# api/controllers/console/workspace/account.py
# api/controllers/console/wraps.py
# api/controllers/openapi/auth/data.py
# api/core/hosting_configuration.py
# api/core/provider_manager.py
# api/core/rag/retrieval/dataset_retrieval.py
# api/services/workspace_service.py
# api/tasks/workflow_cfs_scheduler/entities.py
# api/tests/test_containers_integration_tests/controllers/console/auth/test_password_reset.py
# api/tests/test_containers_integration_tests/services/test_feature_service.py
# api/tests/unit_tests/controllers/console/auth/test_account_activation.py
# api/tests/unit_tests/controllers/openapi/auth/test_data.py
# api/tests/unit_tests/controllers/service_api/app/test_hitl_service_api.py
# api/tests/unit_tests/extensions/otel/test_retrieval_tracing.py
# api/tests/unit_tests/services/test_feature_service_knowledge_fs.py
# dev/start-worker
# packages/contracts/console.ts
# packages/contracts/package.json
# packages/iconify-collections/custom-public/icons.json
# web/app/components/workflow/__tests__/index.spec.tsx
# web/app/components/workflow/index.tsx
# web/features/new-rag/document-chunk-tree.tsx
# web/service/fetch.spec.ts
2026-08-12 10:33:29 +08:00
Jyong
c8780dcb7c
fix(workflow): stabilize KnowledgeFS retrieval access
...
Keep the workflow editor mounted after history updates, expose an independent Workflow Access control, and map KnowledgeFS admission failures to actionable localized errors. Add frontend and backend regression coverage for KF-BUG-020 and KF-BUG-021.
2026-08-11 11:51:17 -04:00
Valor
e3812cf72b
fix: add zh_Hans labels for builtin Audio provider and its tools ( #40408 )
2026-08-11 08:27:59 +00:00
Byron.wang
c1e94f8ee7
refactor(api): consolidate deployment edition handling ( #40142 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-08-11 07:39:01 +00:00
wangxiaolei
4c7b870062
fix: _multiple_retrieve_thread not fail fast ( #40466 )
2026-08-11 05:40:23 +00:00
Stephen Zhou
43f76aec9a
fix: reconcile remaining main merge regressions
2026-08-11 10:45:17 +08:00
Stephen Zhou
3bcc648f07
fix: restore upstream behavior after main merge
2026-08-11 10:23:44 +08:00
Stephen Zhou
4120cb5eef
Merge remote-tracking branch 'origin/main' into deploy/konwledge
...
# Conflicts:
# api/controllers/common/wraps.py
# api/tests/unit_tests/core/rag/docstore/test_dataset_docstore.py
# api/tests/unit_tests/core/rag/indexing/processor/test_parent_child_index_processor.py
# api/tests/unit_tests/services/agent/test_workflow_publish_service.py
2026-08-11 10:14:53 +08:00
林玮 (Jade Lin)
4eb9a24997
refactor(workflow): align standalone node execution layers ( #40447 )
2026-08-10 12:37:34 +00:00
zyqzyq
df250423d4
feat: add tool plugin param type date and date-picker ( #36163 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: hjlarry <hjlarry@163.com>
2026-08-10 09:31:38 +00:00
Stephen Zhou
3f5c035329
Merge remote-tracking branch 'origin/deploy/konwledge' into deploy/konwledge
2026-08-10 11:00:35 +08:00
Jyong
a9c92f114f
Implement the requested changes across the application
2026-08-09 22:40:48 -04:00
Stephen Zhou
3e59fba46a
Merge remote-tracking branch 'origin/main' into deploy/konwledge
...
# Conflicts:
# api/controllers/console/app/app.py
# api/controllers/console/app/app_import.py
# api/controllers/console/auth/activate.py
# api/controllers/console/setup.py
# api/tests/unit_tests/controllers/console/workspace/test_plugin.py
# web/features/new-rag/document-list.tsx
# web/features/new-rag/sources-page.tsx
# web/features/new-rag/website-crawl-preview.tsx
2026-08-10 10:34:47 +08:00
medimedi
e036075e22
chore: Remove redundant dataset context string conversions ( #40189 )
2026-08-08 18:26:52 +00:00
chelsealong
2a742486c5
fix(agent-v2): accept composer UI ids on manual metadata filter conditions ( #40171 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-08-08 06:55:27 +00:00
盐粒 Yanli
916d7e1c96
refactor(dify-agent): download Binding files through Agent Stub ( #40143 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-08-07 14:56:52 +00:00
盐粒 Yanli
12300f3833
feat(dify-agent): propagate run limit error types ( #40116 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-08-07 10:37:22 +00:00
Jingyi
5dfd83e9ab
feat: optimize integrations initial loading ( #40118 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-08-07 02:06:25 +00:00
Stephen Zhou
fde800e337
Merge remote-tracking branch 'origin/main' into deploy/konwledge
...
# Conflicts:
# .github/dependabot.yml
# .github/workflows/deploy-dev.yml
# api/app_factory.py
# api/core/indexing_runner.py
# api/services/feature_service.py
# api/tests/test_containers_integration_tests/controllers/console/auth/test_password_reset.py
# api/tests/test_containers_integration_tests/services/test_feature_service.py
# api/tests/unit_tests/controllers/console/auth/test_account_activation.py
# api/tests/unit_tests/controllers/service_api/app/test_conversation.py
# api/tests/unit_tests/controllers/web/test_site.py
# api/tests/unit_tests/core/rag/indexing/test_indexing_runner.py
# api/tests/unit_tests/core/tools/test_base_tool.py
# api/tests/unit_tests/extensions/otel/test_retrieval_tracing.py
# api/tests/unit_tests/extensions/test_ext_login.py
# api/tests/unit_tests/services/test_feature_service_deployment_edition.py
# api/tests/unit_tests/services/test_feature_service_knowledge_fs.py
# api/tests/unit_tests/services/test_feature_service_licensed_seats.py
2026-08-07 09:55:10 +08:00
Byron.wang
b76a14d71d
refactor(api): decouple console queries through application services ( #40031 )
2026-08-07 00:42:55 +00:00
Yunlu Wen
1983e842ca
feat: support azure keyvault ( #39933 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
2026-08-07 00:42:13 +00:00
zyssyz123
90d6046345
fix: gate Agent access until first publish ( #40105 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
2026-08-06 12:36:24 +00:00
Asuka Minato
78129cf6c3
test: use SQLite sessions in datasource files ( #39048 )
2026-08-06 08:28:27 +00:00
yyh
33b238343b
chore: remove obsolete development docs ( #40098 )
2026-08-06 08:21:17 +00:00
Asuka Minato
f08cc41546
test: use SQLite sessions in services core ( #39058 )
2026-08-06 04:07:01 +00:00
非法操作
8170a2a5f3
chore: more upload file size for paid user ( #39967 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-08-06 03:23:16 +00:00
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
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
nightcityblade
9d81f0da10
chore(api): remove unreachable match suppressions ( #39949 )
...
Co-authored-by: nightcityblade <nightcityblade@gmail.com>
2026-08-04 11:56:37 +00:00
Stephen Zhou
d2b58f8636
Merge remote-tracking branch 'origin/main' into deploy/konwledge
...
# Conflicts:
# web/features/new-rag/new-knowledge-list.tsx
2026-08-04 19:36:24 +08:00
Asuka Minato
482ec5e712
test: use sqlite3 session in test_qa_index_processor ( #38765 )
2026-08-04 10:53:55 +00:00
林玮 (Jade Lin)
3ada29bbe0
fix(api): surface system quota exhaustion without fallback ( #39986 )
2026-08-04 08:49:25 +00:00
非法操作
8f817644e9
fix(workflow): avoid app context dependency in parallel iteration ( #39983 )
2026-08-04 07:47:49 +00:00
Stephen Zhou
28b3306867
Merge remote-tracking branch 'origin/main' into deploy/konwledge
2026-08-04 14:43:38 +08:00
-LAN-
aab31292d8
feat(workflow): support LLM environment variables ( #39125 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-08-04 06:17:13 +00:00
-LAN-
2d2cc7cab1
refactor(workflow): move AgentNode events out of graphon ( #39845 )
2026-08-04 03:54:40 +00:00
林玮 (Jade Lin)
be0e2c03e4
feat(api): isolate credentials from local packages ( #39957 )
2026-08-04 02:50:04 +00:00
Xiyuan Chen
1b7a132afa
fix(api): validate installation scope for cached marketplace packages ( #39935 )
2026-08-04 02:22:45 +00:00
wangxiaolei
dc8dd09450
feat: pass image file to llm ( #39848 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-08-03 06:04:32 +00:00
Asuka Minato
982c0667e1
chore: bump pyrefly version ( #39876 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-08-03 05:59:01 +00:00
Stephen Zhou
c7e4cb0c29
Merge remote-tracking branch 'origin/main' into deploy/konwledge
...
# Conflicts:
# api/tests/unit_tests/extensions/test_ext_login.py
# web/app/components/main-nav/__tests__/index.spec.tsx
2026-08-03 11:10:06 +08:00
Hand Sonic
bb68a05f9e
chore: pass session explicitly in ApiModeration ( #39885 )
2026-08-03 02:33:18 +00:00
-LAN-
351577bdb0
feat(workflow): support human input in loop and iteration ( #39243 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-08-03 02:24:18 +00:00
Taranum Wasu
83b3a8fd88
fix(api): make SSRF-blocked error message actionable ( #39867 )
...
Co-authored-by: Taranum01 <50813317+Taranum01@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-08-02 02:48:44 +00:00
Chester
97e9d8be5a
fix(rag): add bounded timeout to Notion extractor requests ( #39833 )
2026-07-31 13:41:44 +00:00
Chester
074811106d
fix(rag): add bounded timeout to Firecrawl extractor requests ( #39831 )
2026-07-31 13:41:19 +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
iridescentWen
0d8c02ca62
docs: fix typos in api comments and prompt example ( #39838 )
2026-07-31 05:30:53 +00:00
Parman Mohammadalizadeh
908dc703ec
chore(api): consolidate chained .where() calls into single calls ( #39819 )
2026-07-30 16:59:50 +00:00