dify/api/core/plugin/impl
Stephen Zhou 30ed0907f3
Merge remote-tracking branch 'origin/main' into deploy/konwledge
# Conflicts:
#	api/controllers/console/app/site.py
#	api/controllers/console/datasets/datasets.py
#	api/core/plugin/backwards_invocation/model.py
#	api/core/rag/rerank/rerank_model.py
#	api/tests/test_containers_integration_tests/controllers/console/auth/test_oauth_server.py
#	api/tests/unit_tests/core/plugin/test_backwards_invocation_model.py
#	api/tests/unit_tests/tasks/test_batch_clean_document_task.py
#	packages/contracts/generated/api/service/orpc.gen.ts
#	web/app/components/datasets/rename-modal/index.tsx
#	web/app/components/header/account-setting/model-provider-page/model-selector/popup-layout.tsx
#	web/features/tag-management/components/tag-search-content.tsx
2026-08-27 10:06:48 +08:00
..
agent.py feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
asset.py feat: introduce trigger functionality (#27644) 2025-11-12 17:59:37 +08:00
base.py Merge remote-tracking branch 'origin/main' into deploy/konwledge 2026-08-19 09:27:13 +08:00
datasource.py refactor: replace bare dict with typed annotations in core plugin module (#35096) 2026-04-13 19:23:21 +00:00
debugging.py refactor: rename plugin manager to plugin client and rename path from manager to impl (#18876) 2025-04-27 14:22:25 +08:00
dynamic_select.py feat: introduce trigger functionality (#27644) 2025-11-12 17:59:37 +08:00
endpoint.py fix(plugin): align plugin list endpoint counts with live endpoint state (#37179) 2026-06-10 08:11:11 +00:00
exc.py chore: improve lambda plugin runtime error display (#39437) 2026-07-23 06:05:14 +00:00
model_runtime_factory.py feat(plugin): cache plugin model providers by tenant (#36449) 2026-05-23 09:12:09 +00:00
model_runtime.py feat(api): isolate credentials from local packages (#39957) 2026-08-04 02:50:04 +00:00
model.py fix(tts): propagate and validate actual audio MIME (#41043) 2026-08-24 03:38:09 +00:00
oauth.py feat: oauth refresh token (#22744) 2025-07-23 13:12:39 +08:00
plugin.py feat: optimize integrations initial loading (#40118) 2026-08-07 02:06:25 +00:00
tool.py feat: support config max size of plugin generated files (#30887) 2026-02-13 09:48:27 +08:00
trigger.py feat: introduce trigger functionality (#27644) 2025-11-12 17:59:37 +08:00