Skip to content

Commit e53ef23

Browse files
Merge pull request #214 from modelstudioai/release/1.27.0
chore(release): prepare 1.27.0
2 parents 75bece7 + b5689a8 commit e53ef23

16 files changed

Lines changed: 46 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ 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.27.0] - 2026-09-18
10+
11+
### Added
12+
13+
- **Monitoring, logs, and alerts** — Added `bl monitor`, `bl log`, and `bl alert` command groups for model call statistics, failures, latency, token usage, audit and inference logs, traces, delivery configuration, and alert management.
14+
- **Model discovery and code samples** — Added `bl model search` for relevance-ranked catalog search and `bl model code` for ready-to-run SDK examples.
15+
16+
### Changed
17+
18+
- **Model catalog**`bl model list` now supports input/output modality filters, hides offline models by default, and can include them with `--include-deprecated`.
19+
20+
### Fixed
21+
22+
- **Speech voices**`bl speech synthesize --list-voices` now supports the built-in voices and documentation links for `qwen-audio-3.0-tts-plus` and `qwen-audio-3.0-tts-flash`.
23+
- **Unix binary distribution** — Added `.tar.gz` release assets and checksums for macOS and Linux, enabling installation without an `unzip` dependency while retaining `.zip` assets for compatibility.
24+
925
## [1.26.0] - 2026-09-17
1026

1127
### Changed

CHANGELOG.zh.md

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

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

9+
## [1.27.0] - 2026-09-18
10+
11+
### 新增
12+
13+
- **监控、日志与告警** —— 新增 `bl monitor``bl log``bl alert` 命令组,支持查看模型调用量、失败、耗时、Token 用量、审计与推理日志、调用链,配置数据投递并管理告警。
14+
- **模型发现与示例代码** —— 新增 `bl model search`,可按相关度搜索模型目录;新增 `bl model code`,可获取开箱即用的 SDK 调用示例。
15+
16+
### 变更
17+
18+
- **模型目录** —— `bl model list` 新增输入/输出模态筛选,默认隐藏已下线模型,并可通过 `--include-deprecated` 将其包含在结果中。
19+
20+
### 修复
21+
22+
- **语音音色** —— `bl speech synthesize --list-voices` 现在支持查看 `qwen-audio-3.0-tts-plus``qwen-audio-3.0-tts-flash` 的内置音色及对应文档。
23+
- **Unix 二进制分发** —— 为 macOS 和 Linux 增加带校验和的 `.tar.gz` 发布资产,使安装流程可不依赖 `unzip`,同时保留 `.zip` 资产以兼容现有流程。
24+
925
## [1.26.0] - 2026-09-17
1026

1127
### 变更

packages/cli/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ Once installed, just describe your task to your AI Agent — no need to assemble
117117
| Image & video generation | "Generate an image of a cat in a spacesuit on Mars, then turn it into a video." |
118118
| Speech recognition | "Transcribe this audio; if proper nouns are wrong, add hot words and try again." |
119119
| Usage & quota | "Show my recent model usage, free-tier quota, and rate limits." |
120+
| Monitoring & alerts | "Show my model call stats, failures and logs, and create an alert rule." |
120121
| Model selection | "Recommend a model for image understanding and customer support." |
121122
| About Bailian CLI | "Tell me what Bailian CLI can do for me, and suggest how to use it for my needs." |
122123

packages/cli/README.zh.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ irm https://bailian.aliyun.com/cli/install.ps1 | iex
116116
| 图片和视频生成 | “生成一张穿着太空服的猫站在火星上的图片,再把它制作成一段视频。” |
117117
| 语音识别 | “把这段音频转写成文字,专有名词识别不准的话帮我加上热词再试。” |
118118
| 用量与额度 | “查看最近的模型用量、免费额度和限流情况。” |
119+
| 监控与告警 | “查看我的模型调用统计、失败明细和调用日志,并创建一条告警规则。” |
119120
| 模型选型 | “推荐一个适合图片理解和智能客服的模型。” |
120121
| 了解 Bailian CLI | “介绍一下 Bailian CLI 能帮我完成哪些任务,并根据我的需求推荐使用方式。” |
121122

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bailian-cli",
3-
"version": "1.26.0",
3+
"version": "1.27.0",
44
"description": "CLI for Aliyun Model Studio (DashScope) AI Platform.",
55
"keywords": [
66
"agent",

packages/commands/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bailian-cli-commands",
3-
"version": "1.26.0",
3+
"version": "1.27.0",
44
"description": "Command library for bailian-cli products (knowledge, memory, media, …). See https://www.npmjs.com/package/bailian-cli for usage.",
55
"homepage": "https://bailian.console.aliyun.com/cli",
66
"bugs": {

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bailian-cli-core",
3-
"version": "1.26.0",
3+
"version": "1.27.0",
44
"description": "Core SDK for bailian-cli. See https://www.npmjs.com/package/bailian-cli for usage.",
55
"homepage": "https://bailian.console.aliyun.com/cli",
66
"bugs": {

packages/kscli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "knowledge-studio-cli",
3-
"version": "1.26.0",
3+
"version": "1.27.0",
44
"description": "Lightweight RAG CLI for Aliyun Model Studio — focused on knowledge-base retrieval.",
55
"keywords": [
66
"alibaba-cloud",

packages/runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bailian-cli-runtime",
3-
"version": "1.26.0",
3+
"version": "1.27.0",
44
"description": "Runtime framework for bailian-cli (createCli, registry, args, output, pipeline). See https://www.npmjs.com/package/bailian-cli for usage.",
55
"homepage": "https://bailian.console.aliyun.com/cli",
66
"bugs": {

skills/bailian-cli/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: bailian-cli
33
metadata:
4-
version: "1.26.0"
4+
version: "1.27.0"
55
requires:
66
bins: ["bl"]
77
description: >-

0 commit comments

Comments
 (0)