Skip to content

Commit e246cb9

Browse files
authored
Merge pull request #104 from modelstudioai/feat/change-log
feat: add change log
2 parents f7dbafc + 569057f commit e246cb9

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and
66

77
[中文版](CHANGELOG.zh.md) · [README](README.md) · [Contributing](CONTRIBUTING.md)
88

9+
## [1.8.2] - 2026-07-15
10+
11+
### Changed
12+
13+
- `bl model list` now defaults to JSON output; pass `--output text` for the table view.
14+
15+
### Fixed
16+
17+
- `bl model list --enrich` now returns each model's input parameter schema (predictConfig); it was previously always empty because the console gateway response envelope was not unwrapped.
18+
919
## [1.8.1] - 2026-07-14
1020

1121
### Changed

CHANGELOG.zh.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@
66

77
[English](CHANGELOG.md) · [README](README.zh.md) · [参与贡献](CONTRIBUTING.zh.md)
88

9+
## [1.8.2] - 2026-07-15
10+
11+
### 变更
12+
13+
- `bl model list` 现在默认以 JSON 输出;需要表格视图请传 `--output text`
14+
15+
### 修复
16+
17+
- `bl model list --enrich` 现在能正确返回每个模型的输入参数 schema(predictConfig);此前因未解包控制台网关响应信封而始终为空。
18+
919
## [1.8.1] - 2026-07-14
1020

1121
### 变更

0 commit comments

Comments
 (0)