Commit Graph

11331 Commits

Author SHA1 Message Date
yyh
5bb8658b0d
fix: use timestamp hook 2026-06-24 16:19:55 +08:00
yyh
a656e514aa
fix: no console api 2026-06-24 16:18:00 +08:00
Joel
fe274fc28c feat: build and preview chat 2026-06-24 15:53:41 +08:00
yyh
63e91b40ae
Merge remote-tracking branch 'origin/main' into feat/agent-v2 2026-06-24 15:48:37 +08:00
Xiyuan Chen
32dc9ff2d9
fix(cli): make app-info cache resilient to corrupt entries + route errors through structured envelope (WTA-257) (#37852) 2026-06-24 07:39:26 +00:00
yyh
dbb7e36ab9
Merge remote-tracking branch 'origin/main' into feat/agent-v2 2026-06-24 15:32:22 +08:00
Asuka Minato
2112115962
chore: make AccountService.load_user use passed session (#37764)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-24 07:29:12 +00:00
yyh
4ddc9ceb5c
feat: embed agent webapp 2026-06-24 15:26:27 +08:00
Stephen Zhou
f665bcac95
chore(web): clean up unused production code (#37854)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-24 07:10:17 +00:00
Asuka Minato
347b02d318
chore: rm all mock_logger (#37786)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-24 07:10:02 +00:00
yyh
01c138e7a9
fix(api): site dto 2026-06-24 14:47:30 +08:00
Wu Tianwei
eb19140986
chore: Update permission keys and descriptions for multiple languages to simplify application and dataset management phrases (#37859) 2026-06-24 06:24:38 +00:00
yyh
71df1572b7
fix: use new icon in agent v2 node 2026-06-24 14:08:32 +08:00
github-actions[bot]
f8a9605417
chore(i18n): sync translations with en-US (#37855)
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
2026-06-24 05:54:21 +00:00
yyh
5d0ec54e8c
Merge remote-tracking branch 'origin/main' into feat/agent-v2 2026-06-24 13:51:02 +08:00
Jingyi
4573aaa717
fix(web): polish onboarding main nav and preferences tab (#37844)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
2026-06-24 05:46:53 +00:00
Joel
ac80d95aed chore: split hooks frorm agent 2026-06-24 13:43:08 +08:00
Evan
67a5eacf2d
refactor: pass session as parameter in knowledge_retrieval_inner_service and agent_app_feature_service (#37639)
Co-authored-by: Asuka Minato <i@asukaminato.eu.org>
2026-06-24 05:34:41 +00:00
jashwanth_reddy_gummula
2cde7e4a94
fix: resolve DetachedInstanceError via session management refactoring (#37847)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-24 05:33:12 +00:00
Jingyi
4086f5f2d9
fix(web): align marketplace i18n terminology (#37837) 2026-06-24 05:18:07 +00:00
Myshkin451
31c08faded
refactor: inject session into audio TTS (#37849) 2026-06-24 04:49:48 +00:00
Stephen Zhou
1c1b20aa46
refactor(web): simplify deployment action state (#37851) 2026-06-24 04:39:52 +00:00
Wu Tianwei
24dd7ea3a8
fix: add RBAC feature toggle to environment configuration (#37853) 2026-06-24 04:18:59 +00:00
zyssyz123
1eafbf9763
fix(agent): save workflow agents as console roster apps (#37848) 2026-06-24 03:35:12 +00:00
yyh
b1feacca6b
Merge remote-tracking branch 'origin/main' into feat/agent-v2 2026-06-24 11:28:14 +08:00
kunal
d0b2239c60
refactor: accept db.session explicitly in ApiKeyAuthService (#37832)
Co-authored-by: kunalj1-arch <kunal.j1@turing.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-06-24 01:20:47 +00:00
Stephen Zhou
50b3228bc7
refactor(web): reuse infinite scroll hook in deployments (#37825) 2026-06-23 14:22:09 +00:00
kunal
5b453069d1
refactor: for db.session feedback service.export feedbacks (#37763)
Co-authored-by: kunalj1-arch <kunal.j1@turing.com>
Co-authored-by: Asuka Minato <i@asukaminato.eu.org>
2026-06-23 14:01:40 +00:00
yyh
7ef6c13d0d
feat(agent-v2): wire workflow agent copy and roster save 2026-06-23 21:31:49 +08:00
Stephen Zhou
acf6d0ddc9
refactor(web): simplify deployment async ownership (#37823) 2026-06-23 13:20:23 +00:00
Stephen Zhou
d8ed874dc7
refactor(web): manage deployment async state with atoms (#37819) 2026-06-23 12:50:16 +00:00
yyh
673d84073b
Merge remote-tracking branch 'origin/main' into feat/agent-v2 2026-06-23 20:46:06 +08:00
github-actions[bot]
ed500761c8
chore(i18n): sync translations with en-US (#37760)
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: yyh <92089059+lyzno1@users.noreply.github.com>
2026-06-23 12:41:44 +00:00
zyssyz123
26b0ff2a01
feat(agent): copy roster agent into workflow inline agent (#37813)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-23 12:28:29 +00:00
yyh
3d24e21709
feat: add roster beta badge 2026-06-23 20:11:41 +08:00
yyh
f11b09abf1
feat(webapp): customize 2026-06-23 20:01:50 +08:00
yyh
238b9202d6
fix: stabilize sidebar nav active layout 2026-06-23 20:00:54 +08:00
yyh
573f9de17a
fix(agent-v2): update configure nav icon 2026-06-23 19:57:36 +08:00
yyh
d6e902e5a7
fix(agent-v2): rename configure nav label 2026-06-23 19:48:31 +08:00
yyh
bf5caeb9f1
fix: new api key modal 2026-06-23 19:36:43 +08:00
Stephen Zhou
b56e5f74e7
fix(web): stabilize deployment state hydration (#37818) 2026-06-23 11:07:15 +00:00
yyh
1e17c0f314
feat: access point settings 2026-06-23 18:57:55 +08:00
林玮 (Jade Lin)
4ac8c5a30e
fix(agent): inject env inline per-command instead of persisting workspace file (#37815) 2026-06-23 10:46:11 +00:00
yyh
73c9017e63
fix(web): update agent access settings icon 2026-06-23 18:34:01 +08:00
yyh
6dd394edee
fix(agent-v2): open workflow references in new tab 2026-06-23 18:29:25 +08:00
yyh
53b59eea8b
feat: support nested agent output children 2026-06-23 18:14:34 +08:00
wangxiaolei
be3677f145
fix: fix logic (#37812)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-23 10:11:52 +00:00
github-actions[bot]
d1a3f31f15
chore(i18n): sync translations with en-US (#37802)
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: yyh <92089059+lyzno1@users.noreply.github.com>
2026-06-23 10:05:42 +00:00
Yanli 盐粒
c9a3fa9a45 Merge remote-tracking branch 'origin/feat/agent-v2' into feat/agent-v2 2026-06-23 17:57:54 +08:00
Joel
bf01ad417c fix: publish state 2026-06-23 17:54:32 +08:00