Yongtao Huang
|
7b71dbdc17
|
Chore: fix typo, no code change (#23331)
|
2025-08-03 22:30:28 +08:00 |
|
yyh
|
4d456d824f
|
fix(ui): temporarily remove TagSelector from app sidebar per design review (#23329)
|
2025-08-03 22:30:21 +08:00 |
|
lyzno1
|
09bb097461
|
fix(i18n): correct translation errors across multiple languages (#23328)
|
2025-08-03 18:31:50 +08:00 |
|
znn
|
e0728d4f10
|
retention of data filled on tab switch for tool plugin (#23323)
|
2025-08-03 18:31:15 +08:00 |
|
lyzno1
|
ecea3142c9
|
feat(ui): unify tag editing in app sidebar and add management entry to TagFilter (#23325)
|
2025-08-03 18:30:47 +08:00 |
|
Yongtao Huang
|
c39f9a031c
|
Fix segment query tenant bug and variable naming typo (#23321)
Signed-off-by: Yongtao Huang <yongtaoh2022@gmail.com>
|
2025-08-03 18:30:09 +08:00 |
|
qiaofenlin
|
b108f213b1
|
feat: support workflow version specification in workflow and chat APIs (#23188)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-08-03 16:27:12 +08:00 |
|
Warren Wong
|
8b9e0d7691
|
feat: Add Download Button to UI for Knowledge Resource Source Files (#23320)
|
2025-08-03 16:26:11 +08:00 |
|
znn
|
0222199f02
|
fixing chat window api recall fix on changing browser tab or window (#23301)
|
2025-08-03 10:14:17 +08:00 |
|
Yongtao Huang
|
6cf67a039a
|
Chore: replace deprecated datetime.utcnow() with naive_utc_now() (#23312)
Signed-off-by: Yongtao Huang <yongtaoh2022@gmail.com>
|
2025-08-03 10:11:47 +08:00 |
|
Matri Qi
|
1a81aad80e
|
chore: fix function name typo (#23306)
|
2025-08-03 10:09:26 +08:00 |
|
Asuka Minato
|
9c26e19572
|
replace db with sa to get typing support (#23240)
|
2025-08-02 23:54:23 +08:00 |
|
NeatGuyCoding
|
fa519797af
|
fix: fix wrong css class (#23299)
|
2025-08-02 17:36:15 +08:00 |
|
Matri Qi
|
71a7661682
|
Fix/variable input validation issue (#23300)
|
2025-08-02 17:35:51 +08:00 |
|
Hasta
|
275d4570cf
|
fix the error of unable to retrieve url from file (#13603)
|
2025-08-02 17:15:55 +08:00 |
|
lyzno1
|
7f9953cdb6
|
i18n: enhance check-i18n script with precise filtering and multiline support (#23298)
|
2025-08-02 12:52:12 +08:00 |
|
XiaoXiaoJiangYun
|
b598ceeecd
|
Update metadata_service.py (#23272)
|
2025-08-02 12:15:23 +08:00 |
|
XiaoXiaoJiangYun
|
de6c5491bc
|
Update metadata_service.py (#23271)
|
2025-08-02 12:14:43 +08:00 |
|
liujin-patsnap
|
7015b6df23
|
Fix: Correct file variable handling for custom tools in workflow (#18427)
|
2025-08-02 03:36:04 +08:00 |
|
DazzlingSong
|
f4ae19f6c7
|
fix video and audio extension, keep consistent with the web page. (#23287)
Co-authored-by: wangjialei <wangjialei@xiaomi.com>
|
2025-08-01 22:59:38 +08:00 |
|
Yongtao Huang
|
1fe4aa3ef0
|
Fix: incorrect array element validation in SegmentType (#23289)
|
2025-08-01 22:46:50 +08:00 |
|
Tianyi Jing
|
51d04e4e3f
|
fix: type for ProviderConfig.default (#23282)
Signed-off-by: jingfelix <jingfelix@outlook.com>
|
2025-08-01 17:37:22 +08:00 |
|
zxhlyh
|
fdc7d26bfe
|
Chore/variable label (#23270)
|
2025-08-01 15:43:36 +08:00 |
|
Yongtao Huang
|
95a3f4c571
|
CI: restrict autofix.ci to run only in official repo (#23267)
|
2025-08-01 15:21:31 +08:00 |
|
NeatGuyCoding
|
5b21840b3a
|
minor fix: fix default for status of TidbAuthBinding in compatible with various versions (#22288)
|
2025-08-01 14:51:16 +08:00 |
|
Leo Zhang
|
a4424e6657
|
Add a practical AKS one-click deployment Helm (#23253)
|
2025-08-01 14:22:59 +08:00 |
|
HyaCinth
|
25be0f7977
|
chore: Optimize component styles and interactions (#23250) (#23251)
|
2025-08-01 14:18:38 +08:00 |
|
wanttobeamaster
|
00508b3224
|
chore: tablestore full text search support score normalization (#23255)
Co-authored-by: xiaozhiqing.xzq <xiaozhiqing.xzq@alibaba-inc.com>
|
2025-08-01 14:14:11 +08:00 |
|
Alan Bustamante
|
d84ea9cb27
|
fix: improve boolean field handling in plugin configuration forms (#23160)
Co-authored-by: crazywoola <427733928@qq.com>
|
2025-08-01 10:34:46 +08:00 |
|
baonudesifeizhai
|
6c5e533a64
|
fix: resolve multipart/form-data boundary issue in HTTP Request compo nent #22880 (#23008)
Co-authored-by: crazywoola <427733928@qq.com>
|
2025-08-01 10:26:50 +08:00 |
|
Alex Chim
|
17c9afedfb
|
[Enhancement] Allow modify conversation variable via api (#23112)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-08-01 09:34:56 +08:00 |
|
kenwoodjw
|
fea48e0cd6
|
fix celery backend when use rabbitmq (#23238)
Signed-off-by: kenwoodjw <blackxin55+@gmail.com>
|
2025-08-01 09:26:05 +08:00 |
|
GuanMu
|
abc71ced84
|
Fix: Update the background color and hover effect of secondary buttons (#23186)
|
2025-07-31 21:19:34 +08:00 |
|
Asuka Minato
|
940d4ddeba
|
refine some orm types (#22885)
|
2025-07-31 18:43:04 +08:00 |
|
ian woolf
|
4ac85d4fa5
|
fix: set default value to avoid initializing with empty value (#23220)
|
2025-07-31 17:50:53 +08:00 |
|
HyaCinth
|
0d302ec2d5
|
chore: Optimize dark mode styles (#23222) (#23231)
|
2025-07-31 17:43:08 +08:00 |
|
Maries
|
b4d92640ef
|
fix: correct plugin indentation (#23228)
|
2025-07-31 17:35:39 +08:00 |
|
lyzno1
|
9049d1492a
|
fix: resolve sidebar animation glitches and layout shifts in app detail page (#23216) (#23221)
|
2025-07-31 16:04:49 +08:00 |
|
Yongtao Huang
|
0606ec291b
|
Chroe: some misc cleanup (#23203)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-07-31 15:33:39 +08:00 |
|
NFish
|
4161ba9865
|
fix: call checkOrSetAccessToken when app access mode is PUBLIC (#23195)
Co-authored-by: crazywoola <427733928@qq.com>
|
2025-07-31 14:18:54 +08:00 |
|
GuanMu
|
70301df399
|
Fix: Fix style issues (#23209)
|
2025-07-31 11:47:34 +08:00 |
|
Jason Young
|
f1e982a5ee
|
Add comprehensive security tests for file upload controller (#23102)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-07-31 10:32:16 +08:00 |
|
kenwoodjw
|
dcdcefd4c8
|
fix remote file (#23127)
Signed-off-by: kenwoodjw <blackxin55+@gmail.com>
|
2025-07-31 10:30:54 +08:00 |
|
lyzno1
|
f49b472c4b
|
fix: prevent client-side crashes from null/undefined plugin data in workflow (#23154) (#23182)
|
2025-07-31 10:03:33 +08:00 |
|
znn
|
516828f594
|
fixing embedded chat styling (#23198)
|
2025-07-31 10:03:03 +08:00 |
|
Ali Saleh
|
ae22a9280c
|
feat: Enable Tracing Support For Phoenix Cloud Instance (#23196)
|
2025-07-30 15:58:26 -07:00 |
|
Aurelius Huang
|
89de8d5271
|
feat(notion): Notion Database extracts Rows content in row order and appends Row Page URL (#22646)
Co-authored-by: Aurelius Huang <cm.huang@aftership.com>
|
2025-07-30 21:35:20 +08:00 |
|
Wu Tianwei
|
434f98318f
|
chore: Update vulnerable eslint dependencies (#23192)
|
2025-07-30 21:31:23 +08:00 |
|
lyzno1
|
7ba7f6b6ce
|
chore(i18n): sync missing keys in zh-Hans and ja-JP (#23175)
|
2025-07-30 18:00:41 +08:00 |
|
Will
|
38836cb108
|
fix: Error processing trace tasks (#23170)
|
2025-07-30 18:00:15 +08:00 |
|