fenglin
|
294e01a8c1
|
Fix/tool provider tag internationalization (#26710)
Co-authored-by: qiaofenglin <qiaofenglin@baidu.com>
|
2025-10-10 15:52:09 +08:00 |
|
Tianyi Jing
|
45ae511036
|
fix: add missing toType to toolCredentialToFormSchemas (#26681)
Signed-off-by: jingfelix <jingfelix@outlook.com>
|
2025-10-09 21:23:15 +08:00 |
|
Copilot
|
df43c6ab8a
|
[Chore/Refactor] Implement lazy initialization for useState calls to prevent re-computation (#26252)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: asukaminato0721 <30024051+asukaminato0721@users.noreply.github.com>
|
2025-09-29 20:35:55 +09:00 |
|
KVOJJJin
|
d2f0551170
|
Fix plugin detail panel not show when installed plugins more than 100 (#26405)
|
2025-09-29 13:42:22 +08:00 |
|
npc0-hue
|
f26fe2f4d2
|
Merge tag '1.8.1' into merge-tag-1.8.1
# Conflicts:
# .gitignore
# README.md
# api/.env.example
# api/Dockerfile
# api/commands.py
# api/configs/app_config.py
# api/controllers/console/__init__.py
# api/controllers/console/apikey.py
# api/controllers/console/app/statistic.py
# api/controllers/service_api/app/app.py
# api/controllers/service_api/app/audio.py
# api/controllers/service_api/app/completion.py
# api/controllers/service_api/app/conversation.py
# api/controllers/service_api/app/file.py
# api/controllers/service_api/app/message.py
# api/controllers/service_api/app/workflow.py
# api/controllers/service_api/wraps.py
# api/controllers/web/completion.py
# api/core/app/apps/advanced_chat/app_generator.py
# api/core/app/apps/advanced_chat/generate_task_pipeline.py
# api/core/app/apps/agent_chat/app_generator.py
# api/core/app/apps/workflow/app_generator.py
# api/core/app/apps/workflow/generate_task_pipeline.py
# api/core/app/task_pipeline/workflow_cycle_manage.py
# api/core/helper/code_executor/code_executor.py
# api/core/tools/builtin_tool/providers/code/tools/simple_code.py
# api/core/workflow/nodes/code/code_node.py
# api/docker/entrypoint.sh
# api/events/event_handlers/__init__.py
# api/extensions/ext_celery.py
# api/extensions/ext_commands.py
# api/models/model.py
# api/models/workflow.py
# api/poetry.lock
# api/pyproject.toml
# api/services/app_service.py
# api/services/feature_service.py
# api/services/workspace_service.py
# web/.env.example
# web/Dockerfile
# web/app/(commonLayout)/apps/Apps.tsx
# web/app/components/apps/app-card.tsx
# web/app/components/base/chat/embedded-chatbot/index.tsx
# web/app/components/base/mermaid/index.tsx
# web/app/components/develop/index.tsx
# web/app/components/develop/secret-key/secret-key-modal.tsx
# web/app/components/develop/secret-key/style.module.css
# web/app/components/develop/template/template.zh.mdx
# web/app/components/explore/app-list/index.tsx
# web/app/components/explore/category.tsx
# web/app/components/explore/sidebar/index.tsx
# web/app/components/header/account-dropdown/index.tsx
# web/app/components/header/index.tsx
# web/app/components/share/utils.ts
# web/app/layout.tsx
# web/app/signin/components/mail-and-password-auth.tsx
# web/app/signin/normal-form.tsx
# web/app/signin/page.module.css
# web/context/app-context.tsx
# web/i18n/i18next-config.ts
# web/i18n/ja-JP/login.ts
# web/i18n/ko-KR/login.ts
#
if dify_config.WORKFLOW_LOG_CLEANUP_ENABLED:
# 2:00 AM every day
imports.append("schedule.clean_workflow_runlogs_precise")
beat_schedule["clean_workflow_runlogs_precise"] = {
"task": "schedule.clean_workflow_runlogs_precise.clean_workflow_runlogs_precise",
"schedule": crontab(minute="0", hour="2"),
} web/package.json
# web/pnpm-lock.yaml
# web/types/feature.ts
|
2025-09-25 15:55:13 +08:00 |
|
Wu Tianwei
|
d9e45a1abe
|
feat(pipeline): add language support to built-in pipeline templates and update related components (#26124)
|
2025-09-23 18:18:22 +08:00 |
|
-LAN-
|
85cda47c70
|
feat: knowledge pipeline (#25360)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: twwu <twwu@dify.ai>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: jyong <718720800@qq.com>
Co-authored-by: Wu Tianwei <30284043+WTW0313@users.noreply.github.com>
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
Co-authored-by: lyzno1 <yuanyouhuilyz@gmail.com>
Co-authored-by: quicksand <quicksandzn@gmail.com>
Co-authored-by: Jyong <76649700+JohnJyong@users.noreply.github.com>
Co-authored-by: lyzno1 <92089059+lyzno1@users.noreply.github.com>
Co-authored-by: zxhlyh <jasonapring2015@outlook.com>
Co-authored-by: Yongtao Huang <yongtaoh2022@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: nite-knite <nkCoding@gmail.com>
Co-authored-by: Hanqing Zhao <sherry9277@gmail.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Harry <xh001x@hotmail.com>
|
2025-09-18 12:49:10 +08:00 |
|
Asuka Minato
|
77ba3e8f26
|
add autofix pnpm (#25557)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-09-12 09:37:54 +08:00 |
|
Cluas
|
f891c67eca
|
feat: add MCP server headers support #22718 (#24760)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: Novice <novice12185727@gmail.com>
|
2025-09-08 14:10:55 +08:00 |
|
Yongtao Huang
|
1865879f69
|
Fix: ensure InstalledApp deletion uses model instances instead of Row (#24942)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-09-02 11:59:38 +08:00 |
|
Yongtao Huang
|
067b0d07c4
|
Fix: ensure InstalledApp deletion uses model instances instead of Row (#24942)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-09-02 11:59:38 +08:00 |
|
Yongtao Huang
|
6cbc7cdbe6
|
CI: add TS indentation check via esLint (#24810)
|
2025-09-01 15:31:59 +08:00 |
|
Yongtao Huang
|
208ce4e774
|
CI: add TS indentation check via esLint (#24810)
|
2025-09-01 15:31:59 +08:00 |
|
Joel
|
ac11418c0e
|
feat: support bool type variable frontend (#24437)
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
|
2025-08-26 18:16:05 +08:00 |
|
Joel
|
dac72b078d
|
feat: support bool type variable frontend (#24437)
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
|
2025-08-26 18:16:05 +08:00 |
|
Charles Lee
|
b248fa5c4a
|
style: replace h-[1px] with h-px to unify the writing format of Tailwind CSS (#24146)
|
2025-08-21 21:38:40 +08:00 |
|
Charles Lee
|
0c595c4745
|
style: replace h-[1px] with h-px to unify the writing format of Tailwind CSS (#24146)
|
2025-08-21 21:38:40 +08:00 |
|
Yongtao Huang
|
84bb8b1113
|
Restore useLabelStore mistakenly removed in commit 403e2d58 (#24052)
Co-authored-by: Yongtao Huang <99629139+hyongtao-db@users.noreply.github.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
|
2025-08-18 09:22:59 +08:00 |
|
Yongtao Huang
|
ff52a54fef
|
Restore useLabelStore mistakenly removed in commit 403e2d58 (#24052)
Co-authored-by: Yongtao Huang <99629139+hyongtao-db@users.noreply.github.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
|
2025-08-18 09:22:59 +08:00 |
|
Will
|
223f618ba5
|
Feat/improved mcp timeout configs (#23605)
Co-authored-by: crazywoola <427733928@qq.com>
|
2025-08-12 13:14:00 +08:00 |
|
Will
|
1ffe190557
|
Feat/improved mcp timeout configs (#23605)
Co-authored-by: crazywoola <427733928@qq.com>
|
2025-08-12 13:14:00 +08:00 |
|
lyzno1
|
11a1b6d6b9
|
feat: add select-none class to tag filter components to prevent text selection (#23774)
|
2025-08-12 09:23:59 +08:00 |
|
lyzno1
|
e298eee822
|
feat: add select-none class to tag filter components to prevent text selection (#23774)
|
2025-08-12 09:23:59 +08:00 |
|
Alan Bustamante
|
d84ea9cb27
|
fix: improve boolean field handling in plugin configuration forms (#23160)
Co-authored-by: crazywoola <427733928@qq.com>
|
2025-08-01 10:34:46 +08:00 |
|
Alan Bustamante
|
c33741a5e9
|
fix: improve boolean field handling in plugin configuration forms (#23160)
Co-authored-by: crazywoola <427733928@qq.com>
|
2025-08-01 10:34:46 +08:00 |
|
HyaCinth
|
0d302ec2d5
|
chore: Optimize dark mode styles (#23222) (#23231)
|
2025-07-31 17:43:08 +08:00 |
|
HyaCinth
|
caa5928ac4
|
chore: Optimize dark mode styles (#23222) (#23231)
|
2025-07-31 17:43:08 +08:00 |
|
HyaCinth
|
28f1b8c217
|
fix(web): Fix issues with workflow as tool configuration button (#23039) (#23050)
|
2025-07-28 15:49:19 +08:00 |
|
HyaCinth
|
beebcae0a1
|
fix(web): Fix issues with workflow as tool configuration button (#23039) (#23050)
|
2025-07-28 15:49:19 +08:00 |
|
znn
|
35ca5ca534
|
adding mcp error in toast (#22987)
|
2025-07-26 10:37:52 +08:00 |
|
znn
|
773932b1e7
|
adding mcp error in toast (#22987)
|
2025-07-26 10:37:52 +08:00 |
|
Wu Tianwei
|
e9f833550b
|
fix: Refactor i18n config and fix plugin search box styling issue (#22945)
|
2025-07-25 15:01:28 +08:00 |
|
Wu Tianwei
|
ad472d59e0
|
fix: Refactor i18n config and fix plugin search box styling issue (#22945)
|
2025-07-25 15:01:28 +08:00 |
|
Nite Knite
|
716f90f30c
|
feat: revamp tool list page (#22879)
|
2025-07-24 11:51:39 +08:00 |
|
Nite Knite
|
c6d7328e15
|
feat: revamp tool list page (#22879)
|
2025-07-24 11:51:39 +08:00 |
|
HyaCinth
|
b57ae0dda9
|
refactor(dayjs): Refactor internationalized time formatting feature (#22870) (#22872)
|
2025-07-24 10:42:33 +08:00 |
|
HyaCinth
|
b8504ac7d0
|
refactor(dayjs): Refactor internationalized time formatting feature (#22870) (#22872)
|
2025-07-24 10:42:33 +08:00 |
|
quicksand
|
cd6c89b736
|
fix(web): add dayjs relativeTime plugin (#22761)
|
2025-07-22 15:35:23 +08:00 |
|
quicksand
|
90c4df7919
|
fix(web): add dayjs relativeTime plugin (#22761)
|
2025-07-22 15:35:23 +08:00 |
|
KVOJJJin
|
b20f4007bc
|
Fix valid check of mcp server address (#22510)
|
2025-07-18 09:40:16 +08:00 |
|
KVOJJJin
|
0e235e5872
|
Fix valid check of mcp server address (#22510)
|
2025-07-18 09:40:16 +08:00 |
|
baonudesifeizhai
|
704ea782bc
|
feat: auto-fill MCP server description with app description #22443 (#22477)
|
2025-07-16 15:03:33 +08:00 |
|
baonudesifeizhai
|
d52fb18457
|
feat: auto-fill MCP server description with app description #22443 (#22477)
|
2025-07-16 15:03:33 +08:00 |
|
诗浓
|
7a51c41819
|
feat(tool): add support for API key authentication via query parameter (#21656)
|
2025-07-11 10:39:20 +08:00 |
|
诗浓
|
e576b989b8
|
feat(tool): add support for API key authentication via query parameter (#21656)
|
2025-07-11 10:39:20 +08:00 |
|
非法操作
|
398ba95852
|
fix: mcp server card button display (#22141)
|
2025-07-10 16:14:18 +08:00 |
|
非法操作
|
c51b4290dc
|
fix: mcp server card button display (#22141)
|
2025-07-10 16:14:18 +08:00 |
|
Joel
|
5cb067d1fc
|
feat: the frontend part of mcp (#22131)
Co-authored-by: jZonG <jzongcode@gmail.com>
Co-authored-by: Novice <novice12185727@gmail.com>
Co-authored-by: nite-knite <nkCoding@gmail.com>
Co-authored-by: Hanqing Zhao <sherry9277@gmail.com>
|
2025-07-10 14:14:02 +08:00 |
|
Joel
|
5375d9bb27
|
feat: the frontend part of mcp (#22131)
Co-authored-by: jZonG <jzongcode@gmail.com>
Co-authored-by: Novice <novice12185727@gmail.com>
Co-authored-by: nite-knite <nkCoding@gmail.com>
Co-authored-by: Hanqing Zhao <sherry9277@gmail.com>
|
2025-07-10 14:14:02 +08:00 |
|
鸽子
|
537c285fb2
|
fix: resolve dropdown menu visibility issue caused by z-index conflict (#22000)
|
2025-07-07 21:58:05 +08:00 |
|