|
|
f1fa71c15e
|
Fix agent drive ToolFile user canonicalization
|
2026-06-22 17:36:39 +08:00 |
|
|
|
e3aee7be71
|
Rename Dify agent inner API settings
|
2026-06-22 16:45:54 +08:00 |
|
|
|
c3bd42ab93
|
Merge remote-tracking branch 'origin/main' into feat/agent-v2
# Conflicts:
# api/controllers/console/app/agent_drive_inspector.py
# api/migrations/versions/2026_06_18_2300-b2515f9d4c2a_agent_drive_skill_metadata_refactor.py
# api/openapi/markdown/console-openapi.md
# api/services/agent/skill_standardize_service.py
# api/services/agent_drive_service.py
# api/tests/unit_tests/controllers/console/app/test_agent_drive_inspector.py
# api/tests/unit_tests/services/agent/test_skill_standardize_service.py
# packages/contracts/generated/api/console/agent/orpc.gen.ts
# packages/contracts/generated/api/console/agent/types.gen.ts
# packages/contracts/generated/api/console/agent/zod.gen.ts
# packages/contracts/generated/api/console/apps/orpc.gen.ts
# packages/contracts/generated/api/console/apps/types.gen.ts
# packages/contracts/generated/api/console/apps/zod.gen.ts
|
2026-06-22 16:43:54 +08:00 |
|
|
|
084f122814
|
refactor(openapi/cli): split app usage-face from studio-app build-face (#37641)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-06-22 07:46:59 +00:00 |
|
|
|
c83dcce1f7
|
chore: remove duplicate code (#37724)
|
2026-06-22 06:57:56 +00:00 |
|
|
|
47ee9f7435
|
fix: bound OperationService billing requests (#37425)
Signed-off-by: Yufeng He <40085740+he-yufeng@users.noreply.github.com>
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
|
2026-06-22 06:45:03 +00:00 |
|
|
|
c1ab6226a2
|
fix(agent): support restoring roster versions (#37734)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-06-22 06:31:50 +00:00 |
|
|
|
908c148667
|
fix(hitl): stop confusing 404 when resuming forms via CLI (#37556)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-06-22 06:11:27 +00:00 |
|
|
|
ea3ef81396
|
refactor(tests): replace mock_logger with caplog in 5 service tests (#37468) (#37715)
Co-authored-by: Asuka Minato <i@asukaminato.eu.org>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-06-22 05:53:51 +00:00 |
|
|
|
7b3508e376
|
fix: add legacy snippet permissions (#37718)
|
2026-06-22 05:37:21 +00:00 |
|
|
|
34c1bf1062
|
feat(agent): add skill inspect API (#37726)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-06-22 05:22:10 +00:00 |
|
|
|
5b22648ec0
|
[autofix.ci] apply automated fixes
|
2026-06-22 05:12:15 +00:00 |
|
|
|
1c5839e351
|
Fix agent v2 CI failures
|
2026-06-22 13:03:37 +08:00 |
|
|
|
9840dd1e2b
|
Merge remote-tracking branch 'origin/main' into feat/agent-v2
|
2026-06-22 12:24:25 +08:00 |
|
|
|
265dc54c51
|
fix(watercrawl): don't disable request timeouts with timeout=None (#37685)
Signed-off-by: Yufeng He <40085740+he-yufeng@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-06-22 03:08:58 +00:00 |
|
|
|
89d4fe91bc
|
fix: add bounded timeout to Firecrawl credential validation (#37638)
|
2026-06-22 02:56:15 +00:00 |
|
|
|
8cc690268b
|
fix: invalidate credential cache after OAuth refresh (#37630)
|
2026-06-22 02:30:32 +00:00 |
|
|
|
3a3ad6ad7c
|
fix: skip empty tool entries in legacy dataset config extraction (#37669)
Signed-off-by: Yufeng He <40085740+he-yufeng@users.noreply.github.com>
|
2026-06-21 07:32:15 +00:00 |
|
|
|
44464c8c63
|
test: replace patch logger with caplog in core/rag tests (#37468) (#37621)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-06-21 07:30:40 +00:00 |
|
|
|
b60f83e308
|
refactor(test): replace logger mock with caplog in billing and vector service tests (#37697)
Signed-off-by: MeloMei <burnapwipprechtna268@gmail.com>
|
2026-06-21 05:31:52 +00:00 |
|
|
|
a8e3257f43
|
refactor: accept db.session explicitly in FileService.get_upload_files_by_ids (#37695)
|
2026-06-21 05:18:28 +00:00 |
|
|
|
9b4dd9d4e8
|
refactor: accept db.session explicitly in APIBasedExtensionService (#37693)
|
2026-06-21 00:53:36 +00:00 |
|
|
|
75d50455d6
|
refactor: accept db.session explicitly in FeedbackService (#37694)
|
2026-06-21 00:52:36 +00:00 |
|
|
|
adfd820220
|
fix(watercrawl): bound client request timeouts (#37515)
|
2026-06-21 00:47:25 +00:00 |
|
|
|
dcff1870d5
|
refactor: accept db.session explicitly in SavedMessageService (#37682)
|
2026-06-20 12:35:06 +00:00 |
|
|
|
b3e724dce1
|
fix(agent): return conflict for duplicate agent names (#37686)
|
2026-06-20 12:25:08 +00:00 |
|
|
|
517b27c2b4
|
test: migrate hit testing dump record tests (#37672)
|
2026-06-20 12:12:14 +00:00 |
|
|
|
a7b53b33ee
|
chore: move one db.session (#37656)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-06-19 19:52:59 +00:00 |
|
|
|
fae607e2fe
|
chore: add Type to test (#37191)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-06-19 16:44:20 +00:00 |
|
|
|
13d9fd7826
|
Merge remote-tracking branch 'origin/main' into feat/agent-v2
|
2026-06-19 11:33:34 +08:00 |
|
|
|
8052c93133
|
refactor(api): type end user records with enum (#36945)
Co-authored-by: WH-2099 <wh2099@pm.me>
|
2026-06-19 01:02:01 +00:00 |
|
|
|
bd15b8e6ce
|
chore: add more type in test (#37609)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-06-18 23:07:12 +00:00 |
|
|
|
fcad148ff3
|
fix(agent-v2): break drive service import cycle
|
2026-06-19 03:26:48 +08:00 |
|
|
|
df9006f01b
|
feat(agent-v2): derive skills from agent drive
|
2026-06-19 02:56:16 +08:00 |
|
|
|
e4500d2b9d
|
chore: Caplog type (#37603)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-06-18 18:53:13 +00:00 |
|
|
|
33edf97f81
|
feat: RBAC (#37107)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: fatelei <fatelei@gmail.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: 盐粒 Yanli <yanli@dify.ai>
Co-authored-by: Charles Yao <chongbinyao33@gmail.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Co-authored-by: yunlu.wen <yunlu.wen@dify.ai>
Co-authored-by: yyh <92089059+lyzno1@users.noreply.github.com>
Co-authored-by: Jingyi <jingyi.qi@dify.ai>
Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: hjlarry <hjlarry@163.com>
Co-authored-by: Asuka Minato <i@asukaminato.eu.org>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Xiyuan Chen <52963600+GareArc@users.noreply.github.com>
Co-authored-by: gigglewang <gigglewang@dify.ai>
Co-authored-by: chariri <w@chariri.moe>
Co-authored-by: Evan <2869018789@qq.com>
Co-authored-by: zyssyz123 <916125788@qq.com>
|
2026-06-18 16:35:29 +00:00 |
|
|
|
0df30dd269
|
fix(agent): resolve roster file downloads versions and log filters (#37626)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-06-18 12:06:27 +00:00 |
|
|
|
933df2f490
|
fix(agent): decouple roster from app quota (#37625)
|
2026-06-18 08:48:18 +00:00 |
|
|
|
c52eafe2ca
|
docs: enrich generated service API descriptions (#37615)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-06-18 08:43:39 +00:00 |
|
|
|
2f72b576f0
|
fix(agent): keep debugger session across soul saves (#37620)
|
2026-06-18 08:24:20 +00:00 |
|
|
|
2604c33e54
|
refactor(tests): replace mock_logger with caplog in service tests (#37468) (#37617)
|
2026-06-18 07:55:48 +00:00 |
|
|
|
694bf3754c
|
test: use caplog for annotation service logging (#37618)
|
2026-06-18 07:54:47 +00:00 |
|
|
|
26b0137c83
|
chore: improve invite member flow (#37479)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Jingyi <jingyi.qi@dify.ai>
|
2026-06-18 06:30:01 +00:00 |
|
|
|
3f2d22ec0f
|
feat(agent-v2): sync nightly updates to main (#37599)
Co-authored-by: Jingyi-Dify <jingyi.qi@dify.ai>
Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: hjlarry <hjlarry@163.com>
Co-authored-by: Bond Zhu <783504079@qq.com>
Co-authored-by: Yansong Zhang <916125788@qq.com>
Co-authored-by: yyh <92089059+lyzno1@users.noreply.github.com>
|
2026-06-18 05:03:34 +00:00 |
|
|
|
4304044905
|
chore: example of make db.session pass from parameter. (#37561)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-06-18 02:16:09 +00:00 |
|
|
|
43192036fa
|
fix: require Agent App role (#37601)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-06-18 01:23:45 +00:00 |
|
|
|
0dd966f7b8
|
fix: stream Agent App backend deltas (#37600)
|
2026-06-18 01:23:20 +00:00 |
|
|
|
af99414fc1
|
chore: port isinstance to match case (#37271)
Co-authored-by: WH-2099 <wh2099@pm.me>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
|
2026-06-18 00:18:03 +00:00 |
|
|
|
f0b34bdeb4
|
feat(api): LLM polling support (#37462)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: WH-2099 <wh2099@pm.me>
|
2026-06-17 23:34:33 +00:00 |
|
|
|
19838972dc
|
fix: add service api openapi descriptions (#37595)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-06-17 16:02:43 +00:00 |
|