Stream
|
05751ac492
|
Merge branch 'feat/memory-orchestration-be-dev-env' into deploy/dev
|
2025-10-11 16:16:15 +08:00 |
Stream
|
e7d63a9fa3
|
fix: fix circular ref
|
2025-10-11 16:15:32 +08:00 |
Stream
|
a1e3a72274
|
chore: add database migration file
|
2025-10-11 15:38:05 +08:00 |
Yansong Zhang
|
c5566d707a
|
When there is no content in a certain language, it needs to fallback to English
|
2025-10-11 15:35:57 +08:00 |
Stream
|
1a4600ce77
|
Merge remote-tracking branch 'origin/deploy/dev' into feat/memory-orchestration-be-dev-env
# Conflicts:
# api/models/__init__.py
# api/uv.lock
|
2025-10-11 15:01:26 +08:00 |
Yansong Zhang
|
27e8a076ff
|
add: language for banner
|
2025-10-11 14:54:14 +08:00 |
CodingOnStar
|
4055fcd891
|
feat: add new LLM icons and update related components for improved model support
|
2025-10-11 14:09:29 +08:00 |
zxhlyh
|
857d82109d
|
merge chore/workflow-performance
|
2025-10-11 14:04:19 +08:00 |
zxhlyh
|
bf20f3aa8b
|
chore: workflow performance
|
2025-10-11 14:02:25 +08:00 |
Yansong Zhang
|
048a2c7979
|
mr credit pool
|
2025-10-11 12:03:53 +08:00 |
Yansong Zhang
|
d0b99170f6
|
mr credit pool
|
2025-10-11 11:48:54 +08:00 |
Yansong Zhang
|
1d16528dff
|
add credit next_credit_reset_date
|
2025-10-11 11:45:24 +08:00 |
Yansong Zhang
|
c0ed353c10
|
add credit next_credit_reset_date
|
2025-10-11 11:45:18 +08:00 |
Yansong Zhang
|
b786fdf484
|
add workflow run
|
2025-10-11 10:45:50 +08:00 |
Yansong Zhang
|
26b63693aa
|
Separate object attributes before session
|
2025-10-11 09:54:20 +08:00 |
Yansong Zhang
|
5883dc8876
|
fix: session of db
|
2025-10-11 09:42:41 +08:00 |
Yansong Zhang
|
3e14077e8d
|
fix trial where condition
|
2025-10-11 09:27:06 +08:00 |
hjlarry
|
3a7f729176
|
change event type name of websocket
|
2025-10-11 09:09:30 +08:00 |
hjlarry
|
fa11f0e488
|
fix jump to other page not disconnect websocket
|
2025-10-11 09:09:30 +08:00 |
hjlarry
|
8673234f12
|
only author can move the comment position
|
2025-10-11 09:09:30 +08:00 |
hjlarry
|
ac3bd5161c
|
keep the previous private property when import node data
|
2025-10-11 09:09:30 +08:00 |
hjlarry
|
8c55f99740
|
use cloneDeep instead of json.parse
|
2025-10-11 09:09:30 +08:00 |
hjlarry
|
6e0aa7766c
|
sync the create/delete app in the list page
|
2025-10-11 09:09:30 +08:00 |
Stream
|
61d9428064
|
refactor: fix basedpyright error
|
2025-10-10 18:47:16 +08:00 |
Stream
|
f6038a4557
|
Merge branch 'main' into feat/memory-orchestration-be
|
2025-10-10 18:43:59 +08:00 |
zxhlyh
|
c90e564d99
|
chore: workflow performance
|
2025-10-10 18:23:46 +08:00 |
Bowen Liang
|
d0dd81cf84
|
chore: bump ruff to 0.14 (#26063)
|
2025-10-10 18:10:23 +08:00 |
znn
|
65b832c46c
|
pan and zoom during workflow execution (#24254)
|
2025-10-10 17:07:25 +08:00 |
znn
|
a90b60c36f
|
removing horus eye and adding mcp icon (#25323)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: crazywoola <427733928@qq.com>
|
2025-10-10 17:00:03 +08:00 |
诗浓
|
94a07706ec
|
fix: restore None guards for _environment_variables/_conversation_variables getters (#25633)
|
2025-10-10 16:32:09 +08:00 |
Asuka Minato
|
ab2eacb6c1
|
use model_validate (#26182)
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: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
|
2025-10-10 17:30:13 +09:00 |
Xiyuan Chen
|
aead192743
|
Fix/token exp when exchange main (#26708)
|
2025-10-10 01:24:36 -07:00 |
Asuka Minato
|
c1e8584b97
|
feat: Refactor api.add_resource to @console_ns.route decorator (#26386)
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
|
2025-10-10 16:23:39 +08:00 |
Asuka Minato
|
8a2b208299
|
Refactor account models to use SQLAlchemy 2.0 dataclass mapping (#26415)
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
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: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2025-10-10 17:12:12 +09:00 |
znn
|
2b6882bd97
|
fix chunks 2 (#26623)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-10-10 16:01:33 +08:00 |
Guangdong Liu
|
aa51662d98
|
refactor(api): add new endpoints for workspace management and update routing (#26465)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-10-10 15:59:14 +08:00 |
Jyong
|
c09d205776
|
Update deploy-dev.yml
|
2025-10-10 15:55:35 +08:00 |
github-actions[bot]
|
3068526797
|
chore: translate i18n files and update type definitions (#26709)
Co-authored-by: iamjoel <2120155+iamjoel@users.noreply.github.com>
|
2025-10-10 15:55:24 +08:00 |
Jyong
|
298d8c2d88
|
Update deploy-dev.yml (#26712)
|
2025-10-10 15:54:33 +08:00 |
fenglin
|
294e01a8c1
|
Fix/tool provider tag internationalization (#26710)
Co-authored-by: qiaofenglin <qiaofenglin@baidu.com>
|
2025-10-10 15:52:09 +08:00 |
Coding On Star
|
3a5aa4587c
|
feat(billing): add tax information tooltips in pricing footer (#26705)
Co-authored-by: CodingOnStar <hanxujiang@dify.ai>
|
2025-10-10 15:34:56 +08:00 |
Yansong Zhang
|
b4f9698289
|
add trial api
|
2025-10-10 14:15:56 +08:00 |
CodingOnStar
|
c9a2dc0b13
|
Merge branch 'feat/tax-text' into deploy/dev
|
2025-10-10 14:03:23 +08:00 |
CodingOnStar
|
b6114266af
|
refactor(billing): enhance pricing footer layout with conditional classnames for better responsiveness
|
2025-10-10 14:03:02 +08:00 |
Yansong Zhang
|
33b576b9d5
|
add trial api
|
2025-10-10 13:59:14 +08:00 |
crazywoola
|
cf1778e696
|
fix: issue w/ timepicker (#26696)
Co-authored-by: lyzno1 <yuanyouhuilyz@gmail.com>
Co-authored-by: lyzno1 <92089059+lyzno1@users.noreply.github.com>
|
2025-10-10 13:17:33 +08:00 |
yihong
|
54db4c176a
|
fix: drop useless logic (#26678)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
|
2025-10-10 12:59:28 +08:00 |
CodingOnStar
|
63de2cc7a0
|
feat(billing): refactor pricing footer to conditionally display tax information based on category
|
2025-10-10 12:23:25 +08:00 |
Yansong Zhang
|
c9c3aa0810
|
mr app-trial
|
2025-10-10 11:30:53 +08:00 |
Novice
|
5d3e8a31d0
|
fix: restore array flattening behavior in iteration node (#26695)
|
2025-10-10 10:54:32 +08:00 |