|
|
7209ef4aa7
|
Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox
|
2026-01-14 16:16:28 +08:00 |
|
|
|
01f17b7ddc
|
refactor(http_request_node): apply DI for http request node (#30509)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-01-14 14:19:48 +08:00 |
|
|
|
7ce144f493
|
Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox
|
2026-01-14 13:40:39 +08:00 |
|
|
|
3473ff7ad1
|
fix: use Factory to create repository in Aliyun Trace (#30899)
|
2026-01-14 10:21:46 +08:00 |
|
|
|
138c56bd6e
|
fix(logstore): prevent SQL injection, fix serialization issues, and optimize initialization (#30697)
|
2026-01-14 10:21:26 +08:00 |
|
|
|
c327d0bb44
|
fix: Correction to the full name of Volc TOS (#30741)
|
2026-01-14 10:11:30 +08:00 |
|
|
|
e4b97fba29
|
chore(deps): bump azure-core from 1.36.0 to 1.38.0 in /api (#30941)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-01-14 10:10:49 +08:00 |
|
|
|
7f9884e7a1
|
feat: Add option to delete or keep API keys when uninstalling plugin (#28201)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
|
2026-01-14 10:09:30 +08:00 |
|
|
|
e389cd1665
|
chore(deps): bump filelock from 3.20.0 to 3.20.3 in /api (#30939)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-01-14 09:56:02 +08:00 |
|
|
|
7c029ce808
|
Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox
# Conflicts:
# api/services/workflow_service.py
|
2026-01-14 09:54:07 +08:00 |
|
|
|
87f348a0de
|
feat: change param to pydantic model (#30870)
|
2026-01-14 09:46:41 +08:00 |
|
|
|
206706987d
|
refactor(variables): clarify base vs union type naming (#30634)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2026-01-13 23:39:34 +09:00 |
|
|
|
a129e684cc
|
feat: inject traceparent in enterprise api (#30895)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-01-13 23:37:39 +09:00 |
|
|
|
fe07c810ba
|
fix: fix instance is not bind to session (#30913)
|
2026-01-13 21:15:21 +08:00 |
|
|
|
f28ded8455
|
feat(agent-sandbox): new tool resolver and bash execution implementation
|
2026-01-13 18:16:48 +08:00 |
|
|
|
a22cc5bc5e
|
chore: Bump Dify version to 1.11.3 (#30903)
|
2026-01-13 17:49:13 +08:00 |
|
|
|
491e1fd6a4
|
chore: case insensitive email (#29978)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
|
2026-01-13 15:42:44 +08:00 |
|
|
|
c09e29c3f8
|
chore: rename the migration file (#30893)
|
2026-01-13 15:26:41 +08:00 |
|
|
|
2d53ba8671
|
fix: fix object value is optional should skip validate (#30894)
|
2026-01-13 15:21:06 +08:00 |
|
|
|
1ed4ab4299
|
Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox
|
2026-01-13 14:19:04 +08:00 |
|
|
|
9be863fefa
|
fix: missing content if assistant message with tool_calls (#30083)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-01-13 12:46:33 +08:00 |
|
|
|
9eafe982ee
|
fix: migration
|
2026-01-13 10:21:38 +08:00 |
|
|
|
a46bfdd0fc
|
Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox
|
2026-01-13 10:15:59 +08:00 |
|
|
|
450578d4c0
|
feat(ops): set root span kind for AliyunTrace to enable service-level metrics aggregation (#30728)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-01-13 10:12:00 +08:00 |
|
|
|
837237aa6d
|
fix: use node factory for single-step workflow nodes (#30859)
|
2026-01-13 10:11:18 +08:00 |
|
|
|
16f26c4f99
|
feat(cli_api): implement CLI API for external sandbox interactions, including session management and request handling
|
2026-01-12 20:57:07 +08:00 |
|
|
|
42fd0a0a62
|
refactor(sandbox): simplify command execution by using shlex for command parsing and improve output formatting
|
2026-01-12 16:35:09 +08:00 |
|
|
|
b63dfbf654
|
fix(api): defer streaming response until referenced variables are updated (#30832)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-01-12 16:23:18 +08:00 |
|
|
|
51ea87ab85
|
feat: clear free plan workflow run logs (#29494)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
|
2026-01-12 15:57:40 +08:00 |
|
|
|
b78439b334
|
refactor(llm): update model features handling and change agent strategy to FUNCTION_CALLING
|
2026-01-12 15:52:26 +08:00 |
|
|
|
1082d73355
|
refactor(sandbox): remove unused SANDBOX_WORK_DIR constant and update bash command descriptions for clarity
|
2026-01-12 15:02:30 +08:00 |
|
|
|
201a18d6ba
|
refactor(virtual_environment): add cwd parameter to execute_command method across all providers for improved command execution context
|
2026-01-12 14:20:03 +08:00 |
|
|
|
f990f4a8d4
|
refactor(sandbox): update DIFY_CLI_PATH and DIFY_CLI_CONFIG_PATH to use SANDBOX_WORK_DIR and enhance error handling in SandboxSession
|
2026-01-12 14:07:54 +08:00 |
|
|
|
e7c89b6153
|
refactor(sandbox): update imports and remove unused bash tool files, adjust DIFY_CLI_CONFIG_PATH
|
2026-01-12 13:36:19 +08:00 |
|
|
|
8cfdde594c
|
chore(deps-dev): bump tos from 2.7.2 to 2.9.0 in /api (#30834)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-01-12 12:44:21 +08:00 |
|
|
|
3e49d6b900
|
refactor: using initializer to replace hardcoded dify cli initialization
|
2026-01-12 12:13:56 +08:00 |
|
|
|
8aaff7fec1
|
refactor(sandbox): move VMFactory and related classes, update imports to reflect new structure
|
2026-01-12 12:01:21 +08:00 |
|
|
|
51ac23c9f1
|
refactor(sandbox): reorganize sandbox-related imports and rename SandboxFactory to VMFactory for clarity
|
2026-01-12 02:07:31 +08:00 |
|
|
|
9dd0361d0e
|
refactor: rename new runtime as sandbox feature
|
2026-01-12 01:53:39 +08:00 |
|
|
|
3d2840edb6
|
feat: sandbox session and dify cli
|
2026-01-12 01:49:08 +08:00 |
|
|
|
ce0a59b60d
|
feat: ad os field to virtual enviroment
|
2026-01-12 01:26:55 +08:00 |
|
|
|
2d8acf92f0
|
refactor(sandbox): remove Chinese translation for bash command execution description in SandboxBashTool
|
2026-01-12 01:16:53 +08:00 |
|
|
|
bc2ffa39fc
|
refactor(sandbox): remove unused bash tool methods and streamline sandbox session handling in LLMNode
|
2026-01-12 00:09:40 +08:00 |
|
|
|
390c805ef4
|
feat(sandbox): implement sandbox runtime checks and integrate bash tool invocation in LLMNode
|
2026-01-11 22:56:05 +08:00 |
|
|
|
1e10bf525c
|
refactor(models): Refine MessageAgentThought SQLAlchemy typing (#27749)
Co-authored-by: Asuka Minato <i@asukaminato.eu.org>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-01-10 17:17:45 +09:00 |
|
|
|
5b753dfd6e
|
fix(sandbox): update FIXME comments to specify sandbox context for runtime config checks
|
2026-01-09 18:12:36 +08:00 |
|
|
|
78acfb0040
|
feat(sandbox): add command to setup system-level sandbox provider configuration
|
2026-01-09 18:12:35 +08:00 |
|
|
|
eb821efda7
|
refactor(encryption): update encryption utility references and clean up sandbox provider service logic
|
2026-01-09 18:12:35 +08:00 |
|
|
|
925825a41b
|
refactor(encryption): using oauth encryption as a general encryption util.
|
2026-01-09 18:12:34 +08:00 |
|
|
|
07ff8df58d
|
Merge branch 'main' into feat/support-agent-sandbox
|
2026-01-09 16:20:33 +08:00 |
|