Skip to content

Commit 026e250

Browse files
committed
Merge branch 'main' into feat/multi-channel-install
2 parents 658763a + 6d61afc commit 026e250

26 files changed

Lines changed: 49 additions & 37 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ 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.13.1] - 2026-08-03
10+
11+
### Changed
12+
13+
- **Default text model upgraded to Qwen3.8-Max**`bl text chat`, pipelines, API key validation, the config UI, and Managed Agent init templates now default to `qwen3.8-max`; Token Plan also moves from the preview model to the stable release.
14+
915
## [1.13.0] - 2026-07-30
1016

1117
### Added

CHANGELOG.zh.md

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

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

9+
## [1.13.1] - 2026-08-03
10+
11+
### 变更
12+
13+
- **默认文本模型升级至 Qwen3.8-Max**`bl text chat`、Pipeline、API Key 登录校验、配置 UI 和 Managed Agent 初始化模板现在默认使用 `qwen3.8-max`;Token Plan 也由预览版切换至正式版。
14+
915
## [1.13.0] - 2026-07-30
1016

1117
### 新增

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ _Built for AI Agents. Every command works as a structured tool call._
2424

2525
Equip your AI Agent out-of-the-box with these capabilities, composable across complex tasks:
2626

27-
- **Text chat** — Qwen3.7-max: major gains in agentic coding, frontend coding, and vibe coding
27+
- **Text chat** — Qwen3.8-max: major gains in agentic coding, frontend coding, and vibe coding
2828
- **Multimodal (Omni)** — Full omni-modal support across text + image + audio + video
2929
- **Image generation & editing** — Qwen-Image 2.0: pro text rendering, photorealism, strong semantic adherence, multi-image composition
3030
- **Video generation & editing** — happyhorse-1.1 series: text-/image-/reference-to-video and natural-language video editing (up to 9-image reference)

README.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ _专为 AI Agent 打造,每个命令均可作为结构化工具调用。_
2424

2525
让您的 AI Agent 开箱即具备以下能力,并可在复杂任务中自动组合调用:
2626

27-
- **文本对话** — Qwen3.7-max:Agentic coding、前端编程、Vibe coding 等能力显著增强
27+
- **文本对话** — Qwen3.8-max:Agentic coding、前端编程、Vibe coding 等能力显著增强
2828
- **全模态对话** — 文本 + 图像 + 音频 + 视频全模态支持
2929
- **图像生成与编辑** — Qwen-Image 2.0:专业文字渲染、真实质感、强语义遵循、多图合成
3030
- **视频生成与编辑** — happyhorse-1.1 系列,支持文生 / 图生 / 参考生(最多 9 张图参考)/ 自然语言视频编辑

packages/cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ _Built for AI Agents. Every command works as a structured tool call._
2424

2525
Equip your AI Agent out-of-the-box with these capabilities, composable across complex tasks:
2626

27-
- **Text chat** — Qwen3.7-max: major gains in agentic coding, frontend coding, and vibe coding
27+
- **Text chat** — Qwen3.8-max: major gains in agentic coding, frontend coding, and vibe coding
2828
- **Multimodal (Omni)** — Full omni-modal support across text + image + audio + video
2929
- **Image generation & editing** — Qwen-Image 2.0: pro text rendering, photorealism, strong semantic adherence, multi-image composition
3030
- **Video generation & editing** — happyhorse-1.1 series: text-/image-/reference-to-video and natural-language video editing (up to 9-image reference)

packages/cli/README.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ _专为 AI Agent 打造,每个命令均可作为结构化工具调用。_
2424

2525
让您的 AI Agent 开箱即具备以下能力,并可在复杂任务中自动组合调用:
2626

27-
- **文本对话** — Qwen3.7-max:Agentic coding、前端编程、Vibe coding 等能力显著增强
27+
- **文本对话** — Qwen3.8-max:Agentic coding、前端编程、Vibe coding 等能力显著增强
2828
- **全模态对话** — 文本 + 图像 + 音频 + 视频全模态支持
2929
- **图像生成与编辑** — Qwen-Image 2.0:专业文字渲染、真实质感、强语义遵循、多图合成
3030
- **视频生成与编辑** — happyhorse-1.1 系列,支持文生 / 图生 / 参考生(最多 9 张图参考)/ 自然语言视频编辑

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.13.0",
3+
"version": "1.13.1",
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.13.0",
3+
"version": "1.13.1",
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/commands/src/commands/auth/login-api-key.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export async function validateAndPersistApiKey(
5757
const persistBaseUrl = profile.persistBaseUrl
5858
? normalizeModelBaseUrl(profile.persistBaseUrl)
5959
: undefined;
60-
const validationModel = "qwen3.7-max";
60+
const validationModel = "qwen3.8-max";
6161
const requestOpts = {
6262
url: baseUrl + chatPath(),
6363
method: "POST",

packages/commands/src/commands/config/shared.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export const UI_BOOLEAN_KEYS = new Set<string>(["telemetry"]);
6060
// are surfaced as input placeholders so users can see the effective default
6161
// without persisting a value that would pin the model.
6262
export const UI_MODEL_DEFAULTS: Record<string, string> = {
63-
default_text_model: "qwen3.7-max",
63+
default_text_model: "qwen3.8-max",
6464
default_image_model: "qwen-image-2.0",
6565
default_video_model: "happyhorse-1.1-t2v",
6666
default_speech_model: "cosyvoice-v3-flash",
@@ -80,7 +80,7 @@ export interface ModelOption {
8080
// Only names present in the codebase are listed here — no invented models.
8181
export const UI_MODEL_CATALOG: Record<string, ModelOption[]> = {
8282
default_text_model: [
83-
{ id: "qwen3.7-max", role: "text/chat default" },
83+
{ id: "qwen3.8-max", role: "text/chat default" },
8484
{ id: "qwen3-coder-plus", role: "coding-oriented (agent config)" },
8585
{ id: "qwen-flash", role: "fast · advisor ranking" },
8686
{ id: "qwen3.6-flash", role: "fast · advisor intent" },

0 commit comments

Comments
 (0)