ba06ed5f41
Merge remote-tracking branch 'origin/main' into feat/ui-onboarding-rewrite
2026-06-02 15:48:10 +08:00
f36852646f
Merge remote-tracking branch 'origin/main' into feat/ui-onboarding-rewrite
2026-06-02 15:34:02 +08:00
dea4e66456
fix(web): use generated account-profile contracts ( #36927 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-02 07:28:05 +00:00
888483a2f8
fix: user token ( #36930 )
2026-06-02 07:20:07 +00:00
7056985f72
refactor: inject current user id in stop message endpoints ( #36925 )
...
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-02 06:48:10 +00:00
e35d23c3cb
feat(api): Agent App type S1 — AppMode.AGENT + create flow + binding ( #36829 )
...
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-02 03:50:10 +00:00
c64d3e98c4
fix(tools): use short-lived sessions for icon lookups to prevent idle-in-transaction ( #36903 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-02 01:59:10 +00:00
be997384f3
Merge remote-tracking branch 'origin/main' into feat/ui-onboarding-rewrite
2026-06-01 19:40:06 +08:00
5658065b97
test: satisfy strict pyrefly for migrated container tests ( #36791 )
2026-06-01 11:09:40 +00:00
acbea6701c
Merge remote-tracking branch 'origin/main' into feat/ui-onboarding-rewrite
2026-06-01 18:33:10 +08:00
71ffaacb58
fix(api): centralize remote file retrieval ( #36399 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-01 09:25:08 +00:00
c9c4fca7a7
chore: merge feat/local-storage-react-hook
2026-06-01 16:05:14 +08:00
86497045c9
feat: per-credential visibility control for plugin credentials ( #35468 )
...
Co-authored-by: Yang <yang@Yangs-MacBook-Pro.local >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-06-01 05:56:18 +00:00
5c315ea7fe
Merge remote-tracking branch 'origin/main' into feat/ui-onboarding-rewrite
...
# Conflicts:
# web/app/components/tools/mcp/index.tsx
2026-06-01 12:29:40 +08:00
240912cef5
fix(api): preserve hierarchical estimate rules ( #36852 )
...
Co-authored-by: root <kinsonnee@gmail.com >
2026-06-01 03:16:09 +00:00
e7be04fd58
fix(api): dedup EndUser in plugin get_user by session_id for Reverse Invocation ( #36742 )
2026-06-01 00:57:29 +00:00
0a3005701f
refactor: inject current user into user-only controllers ( #36754 )
...
Co-authored-by: Asuka Minato <i@asukaminato.eu.org >
2026-05-31 15:03:15 +00:00
f241ae25be
fix : #36585 dep inject current user id ( #36845 )
...
Co-authored-by: duongynhi000005-oss <duongynhi000005-oss@users.noreply.github.com >
Co-authored-by: Asuka Minato <i@asukaminato.eu.org >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-05-31 14:37:39 +00:00
ac09702d08
Merge branch 'codex/server-prefetch-current-workspace' into feat/ui-onboarding-rewrite
2026-05-31 22:00:25 +08:00
ec5404cc9d
chore: split trial models to a single API ( #36796 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-05-31 13:09:13 +00:00
20f62b9919
fix(web): use generated current workspace query ( #36843 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-05-31 13:04:18 +00:00
04f5555580
chore: split to single app_dsl_version API ( #36864 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-05-31 12:13:44 +00:00
df40960f5d
chore: dep inject for model ( #36750 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: WH-2099 <wh2099@pm.me >
2026-05-30 17:40:46 +00:00
599960024d
refactor(api): migrate console/service_api.dataset.document to BaseModel ( #36506 )
...
Co-authored-by: WH-2099 <wh2099@pm.me >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-05-30 14:38:27 +00:00
928f888ef5
refactor(api): migrate console/service_api.dataset.segment to BaseModel ( #36522 )
...
Co-authored-by: WH-2099 <wh2099@pm.me >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-05-30 13:54:01 +00:00
0b60338ad5
chore: reuse injected SQLAlchemy sessions in app read paths ( #36798 )
2026-05-30 00:23:58 +00:00
15b2a8fdb7
Merge remote-tracking branch 'origin/refactor/suspense-boundary' into feat/ui-onboarding-rewrite
2026-05-29 20:23:54 +08:00
c530a5d272
fix(api): validate annotation list pagination query ( #36807 )
...
Co-authored-by: root <kinsonnee@gmail.com >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-05-29 06:25:48 +00:00
35956247ab
Merge remote-tracking branch 'origin/main' into feat/ui-onboarding-rewrite
2026-05-29 11:51:24 +08:00
2cc567c6a3
feat: add DTO for agent api ( #36797 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-05-29 03:36:41 +00:00
236f389fce
Merge remote-tracking branch 'origin/main' into feat/ui-onboarding-rewrite
2026-05-29 10:24:10 +08:00
a180ab19e4
chore: type check test container tests ( #36790 )
2026-05-29 01:54:25 +00:00
6a8aaa5a36
Merge remote-tracking branch 'origin/main' into feat/ui-onboarding-rewrite
2026-05-28 11:20:10 -07:00
13eaa436e7
test: isolate Redis state in container tests ( #36740 )
2026-05-28 12:42:25 +00:00
f5ab5e7eb3
fix: fix cannot extract elements from a scalar ( #36769 )
2026-05-28 07:31:36 +00:00
0c40e1c2a0
feat: add cross-environment app migration workflow ( #36765 )
...
Co-authored-by: XW <wei.xu1@wiz.ai >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-05-28 07:30:33 +00:00
678260e34e
test: migrate workspace members tests to containers ( #36738 )
...
Co-authored-by: jamesrayammons <63717587+jamesrayammons@users.noreply.github.com >
2026-05-28 06:01:05 +00:00
0e1f19a380
refactor: inject tenant id in tenant-only console handlers ( #36751 )
2026-05-28 03:50:28 +00:00
1dc12d1661
Merge remote-tracking branch 'origin/main' into feat/ui-onboarding-rewrite
2026-05-27 12:08:53 -07:00
9cdeffd0b1
feat(api): agent backend session lifecycle for workflow agent nodes ( #36724 )
...
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-27 15:00:21 +00:00
09ef785a20
test: move delete account task to container integration ( #36733 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-05-27 13:58:58 +00:00
d2788d7aba
feat(openapi): redesign auth pipeline with per-token-type routing ( #36693 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-05-27 12:45:30 +00:00
33d95ab23a
Merge remote-tracking branch 'origin/main' into feat/ui-onboarding-rewrite
2026-05-27 16:40:30 +08:00
b034449a0c
refactor(api): migrate console/service_api.dataset.hit_testing to BaseModel ( #36533 )
2026-05-27 06:51:42 +00:00
7815228395
Merge branch 'feat/ui-onboarding-rewrite' of github.com:langgenius/dify into feat/ui-onboarding-rewrite
2026-05-27 14:45:28 +08:00
dcd40b5004
fix install_app n+1 query
2026-05-27 14:44:00 +08:00
9e5668c233
Merge remote-tracking branch 'origin/main' into feat/ui-onboarding-rewrite
2026-05-27 13:31:01 +08:00
6e1e0d9439
feat(openapi,cli): workspace switch + member management ( #36651 )
...
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-05-27 03:05:47 +00:00
58923f38e6
Merge remote-tracking branch 'origin/main' into feat/ui-onboarding-rewrite
2026-05-27 11:03:21 +08:00
8486a5b213
feat(api): add plugin auto-upgrade category contracts
2026-05-27 11:03:04 +08:00