yyh
|
c5a9b98cbe
|
refactor(sandbox-provider): add centralized query keys management
Add sandboxProviderQueryKeys object for type-safe and maintainable
query key management, following the pattern used in use-common.ts.
|
2026-01-13 11:39:01 +08:00 |
|
yyh
|
21f47fbe58
|
fix(sandbox-provider): fix config modal header spacing and icon style
- Use custom header with 8px gap between title and subtitle
- Fix icon overflow-clip for proper border-radius
|
2026-01-13 11:12:51 +08:00 |
|
yyh
|
49f115dce3
|
fix(sandbox-provider): fix config modal subtitle icon to fill container
|
2026-01-13 11:11:03 +08:00 |
|
yyh
|
a81d0327d2
|
feat(sandbox-provider): update UI to match Figma design
- Update settings icon to RiEqualizer2Line
- Add 4px rounded container for provider icons in config modal
- Update section titles to uppercase style
- Change switch modal confirm button to warning variant
- Add i18n keys for setAsActive, readDocLink, securityTip
|
2026-01-13 11:04:11 +08:00 |
|
yyh
|
9eafe982ee
|
fix: migration
|
2026-01-13 10:21:38 +08:00 |
|
yyh
|
a46bfdd0fc
|
Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox
|
2026-01-13 10:15:59 +08:00 |
|
hsiong
|
a012c87445
|
fix: entrypoint.sh overrides NEXT_PUBLIC_TEXT_GENERATION_TIMEOUT_MS when TEXT_GENERATION_TIMEOUT_MS is unset (#30864) (#30865)
|
2026-01-13 10:12:51 +08:00 |
|
heyszt
|
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 |
|
Harry
|
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 |
|
zhsama
|
03e0c4c617
|
feat: Add VarKindType parameter metion to mixed variable text input
|
2026-01-12 20:08:41 +08:00 |
|
zhsama
|
47790b49d4
|
fix: Fix agent context variable insertion to preserve existing text
|
2026-01-12 18:12:06 +08:00 |
|
zhsama
|
b25b069917
|
fix: refine agent variable logic
|
2026-01-12 18:12:06 +08:00 |
|
Novice
|
bb190f9610
|
feat: add mention type variable
|
2026-01-12 17:40:37 +08:00 |
|
zhsama
|
d65ae68668
|
Merge branch 'main' into feat/pull-a-variable
# Conflicts:
# .nvmrc
|
2026-01-12 17:15:56 +08:00 |
|
zhsama
|
f625350439
|
refactor:Refactor agent variable handling in mixed variable text input
|
2026-01-12 17:05:00 +08:00 |
|
zhsama
|
f4e8f64bf7
|
refactor:Change sub-graph output handling from skip to default
|
2026-01-12 17:04:13 +08:00 |
|
Harry
|
42fd0a0a62
|
refactor(sandbox): simplify command execution by using shlex for command parsing and improve output formatting
|
2026-01-12 16:35:09 +08:00 |
|
QuantumGhost
|
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 |
|
Harry
|
b78439b334
|
refactor(llm): update model features handling and change agent strategy to FUNCTION_CALLING
|
2026-01-12 15:52:26 +08:00 |
|
Stephen Zhou
|
00698e41b7
|
build: limit esbuild, glob, docker base version to avoid cve (#30848)
|
2026-01-12 15:33:20 +08:00 |
|
QuantumGhost
|
df938a4543
|
ci: add HITL test env deployment action (#30846)
|
2026-01-12 15:07:53 +08:00 |
|
Harry
|
1082d73355
|
refactor(sandbox): remove unused SANDBOX_WORK_DIR constant and update bash command descriptions for clarity
|
2026-01-12 15:02:30 +08:00 |
|
zhsama
|
d91087492d
|
Refactor sub-graph components structure
|
2026-01-12 15:00:41 +08:00 |
|
zhsama
|
cab7cd37b8
|
feat: Add sub-graph component for workflow
|
2026-01-12 14:56:53 +08:00 |
|
Harry
|
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 |
|
Harry
|
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 |
|
zxhlyh
|
aa5e37f2db
|
Merge branch 'main' into feat/llm-support-tools
|
2026-01-12 13:42:58 +08:00 |
|
Harry
|
e7c89b6153
|
refactor(sandbox): update imports and remove unused bash tool files, adjust DIFY_CLI_CONFIG_PATH
|
2026-01-12 13:36:19 +08:00 |
|
yyh
|
9161936f41
|
refactor(web): extract isServer/isClient utility & upgrade Node.js to 22.12.0 (#30803)
Co-authored-by: Stephen Zhou <38493346+hyoban@users.noreply.github.com>
|
2026-01-12 12:57:43 +08:00 |
|
Lemonadeccc
|
f9a21b56ab
|
feat: add block-no-verify hook for Claude Code (#30839)
|
2026-01-12 12:56:05 +08:00 |
|
Stephen Zhou
|
220e1df847
|
docs(web): add corepack recommendation (#30837)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-01-12 12:44:30 +08:00 |
|
dependabot[bot]
|
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 |
|
dependabot[bot]
|
31a8fd810c
|
chore(deps-dev): bump @storybook/react from 9.1.13 to 9.1.17 in /web (#30833)
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:11 +08:00 |
|
Harry
|
3e49d6b900
|
refactor: using initializer to replace hardcoded dify cli initialization
|
2026-01-12 12:13:56 +08:00 |
|
Harry
|
8aaff7fec1
|
refactor(sandbox): move VMFactory and related classes, update imports to reflect new structure
|
2026-01-12 12:01:21 +08:00 |
|
yihong
|
9fad97ec9b
|
fix: drop useless pyrefly in ci (#30826)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
|
2026-01-12 09:45:49 +08:00 |
|
wangxiaolei
|
0c2729d9b3
|
fix: fix refresh token deadlock (#30828)
|
2026-01-12 09:35:31 +08:00 |
|
Harry
|
51ac23c9f1
|
refactor(sandbox): reorganize sandbox-related imports and rename SandboxFactory to VMFactory for clarity
|
2026-01-12 02:07:31 +08:00 |
|
Harry
|
9dd0361d0e
|
refactor: rename new runtime as sandbox feature
|
2026-01-12 01:53:39 +08:00 |
|
Harry
|
3d2840edb6
|
feat: sandbox session and dify cli
|
2026-01-12 01:49:08 +08:00 |
|
Harry
|
ce0a59b60d
|
feat: ad os field to virtual enviroment
|
2026-01-12 01:26:55 +08:00 |
|
Harry
|
2d8acf92f0
|
refactor(sandbox): remove Chinese translation for bash command execution description in SandboxBashTool
|
2026-01-12 01:16:53 +08:00 |
|
Harry
|
bc2ffa39fc
|
refactor(sandbox): remove unused bash tool methods and streamline sandbox session handling in LLMNode
|
2026-01-12 00:09:40 +08:00 |
|
Harry
|
390c805ef4
|
feat(sandbox): implement sandbox runtime checks and integrate bash tool invocation in LLMNode
|
2026-01-11 22:56:05 +08:00 |
|
wangxiaolei
|
a2e03b811e
|
fix: Broken import in .storybook/preview.tsx (#30812)
|
2026-01-10 19:49:23 +08:00 |
|
-LAN-
|
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 |
|
Stephen Zhou
|
8b1af36d94
|
feat(web): migrate PWA to Serwist (#30808)
|
2026-01-10 17:16:18 +09:00 |
|
Harry
|
5b753dfd6e
|
fix(sandbox): update FIXME comments to specify sandbox context for runtime config checks
|
2026-01-09 18:12:36 +08:00 |
|