|
|
d65ae68668
|
Merge branch 'main' into feat/pull-a-variable
# Conflicts:
# .nvmrc
|
2026-01-12 17:15:56 +08:00 |
|
|
|
aa5e37f2db
|
Merge branch 'main' into feat/llm-support-tools
|
2026-01-12 13:42:58 +08:00 |
|
|
|
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 |
|
|
|
9dd0361d0e
|
refactor: rename new runtime as sandbox feature
|
2026-01-12 01:53:39 +08:00 |
|
|
|
f925266c1b
|
Merge branch 'main' into feat/pull-a-variable
|
2026-01-09 16:20:55 +08:00 |
|
|
|
07ff8df58d
|
Merge branch 'main' into feat/support-agent-sandbox
|
2026-01-09 16:20:33 +08:00 |
|
|
|
0711dd4159
|
feat: enhance start node object value check (#30732)
|
2026-01-09 16:13:17 +08:00 |
|
|
|
d2f41ae9ef
|
Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox
|
2026-01-09 15:37:29 +08:00 |
|
|
|
1557f48740
|
Merge branch 'feat/agent-node-v2' into feat/support-agent-sandbox
|
2026-01-09 14:19:27 +08:00 |
|
|
|
6e2cf23a73
|
Merge branch 'main' into feat/pull-a-variable
|
2026-01-09 02:49:47 +08:00 |
|
|
|
8b0bc6937d
|
feat: enhance component picker and workflow variable block functionality
|
2026-01-08 18:17:09 +08:00 |
|
|
|
b2cbeeae92
|
fix(web): restrict postMessage targetOrigin from wildcard to specific origins (#30690)
Co-authored-by: XW <wei.xu1@wiz.ai>
|
2026-01-08 17:23:27 +08:00 |
|
|
|
1aed585a19
|
feat: enhance agent integration in prompt editor and mixed-variable text input
|
2026-01-08 17:02:35 +08:00 |
|
|
|
831eba8b1c
|
feat: update agent functionality in mixed-variable text input
|
2026-01-08 16:59:09 +08:00 |
|
|
|
4d3d8b35d9
|
Merge branch 'main' into feat/llm-node-support-tools
|
2026-01-08 14:28:13 +08:00 |
|
|
|
c323028179
|
feat: llm node support tools
|
2026-01-08 14:27:37 +08:00 |
|
|
|
cd1af04dee
|
feat: model total credits (#30727)
Co-authored-by: CodingOnStar <hanxujiang@dify.ai>
Co-authored-by: Stephen Zhou <38493346+hyoban@users.noreply.github.com>
|
2026-01-08 14:11:44 +08:00 |
|
|
|
d8a0291382
|
refactor(web): remove unused type alias VoiceLanguageKey (#30694)
Co-authored-by: fghpdf <fghpdf@users.noreply.github.com>
|
2026-01-07 21:15:43 +08:00 |
|
|
|
70149ea05e
|
Merge branch 'main' into feat/llm-node-support-tools
|
2026-01-07 16:29:47 +08:00 |
|
|
|
1d93f41fcf
|
feat: llm node support tools
|
2026-01-07 16:28:41 +08:00 |
|
|
|
e335cd0ef4
|
refactor(web): remove useMixedTranslation, better resource loading (#30630)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-01-07 13:20:09 +08:00 |
|
|
|
3902929d9f
|
feat: new runtime options
|
2026-01-07 00:01:55 +08:00 |
|
|
|
7beed12eab
|
refactor(web): migrate legacy forms to TanStack Form (#30631)
|
2026-01-06 20:18:27 +08:00 |
|
|
|
c29cfd18f3
|
feat: revert model total credits (#30518)
|
2026-01-04 18:29:19 +08:00 |
|
|
|
04f40303fd
|
Merge branch 'main' into feat/llm-node-support-tools
|
2026-01-04 18:04:42 +08:00 |
|
|
|
ececc5ec2c
|
feat: llm node support tools
|
2026-01-04 18:03:47 +08:00 |
|
|
|
84cbf0526d
|
feat: model total credits (#26942)
Co-authored-by: CodingOnStar <hanxujiang@dify.ai>
Co-authored-by: Stephen Zhou <38493346+hyoban@users.noreply.github.com>
|
2026-01-04 15:26:37 +08:00 |
|
|
|
8f2aabf7bd
|
chore: Standardized the OpenAI icon (#30471)
|
2026-01-03 02:34:17 +09:00 |
|
|
|
e3ef33366d
|
fix(web): stop thinking timer when user clicks stop button (#30442)
|
2026-01-01 00:36:18 +08:00 |
|
|
|
2bb1e24fb4
|
test: unify i18next mocks into centralized helpers (#30376)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
|
2025-12-31 16:53:33 +09:00 |
|
|
|
e856287b65
|
chore: update knip config and include in CI (#30410)
|
2025-12-31 15:38:07 +08:00 |
|
|
|
2aaaa4bd34
|
feat(web): migrate from es-toolkit/compat to native es-toolkit (#30244) (#30246)
|
2025-12-31 11:13:22 +08:00 |
|
|
|
69589807fd
|
refactor: Replace direct process.env.NODE_ENV checks with IS_PROD and IS_DEV constants. (#30383)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Asuka Minato <i@asukaminato.eu.org>
|
2025-12-31 08:32:55 +08:00 |
|
|
|
6ca44eea28
|
feat: integrate Google Analytics event tracking and update CSP for script sources (#30365)
Co-authored-by: CodingOnStar <hanxujiang@dify.ai>
|
2025-12-30 18:06:47 +08:00 |
|
|
|
bf76f10653
|
fix: fix markdown escape issue (#30299)
|
2025-12-30 16:40:52 +08:00 |
|
|
|
1873b5a766
|
chore: remove useless __esModule (#30366)
|
2025-12-30 15:37:16 +08:00 |
|
|
|
2399d00d86
|
refactor(i18n): about locales (#30336)
Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
|
2025-12-30 14:38:23 +08:00 |
|
|
|
6d0e36479b
|
refactor(i18n): use JSON with flattened key and namespace (#30114)
Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-12-29 14:52:32 +08:00 |
|
|
|
09be869f58
|
refactor(web): drop swr and migrate share/chat hooks to tanstack query (#30232)
Co-authored-by: Joel <iamjoel007@gmail.com>
|
2025-12-29 14:04:01 +08:00 |
|
|
|
c393d7a2dc
|
test(web): add unit tests for Avatar component (#30201)
|
2025-12-27 10:07:10 +08:00 |
|
|
|
e6e439f54c
|
feat(web): add unit tests for Badge component (#30096)
Signed-off-by: SherlockShemol <shemol@163.com>
|
2025-12-25 11:25:21 +08:00 |
|
|
|
29e7e822d7
|
test: Add comprehensive test suite for Chip component (#30119)
Signed-off-by: SherlockShemol <shemol@163.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
|
2025-12-25 10:40:04 +08:00 |
|
|
|
3cbbb06dc4
|
chore(web): migrate lodash-es to es-toolkit compat (#30126)
|
2025-12-25 09:44:57 +08:00 |
|
|
|
1e3823e605
|
chore: fix type check for i18n (#30058)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
|
2025-12-24 16:31:16 +08:00 |
|
|
|
b2b7e82e28
|
refactor(web): migrate log service to TanStack Query (#30065)
|
2025-12-24 15:25:28 +08:00 |
|
|
|
dcde854c5e
|
chore: some tests (#30078)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-12-24 14:45:33 +08:00 |
|
|
|
403adefc07
|
chore: lint require and how to import react (#30041)
|
2025-12-23 18:02:10 +08:00 |
|
|
|
f2842da397
|
chore(web): new lint setup (#30020)
Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
|
2025-12-23 16:58:55 +08:00 |
|
|
|
04ad68de70
|
fix(chat): reset scroll state when switching conversations (#29984)
|
2025-12-23 09:45:47 +08:00 |
|
|
|
eabdc5f0eb
|
refactor(web): migrate to Vitest and esm (#29974)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
|
2025-12-22 16:35:22 +08:00 |
|