Yansong Zhang
|
d4047ac840
|
fix(workflow): block manual runs for trigger workflows
|
2026-08-31 12:35:09 +08:00 |
|
Yansong Zhang
|
0d13216fe5
|
fix(agent): avoid error logs for stale sessions
|
2026-08-28 17:28:25 +08:00 |
|
Yansong Zhang
|
305ff3a1b5
|
fix(agent): reject incompatible session snapshots
|
2026-08-28 17:13:48 +08:00 |
|
林玮 (Jade Lin)
|
444f02ef4d
|
Merge remote-tracking branch 'origin/linw/snp-698-credit-usage-history-details' into deploy/agent
|
2026-08-24 17:39:30 +08:00 |
|
林玮 (Jade Lin)
|
53877dc035
|
feat(api): distinguish credit usage contexts
|
2026-08-24 17:23:04 +08:00 |
|
林玮 (Jade Lin)
|
9ef10e51b1
|
feat(api): track credit usage origins
|
2026-08-24 15:44:48 +08:00 |
|
Yansong Zhang
|
a7731bf6af
|
fix(agent): allow model-less inline Agent drafts
|
2026-08-24 14:53:15 +08:00 |
|
盐粒 Yanli
|
35a4533889
|
refactor(agent): simplify Agent v2 output contract (#41062)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-08-21 11:55:25 +00:00 |
|
Blackoutta
|
3a8fbcbd02
|
feat(trace): add provider-neutral unified tracing (#39451)
Co-authored-by: EvoX <evox@evomap.ai>
|
2026-08-21 11:28:18 +00:00 |
|
mesrop2008
|
23150c2319
|
fix(api): attach exc_info=True to logger.warning sites that drop the traceback (#41068)
|
2026-08-21 11:20:42 +00:00 |
|
Yunlu Wen
|
373f33fd3b
|
fix: add missing metrics back and enhance typing (#40935)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-08-21 09:46:45 +00:00 |
|
BeautyyuYanli
|
abe393ad9a
|
Merge PR #41062: refactor(agent): simplify Agent v2 output contract
|
2026-08-21 16:43:21 +08:00 |
|
BeautyyuYanli
|
8fb902442d
|
refactor(agent): simplify Agent v2 output contract
|
2026-08-21 16:37:18 +08:00 |
|
zl86790
|
9d8dacd0c8
|
fix(api): prevent dropped workflow_started events in Redis Streams (#40964)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
|
2026-08-21 03:46:50 +00:00 |
|
hyhyf
|
e425e18fca
|
fix: add MESSAGE_TRACE task on chat pipline error events (#39129)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-08-20 13:44:22 +00:00 |
|
Nguyễn Phương
|
7444f96a1d
|
refactor: clean away unnecessary-type-conversion (bool/str no-op wrappers) (#40822)
|
2026-08-19 03:48:45 +00:00 |
|
zyssyz123
|
c38fb16efa
|
fix(agent): retain usage for incomplete runs (#40937)
|
2026-08-18 13:11:22 +00:00 |
|
zyssyz123
|
5a0a12cb44
|
fix: preserve Agent tool-generated file outputs (#40917)
|
2026-08-18 05:59:43 +00:00 |
|
蓝破碎半圆/破碎蓝调
|
ba5e7d76fd
|
fix: accept legacy plugin daemon list responses (#38265)
|
2026-08-18 04:11:49 +00:00 |
|
Harsh Kashyap
|
ca32e87683
|
fix(api): bound connect phase to 5.0s in two api/core/ outbound timeouts (#40807)
Co-authored-by: Harsh Kashyap <Harsh23Kashyap@users.noreply.github.com>
|
2026-08-18 03:38:59 +00:00 |
|
mesrop2008
|
50d6c19ef4
|
fix(api): clear stale cancellation signals when resuming a paused workflow (#40905)
|
2026-08-18 02:27:43 +00:00 |
|
Asuka Minato
|
ce1aed8df5
|
test: migrate RAG pipeline sessions and ORM models to SQLite (#40511)
|
2026-08-17 12:12:46 +00:00 |
|
盐粒 Yanli
|
2aaac4dadb
|
feat(dify-agent): enforce signed upload size limits (#40883)
|
2026-08-17 11:59:42 +00:00 |
|
盐粒 Yanli
|
a679ee5644
|
fix(dify-agent): preserve snapshots for failed and cancelled runs (#40876)
|
2026-08-17 10:11:22 +00:00 |
|
盐粒 Yanli
|
96809473fc
|
feat(dify-agent): add context-aware history compaction (#40872)
|
2026-08-17 09:36:21 +00:00 |
|
zyssyz123
|
64587eae43
|
fix(workflow): preserve historical Agent node compatibility (#40859)
|
2026-08-17 07:31:38 +00:00 |
|
mesrop2008
|
c2e68335d4
|
docs: fix pipeline_generator docstrings to reference pipeline instead of app_model (#40813)
|
2026-08-15 12:09:16 +00:00 |
|
Harsh Kashyap
|
d43685bc79
|
fix(extension): chain original exception in APIBasedExtensionRequestor per PEP 3134 (#40810)
Co-authored-by: Harsh Kashyap <Harsh23Kashyap@users.noreply.github.com>
|
2026-08-15 08:48:28 +00:00 |
|
Dream
|
8031ea6d73
|
fix: replace bare except with except Exception in core agent, storage and vector backends (#40801)
|
2026-08-15 00:56:09 +00:00 |
|
chelsealong
|
b537fed907
|
fix(api): point SSRF-blocked error message at the correct dify issue (#40605)
|
2026-08-14 11:46:50 +00:00 |
|
盐粒 Yanli
|
3acc9470d4
|
feat(dify-agent): expand and enforce agent run limits (#40641)
|
2026-08-14 08:27:19 +00:00 |
|
林玮 (Jade Lin)
|
4e44ade07f
|
fix: handle long text URLs in webscraper (#40757)
|
2026-08-14 07:34:53 +00:00 |
|
Crazywoola
|
58653f2cdb
|
feat(workflow-generator): prefer installed tools (#40611)
|
2026-08-14 05:38:37 +00:00 |
|
林玮 (Jade Lin)
|
755c154b1f
|
refactor: resolve completion model via manager (#40756)
|
2026-08-14 02:52:42 +00:00 |
|
Harsh Kashyap
|
8238684334
|
fix(api): chain original exception in 13 except blocks per PEP 3134 (#40738)
Co-authored-by: Harsh Kashyap <Harsh23Kashyap@users.noreply.github.com>
|
2026-08-13 17:50:05 +00:00 |
|
zyssyz123
|
c9c7fb9962
|
fix(agent): meter internal LLM calls through API (#40613)
Co-authored-by: yyh <92089059+lyzno1@users.noreply.github.com>
|
2026-08-13 12:15:44 +00:00 |
|
林玮 (Jade Lin)
|
b9248690b0
|
refactor: generalize hosted model quota lifecycle (#40722)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-08-13 08:10:02 +00:00 |
|
盐粒 Yanli
|
79b8d7a797
|
fix(agent): normalize plugin provider identities (#40619)
Co-authored-by: Joel <iamjoel007@gmail.com>
|
2026-08-13 07:22:41 +00:00 |
|
林玮 (Jade Lin)
|
c647cfd6a3
|
refactor: resolve summary models through manager (#40696)
|
2026-08-13 06:22:22 +00:00 |
|
zyssyz123
|
6e80f42f38
|
fix(api): decouple response listeners from execution lifecycle (#39813)
|
2026-08-13 05:50:43 +00:00 |
|
Xiyuan Chen
|
5bacb68115
|
fix(ops): keep the path of self-hosted LangSmith and Weave endpoints (#40584)
|
2026-08-13 03:18:22 +00:00 |
|
林玮 (Jade Lin)
|
12e6838403
|
fix: meter hosted LLM invocations (#40589)
|
2026-08-12 12:33:21 +00:00 |
|
WH-2099
|
af382be837
|
fix(api): bind remaining RAG resources to owners (#40503)
|
2026-08-12 06:05:16 +00:00 |
|
Valor
|
e3812cf72b
|
fix: add zh_Hans labels for builtin Audio provider and its tools (#40408)
|
2026-08-11 08:27:59 +00:00 |
|
Byron.wang
|
c1e94f8ee7
|
refactor(api): consolidate deployment edition handling (#40142)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-08-11 07:39:01 +00:00 |
|
wangxiaolei
|
4c7b870062
|
fix: _multiple_retrieve_thread not fail fast (#40466)
|
2026-08-11 05:40:23 +00:00 |
|
林玮 (Jade Lin)
|
4eb9a24997
|
refactor(workflow): align standalone node execution layers (#40447)
|
2026-08-10 12:37:34 +00:00 |
|
zyqzyq
|
df250423d4
|
feat: add tool plugin param type date and date-picker (#36163)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: hjlarry <hjlarry@163.com>
|
2026-08-10 09:31:38 +00:00 |
|
medimedi
|
e036075e22
|
chore: Remove redundant dataset context string conversions (#40189)
|
2026-08-08 18:26:52 +00:00 |
|
chelsealong
|
2a742486c5
|
fix(agent-v2): accept composer UI ids on manual metadata filter conditions (#40171)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-08-08 06:55:27 +00:00 |
|