Skip to content

Commit 4b504a1

Browse files
committed
docs(changelog): refine 1.9.0 release notes
1 parent 00b4d09 commit 4b504a1

2 files changed

Lines changed: 10 additions & 24 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,14 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and
1010

1111
### Added
1212

13-
- **CLI access-token automation** — added `bl auth generate-access-token`; OpenAPI login can obtain and persist a Console access token, and Console requests can refresh an expired token with stored AK/SK credentials.
14-
- **`bl workspace init`** — initializes a Bailian workspace, creates the Console user, and activates required postpaid services in one workflow.
15-
- **Named Config Profiles** — added isolated named profiles, persistent activation, and `bl config list`, `bl config use`, and `bl config ui` for profile management.
16-
- **Token Plan model Profile**`bl auth login --config token-plan --api-key ...` materializes the built-in Token Plan endpoint and default model settings for model calls.
17-
- **STS credentials** — OpenAPI authentication now accepts and signs requests with an optional security token.
18-
19-
### Changed
20-
21-
- Successful `bl auth login --config <name>` now activates that Profile automatically; failed validation and dry runs leave the active Profile unchanged.
22-
- Model Base URLs are normalized consistently across flags, environment variables, and Config Profiles.
13+
- **Token Plan support** — log in and call supported models directly without manually configuring the endpoint.
14+
- **Named Config Profiles** — create, switch, and manage isolated configurations; logging in to a named Profile activates it automatically.
15+
- **Console Access Token automation** — generate and automatically refresh Console Access Tokens.
16+
- **`bl workspace init`** — initialize a Bailian workspace and activate the required services in one workflow.
2317

2418
### Fixed
2519

26-
- `bl config show` now masks all supported secret fields.
27-
- Config updates preserve unmanaged fields, and logout clears the complete OpenAPI credential set including STS security tokens.
20+
- Improved configuration safety and consistency, including secret masking and preservation of custom configuration fields.
2821

2922
## [1.8.3] - 2026-07-16
3023

CHANGELOG.zh.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,14 @@
1010

1111
### 新增
1212

13-
- **CLI Access Token 自动化** —— 新增 `bl auth generate-access-token`;OpenAPI 登录可获取并保存 Console Access Token,Console 请求可使用已保存的 AK/SK 自动刷新过期 Token。
14-
- **`bl workspace init`** —— 通过一条工作流初始化百炼工作空间、创建控制台用户并开通所需的后付费服务。
15-
- **命名 Config Profile** —— 新增相互隔离的命名 Profile、持久化激活状态,以及用于管理 Profile 的 `bl config list``bl config use``bl config ui`
16-
- **Token Plan 模型 Profile** —— `bl auth login --config token-plan --api-key ...` 会物化 Token Plan 内置接入地址与默认模型配置,供模型命令直接使用。
17-
- **STS 凭证** —— OpenAPI 鉴权现支持可选 Security Token,并在签名请求中自动携带。
18-
19-
### 变更
20-
21-
- `bl auth login --config <name>` 成功后会自动激活该 Profile;验证失败和 dry-run 不改变当前激活项。
22-
- 模型 Base URL 现在会在命令行参数、环境变量和 Config Profile 各来源中统一归一化。
13+
- **支持 Token Plan** —— 登录后即可直接调用支持的模型,无需手动配置接入地址。
14+
- **命名 Config Profile** —— 支持创建、切换和管理相互隔离的配置,登录后会自动激活当前 Profile。
15+
- **Console Access Token 自动化** —— 支持生成并自动刷新 Console Access Token。
16+
- **`bl workspace init`** —— 一站式完成百炼工作空间初始化和所需服务开通。
2317

2418
### 修复
2519

26-
- `bl config show` 现在会脱敏全部支持的密钥字段。
27-
- 配置更新会保留未管理字段,退出登录会完整清理包括 STS Security Token 在内的 OpenAPI 凭证。
20+
- 提升配置安全性与一致性,包括密钥脱敏和自定义配置字段保留。
2821

2922
## [1.8.3] - 2026-07-16
3023

0 commit comments

Comments
 (0)