cwz_eikoh
b8aa072b7e
Feature(mcp): support x-api-key authentication for mcp-server ( #24471 )
...
* feat(mcp-server): support base64 ak/sk
* fix(mcp-agent): try to fix route of default-mcp-tools
2026-03-19 15:04:37 +08:00
cwz_eikoh
bdc211a779
feat(llm): support model import for vllm ( #24499 )
2026-03-19 15:03:35 +08:00
wanyaoqi
dfaf5bca39
fix(glance): cache images to ceph add brand filter ( #24473 )
...
* fix(glance): cache images to ceph add brand filter
* fix(region): iso image support default uefi boot mod
2026-03-19 11:45:08 +08:00
Jian Qiu
9f752de9cb
fix: logger add app-options-show api ( #24495 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-03-19 11:44:17 +08:00
屈轩
abf2c17ef3
fix: update api doc ( #24496 )
2026-03-19 11:01:11 +08:00
屈轩
17d3e9f0fb
fix(region): allow set disk auto-delete attribute ( #24486 )
2026-03-19 10:27:47 +08:00
Zexi Li
98b7509522
fix(llm): derive openclaw auth password from llm id ( #24482 )
2026-03-18 19:02:14 +08:00
屈轩
02052405cc
fix(region): vendor update ( #24481 )
2026-03-18 18:51:26 +08:00
wanyaoqi
d64f7fde42
fix(baremetal-agent): bm register reuse baseprepare updateBmInfo ( #24472 )
2026-03-18 10:10:13 +08:00
Zexi Li
860a8f764a
fix(monitor): align multi-metric alert conditions in notifications ( #24470 )
2026-03-17 15:57:51 +08:00
屈轩
bd2ffa7c46
fix: add more log info ( #24460 )
2026-03-17 14:38:50 +08:00
Zexi Li
3dcc91434c
feat(llm): add llm_types filters and cleanup dify cli ( #24458 )
2026-03-16 18:05:05 +08:00
Zexi Li
04d29503ee
feat(llm): 调整 openclaw 容器与 LLM 基础模型/sku 逻辑 ( #24455 )
2026-03-16 16:20:01 +08:00
Zexi Li
169ff8fcab
fix(llm): mount openclaw home dir ( #24451 )
2026-03-13 20:38:48 +08:00
屈轩
d5bed784d8
fix(region): avoid delete ksyun vm error ( #24440 )
2026-03-13 15:23:05 +08:00
Jian Qiu
55f54cc697
fix: compat fixes for container host in vm ( #24445 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-03-13 13:26:59 +08:00
cwz_eikoh
d3ab4af466
feat(llm): init vllm as llm_container ( #24338 )
...
* feat(llm): init vllm as llm_container
* feat(vllm): fix save-instant-model for vllm
* feat(llm): support quick-model for vllm
* feat(vllm): support preferred-model in llm
* fix(llm): add ValidateSpec in llm_container_driver
* feat(vllm): auto-set vllm params
2026-03-13 11:07:02 +08:00
Zexi Li
1fe46558ce
feat(host): rotate container logs ( #24433 )
2026-03-12 15:15:14 +08:00
Zexi Li
cf2f140c08
feat(llm): add login-info api ( #24431 )
2026-03-12 07:21:20 +08:00
wanyaoqi
86ab99b270
fix(region): guestnetworksecgroup list add network info ( #24394 )
2026-03-11 19:32:01 +08:00
wanyaoqi
bf838b80c0
fix(host): check file exist before copy ovmf vars ( #24367 )
2026-03-11 19:29:50 +08:00
Zexi Li
6dbc39b04f
feat(llm): restart action ( #24427 )
2026-03-11 19:08:28 +08:00
屈轩
2203c2322c
fix(cloudmon): update volc api ( #24422 )
2026-03-11 16:54:39 +08:00
Zexi Li
3bdd431db0
Automated cherry pick of #24411 : openclaw llm agent ( #24420 )
...
* support comfyui and openclaw
feat(region,host): support env credential of container
feat(llm): openclaw url
* fix(region): delete server without host_id
* feat(llm): llm spec
2026-03-11 15:21:31 +08:00
屈轩
2f8f46f890
fix(monitor): add vm out bandwidth metric ( #24416 )
2026-03-11 13:49:50 +08:00
屈轩
9cbf9a27dc
fix(region): vendor update ( #24412 )
2026-03-11 11:03:12 +08:00
屈轩
af8f9b06ef
fix(region): persistence server status change ( #24407 )
2026-03-10 15:06:36 +08:00
cwz_eikoh
4d625207bb
feat(llm): polymetric dify with llm ( #24399 )
...
* feat(llm): polymetric dify with llm
* fix(llm): drop LLMSpecHolder & fix some bugs
2026-03-10 10:23:34 +08:00
Zexi Li
2d25a147eb
fix(region): associate eip to pod ( #24404 )
2026-03-09 15:24:21 +08:00
Zexi Li
92322ba6ba
fix(monitor): 仅在 From/To/Interval 为空时设置默认值 ( #24396 )
...
setDefaultValue 中 From、To、Interval 改为仅在当前值为空时
才用 inputQuery 覆盖,避免覆盖用户已指定的查询时间范围与间隔
2026-03-06 19:13:19 +08:00
Zexi Li
2385e921ff
fix(host): hard code start index of va gpu ( #24391 )
2026-03-05 11:55:24 +08:00
Zexi Li
6968d8278b
feat(host): cgroupv2 implemented for pod ( #24388 )
2026-03-04 11:22:06 +08:00
cwz_eikoh
a279c4f89f
fix: some bugs in mcp-agent & llm ( #24355 )
...
* fix(mcp-agent): encoding issue when simulated streaming
* fix(mcp-agent): use chat-stream in phase tool-choose
* fix(mcp-agent): support reasoning model
* fix(llm): add pre-delete detection
* feat(mcp-agent): add default mcp-agent
* feat(mcp-agent): add default-mcp-tools
2026-03-03 16:07:32 +08:00
cwz_eikoh
efea8bdbf7
feat(mcp-server): add mcp-server config ( #24354 )
...
* feat(mcp-server): add mcp-server config
* fix(mcp-agent): add claude mcp-server-config
2026-03-03 16:06:07 +08:00
屈轩
700ba69483
fix(esxi-agent): vendor update for rebuild root fail ( #24378 )
2026-03-03 00:10:28 +08:00
Zexi Li
86bff744da
feat(monitor): support disable_notify_recovery for commonalert ( #24377 )
2026-03-02 16:13:21 +08:00
屈轩
bdb3a90964
fix(region): check bind disk resource ( #24371 )
2026-03-02 12:02:48 +08:00
屈轩
949cef6348
fix(region): snapshot size opslog ( #24368 )
2026-02-28 16:38:23 +08:00
屈轩
fa30390902
fix(region): avoid sync remove disk ( #24361 )
2026-02-27 15:05:48 +08:00
屈轩
3a9d04254e
fix(ansibleserver): update telegraf ( #24358 )
2026-02-27 14:06:33 +08:00
Jian Qiu
525d0ff8ed
fix: allow uncache deleted image ( #24352 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-02-26 23:07:32 +08:00
wanyaoqi
b72ee232e4
fix(host): add guest max mem size options ( #24333 )
2026-02-26 20:26:28 +08:00
Zexi Li
e3adcba461
fix(monitor): convert SNodeAlert to SCommonAlert in FetchCustomizeColumns ( #24345 )
...
Pass cObjs of type *SCommonAlert to SCommonAlertManager.FetchCustomizeColumns
instead of *SNodeAlert so the parent correctly fetches common alert columns.
2026-02-25 19:31:59 +08:00
Jian Qiu
3023c9cadb
fix: keep climc network-create backward compatibility ( #24341 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-02-25 09:02:59 +08:00
屈轩
b3a1b09963
fix(region): avoid account sync cost time abnormal ( #24334 )
2026-02-24 17:33:51 +08:00
Jian Qiu
4f3b357173
fix: instance snapshot virtual size ( #24327 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-02-24 09:23:00 +08:00
Zexi Li
b81306bb13
fix(region): wrong args type on callback function of DiskCreateTask ( #24332 )
2026-02-13 17:09:43 +08:00
Zexi Li
4faf4e87b4
fix(host): do not set cached image status to active for TGZ on host ( #24326 )
...
TGZ images are unpacked after fetch on host; leave status update to region
StorageCacheImageTask so cachedimage becomes active only in OnCacheSucc.
2026-02-13 10:05:39 +08:00
Jian Qiu
998ac1ae75
fix: ensure s3 client init for s3 storage driver ( #24323 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-02-12 10:01:49 +08:00
Zexi Li
cfaf88752a
feat(region,host): support post overlay uppper config ( #24318 )
2026-02-11 16:57:52 +08:00