Commit Graph

479 Commits (cb4f13014e01823404fd3fa06db88d0dba0c881e)

Author SHA1 Message Date
Junyan Qin 9654f603c9
Merge branch 'feat/plugin-auto-upgrade' into deploy/dev 11 months ago
Junyan Qin 2d960ce401
feat: resp DISABLED for exists users 11 months ago
Junyan Qin 3798eac490
Merge branch 'feat/plugin-auto-upgrade' into deploy/dev 11 months ago
Junyan Qin 23a5dc3e32
fix: ruff format 11 months ago
Junyan Qin 40feb607c1
fix: type static check errors 11 months ago
Junyan Qin 74d61fda2a
fix: ruff format 11 months ago
Junyan Qin 71b3d6ad9c
feat: crud for auto upgrade strategy 11 months ago
Novice 535fff62f3
feat: add MCP support (#20716)
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
11 months ago
Novice 24c5ee1d6d Merge branch 'feat/mcp' into deploy/dev 11 months ago
Novice 7b3bb1d960 fix: auth api error handle 11 months ago
Novice cca3cff759 Merge branch 'main' into feat/mcp 11 months ago
stream a3e1a15ef6 chore: fix ruff lint check errors 11 months ago
stream 689490142d feat: add endpoint for prompt optimization 11 months ago
Joel df1e84ef99 merge 11 months ago
Harry 478c156f7d feat(oauth&mcp): refactor credential encrypter 11 months ago
Harry c160a0e5e3 Merge branch 'feat/tool-plugin-oauth' into deploy/dev
# Conflicts:
#	api/controllers/console/workspace/tool_providers.py
#	api/core/tools/entities/api_entities.py
#	api/core/tools/tool_manager.py
#	api/core/tools/utils/configuration.py
#	api/services/tools/tools_transform_service.py
11 months ago
Harry 9b25b7a8d8 feat(oauth): rename ToolProviderCredentialType to CredentialType for consistency 11 months ago
jiangbo721 31eb8548ef
fix: Before publish the app, preview the voice of tts, it raise an er… (#21821)
Co-authored-by: 刘江波 <jiangbo721@163.com>
11 months ago
Harry b316867bab Merge remote-tracking branch 'origin/main' into feat/tool-plugin-oauth 11 months ago
Harry 988a76066d feat(oauth): enhance OAuth client handling and add custom client support 11 months ago
Novice 2c1bf7c411 Merge branch 'main' into feat/mcp 11 months ago
Novice e965eaca1f Merge branch 'feat/mcp' into deploy/dev 11 months ago
Novice 3e9368ce84 refactor: simplify logic based on review suggestions 11 months ago
Harry 6ef1e017df feat(oauth): add support for retrieving credential info and OAuth client schema 11 months ago
Novice 39fe35b2e6 Merge branch 'main' into deploy/dev 11 months ago
Harry 7951a1c4df refactor(tool): implement multi provider credentials support 11 months ago
baonudesifeizhai 8516d15a4e
fix: handle configure button for notion internal integration (#21412) 11 months ago
Novice b814f16ecd Merge branch 'feat/mcp' into deploy/dev 11 months ago
Novice 3102a41ab7 fix: add api return uuid 11 months ago
Harry daec82bd44 feat(oauth): refactor tool provider methods and enhance credential handling 11 months ago
Bowen Liang 1a7ad195f0
refactor: define the Dify project version in pyproject.toml (#20910) 11 months ago
Junyan Qin d601dd3ae6
chore: commit plugin.py 12 months ago
Junyan Qin db0090972e
Merge branch 'feat/plugin-auto-upgrade' into deploy/dev 12 months ago
Novice c885b384a5 Merge branch 'main' into feat/mcp 12 months ago
Yeuoly cea6522122
feat: add DYNAMIC_SELECT parameter type for dynamic options in parameter entities (#21425) 12 months ago
Harry 8a954c0b19 Merge branch 'main' into feat/tool-plugin-oauth 12 months ago
Harry ba843c2691 feat(oauth): update api 12 months ago
Novice 8f61408cb6 fix: change the mcp tool update logic 12 months ago
Xiyuan Chen d454f09e13
feat: add a magic field in the cancel invite api response (#21505) 12 months ago
Harry ce4cc54cc9 feat(oauth): merge tool oauth and remove sequence number branches 12 months ago
Harry a58e99c671 Merge branch 'main' into feat/tool-plugin-oauth 12 months ago
Novice f783ad68e4 chore(refactor): queries in service and auth components 12 months ago
Novice 01922f2d02 feat: add unique id in mcp tool dsl 12 months ago
Harry 7979e05ade Merge branch 'main' into feat/tool-plugin-oauth
# Conflicts:
#	README.md
#	api/services/tools/builtin_tools_manage_service.py
12 months ago
Harry 5e7c5863ef refactor(tool oauth): update api implementation 12 months ago
Junyan Qin e42068a20e
feat: exclude one plugin 12 months ago
Jyong d60287621a
add dataset info in response (#21413) 12 months ago
Junyan Qin c983967d82
feat: combine plugin preferences apis 12 months ago
Jyong 973b3854b4
add dataset info in response (#21406) 12 months ago
QuantumGhost 10b738a296
feat: Persist Variables for Enhanced Debugging Workflow (#20699)
This pull request introduces a feature aimed at improving the debugging experience during workflow editing. With the addition of variable persistence, the system will automatically retain the output variables from previously executed nodes. These persisted variables can then be reused when debugging subsequent nodes, eliminating the need for repetitive manual input.

By streamlining this aspect of the workflow, the feature minimizes user errors and significantly reduces debugging effort, offering a smoother and more efficient experience.

Key highlights of this change:

- Automatic persistence of output variables for executed nodes.
- Reuse of persisted variables to simplify input steps for nodes requiring them (e.g., `code`, `template`, `variable_assigner`).
- Enhanced debugging experience with reduced friction.

Closes #19735.
12 months ago