Skip to content

Commit 88576a6

Browse files
committed
fix(release): build before check; reformat docs
Follow-up to 1.1.1. - release.mjs: build packages before type checks so bailian-cli-core resolves on clean checkouts - CHANGELOG: record the above under Fixed - Reformat CONTRIBUTING / INSTALL / README / docs tables (prettier only, no content changes)
1 parent b896c3f commit 88576a6

11 files changed

Lines changed: 122 additions & 122 deletions

File tree

CHANGELOG.md

Lines changed: 30 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ Documentation-only release. No CLI or SDK behavior changes.
2020
- Removed unpkg links from README in favor of canonical sources.
2121
- `tools/release.mjs` now asserts root and `packages/cli` READMEs stay in sync before publishing.
2222

23+
### Fixed
24+
25+
- `tools/release.mjs check` now builds packages before running type checks, so `bailian-cli-core` resolves correctly from a clean checkout (previously cascaded into ~80 spurious TS errors).
26+
2327
## [1.1.0] - 2026-05-28
2428

2529
Initial public release on GitHub. The CLI was previously developed internally; this is the first version published as open source under Apache-2.0.
@@ -30,38 +34,38 @@ Out-of-the-box capabilities your AI agent can compose across complex tasks:
3034

3135
**Model services**
3236

33-
| Capability | Default | Description |
34-
| ------------------ | ----------------------------- | ------------------------------------------------------------------------------------------------- |
35-
| Text generation | `qwen3.7-max` | Flagship Max model for the agent era — strong at coding, office work, and long-horizon autonomy |
36-
| Speech synthesis | `cosyvoice-v3-flash` | Multi-voice real-time streaming TTS with enhanced naturalness/emotion; clone from 5–20s samples |
37-
| Speech recognition | `fun-asr` | 7 Chinese dialects + 20+ Mandarin accents; covers 30 languages |
38-
| Image generation | `qwen-image-2.0` | Fused generation & editing, pro text rendering, photorealism, strong semantic adherence |
39-
| Image editing | `qwen-image-2.0` | Smart editing with multi-image composition |
40-
| Image-to-video | `happyhorse-1.0-i2v` | Faithful text-semantic interpretation, smooth high-quality output |
41-
| Text-to-video | `happyhorse-1.0-t2v` | Vivid motion reproduction with rich detail |
42-
| Reference-to-video | `happyhorse-1.0-r2v` | Up to 9 reference images; stable subject & scene preservation |
43-
| Video editing | `happyhorse-1.0-video-edit` | Natural-language video editing, up to 5 reference images |
44-
| Vision understanding | `qwen-vl` | Long-form video analysis, chart/document parsing, visual reasoning, multilingual OCR |
37+
| Capability | Default | Description |
38+
| -------------------- | --------------------------- | ----------------------------------------------------------------------------------------------- |
39+
| Text generation | `qwen3.7-max` | Flagship Max model for the agent era — strong at coding, office work, and long-horizon autonomy |
40+
| Speech synthesis | `cosyvoice-v3-flash` | Multi-voice real-time streaming TTS with enhanced naturalness/emotion; clone from 5–20s samples |
41+
| Speech recognition | `fun-asr` | 7 Chinese dialects + 20+ Mandarin accents; covers 30 languages |
42+
| Image generation | `qwen-image-2.0` | Fused generation & editing, pro text rendering, photorealism, strong semantic adherence |
43+
| Image editing | `qwen-image-2.0` | Smart editing with multi-image composition |
44+
| Image-to-video | `happyhorse-1.0-i2v` | Faithful text-semantic interpretation, smooth high-quality output |
45+
| Text-to-video | `happyhorse-1.0-t2v` | Vivid motion reproduction with rich detail |
46+
| Reference-to-video | `happyhorse-1.0-r2v` | Up to 9 reference images; stable subject & scene preservation |
47+
| Video editing | `happyhorse-1.0-video-edit` | Natural-language video editing, up to 5 reference images |
48+
| Vision understanding | `qwen-vl` | Long-form video analysis, chart/document parsing, visual reasoning, multilingual OCR |
4549

4650
**Application data**
4751

48-
| Capability | Default | Description |
49-
| -------------- | -------------------------------- | -------------------------------------------------------------------- |
50-
| Knowledge base | Aliyun Model Studio Knowledge | Multimodal RAG CRUD and retrieval; requires AccessKey |
51-
| Memory | Aliyun Model Studio Memory | Cross-session persistence for personalized coherent dialogue |
52+
| Capability | Default | Description |
53+
| -------------- | ----------------------------- | ------------------------------------------------------------ |
54+
| Knowledge base | Aliyun Model Studio Knowledge | Multimodal RAG CRUD and retrieval; requires AccessKey |
55+
| Memory | Aliyun Model Studio Memory | Cross-session persistence for personalized coherent dialogue |
5256

5357
**Application building**
5458

55-
| Capability | Default | Description |
56-
| -------------- | ---------------- | ------------------------------------------ |
57-
| Workflow calls | Workflow service | Invoke published workflow apps |
58-
| Agent calls | Agent service | Invoke published agent apps |
59+
| Capability | Default | Description |
60+
| -------------- | ---------------- | ------------------------------ |
61+
| Workflow calls | Workflow service | Invoke published workflow apps |
62+
| Agent calls | Agent service | Invoke published agent apps |
5963

6064
**Tools**
6165

62-
| Capability | Default | Description |
63-
| ------------------ | ---------------------------------------- | ------------------------------------------------------------------------------------------ |
64-
| Web search | `bailian_web_search` | Real-time internet retrieval for accuracy and freshness |
65-
| Temp file upload | Temp upload service | Free temp storage; upload local files for URLs (48-hour validity) |
66-
| Free-quota query | Quota query | Check available free-tier quota by model id |
67-
| API reference | Aliyun Model Studio API reference docs | Auto-integrate Aliyun Model Studio model and app capability APIs during build |
66+
| Capability | Default | Description |
67+
| ---------------- | -------------------------------------- | ----------------------------------------------------------------------------- |
68+
| Web search | `bailian_web_search` | Real-time internet retrieval for accuracy and freshness |
69+
| Temp file upload | Temp upload service | Free temp storage; upload local files for URLs (48-hour validity) |
70+
| Free-quota query | Quota query | Check available free-tier quota by model id |
71+
| API reference | Aliyun Model Studio API reference docs | Auto-integrate Aliyun Model Studio model and app capability APIs during build |

CHANGELOG_CN.md

Lines changed: 29 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
- 移除 README 中的 unpkg 链接,改用官方来源。
2121
- `tools/release.mjs` 在发布前会校验根目录与 `packages/cli` 的 README 保持同步。
2222

23+
### 修复
24+
25+
- `tools/release.mjs check` 现在会先构建包再执行类型检查,确保 `bailian-cli-core` 在干净检出环境下能正确解析(此前会级联出约 80 个虚假的 TS 错误)。
26+
2327
## [1.1.0] - 2026-05-28
2428

2529
GitHub 上的首次公开发布。本项目此前在内部开发,这是首个以 Apache-2.0 协议开源的版本。
@@ -30,38 +34,38 @@ GitHub 上的首次公开发布。本项目此前在内部开发,这是首个以
3034

3135
**模型服务**
3236

33-
| 能力 | 默认服务 | 简介 |
34-
| ---------- | ----------------------------- | ----------------------------------------------------------------------------------- |
35-
| 文本生成 | `qwen3.7-max` | 面向智能体时代的旗舰 Max 模型,编程、办公与长周期自主执行能力出色 |
36-
| 语音生成 | `cosyvoice-v3-flash` | 多音色实时流式合成,自然度/情感增强,5-20s 样本即可克隆 |
37-
| 语音识别 | `fun-asr` | 汉语七大方言 + 20+ 口音官话,覆盖 30 种语种 |
38-
| 图像生成 | `qwen-image-2.0` | 图片生成与编辑融合,专业文字渲染、真实质感、强语义遵循 |
39-
| 图像编辑 | `qwen-image-2.0` | 智能编辑,支持多图合成 |
40-
| 图生视频 | `happyhorse-1.0-i2v` | 精准理解文本语义,输出流畅自然的高质量视频 |
41-
| 文生视频 | `happyhorse-1.0-t2v` | 高度还原动态画面,细节丰富 |
42-
| 参考生视频 | `happyhorse-1.0-r2v` | 支持最多 9 张图片参考,稳定主体与场景保持 |
43-
| 视频编辑 | `happyhorse-1.0-video-edit` | 自然语言指令编辑视频,支持最多 5 张图片参考 |
44-
| 视觉理解 | `qwen-vl` | 长视频分析、图表/文档解析、视觉推理、多语言 OCR |
37+
| 能力 | 默认服务 | 简介 |
38+
| ---------- | --------------------------- | ---------------------------------------------------------------- |
39+
| 文本生成 | `qwen3.7-max` | 面向智能体时代的旗舰 Max 模型,编程、办公与长周期自主执行能力出色 |
40+
| 语音生成 | `cosyvoice-v3-flash` | 多音色实时流式合成,自然度/情感增强,5-20s 样本即可克隆 |
41+
| 语音识别 | `fun-asr` | 汉语七大方言 + 20+ 口音官话,覆盖 30 种语种 |
42+
| 图像生成 | `qwen-image-2.0` | 图片生成与编辑融合,专业文字渲染、真实质感、强语义遵循 |
43+
| 图像编辑 | `qwen-image-2.0` | 智能编辑,支持多图合成 |
44+
| 图生视频 | `happyhorse-1.0-i2v` | 精准理解文本语义,输出流畅自然的高质量视频 |
45+
| 文生视频 | `happyhorse-1.0-t2v` | 高度还原动态画面,细节丰富 |
46+
| 参考生视频 | `happyhorse-1.0-r2v` | 支持最多 9 张图片参考,稳定主体与场景保持 |
47+
| 视频编辑 | `happyhorse-1.0-video-edit` | 自然语言指令编辑视频,支持最多 5 张图片参考 |
48+
| 视觉理解 | `qwen-vl` | 长视频分析、图表/文档解析、视觉推理、多语言 OCR |
4549

4650
**应用数据**
4751

48-
| 能力 | 默认服务 | 简介 |
49-
| ------ | ---------------- | --------------------------------------------- |
52+
| 能力 | 默认服务 | 简介 |
53+
| ------ | ---------------- | ---------------------------------------------- |
5054
| 知识库 | 阿里云百炼知识库 | 多模态数据知识库增删改查检索,需 AccessKey 认证 |
51-
| 记忆库 | 阿里云百炼记忆库 | 跨会话持久化存储,提供个性化连贯对话体验 |
55+
| 记忆库 | 阿里云百炼记忆库 | 跨会话持久化存储,提供个性化连贯对话体验 |
5256

5357
**应用构建**
5458

55-
| 能力 | 默认服务 | 简介 |
56-
| ---------- | ---------- | -------------------------- |
57-
| 工作流调用 | 工作流服务 | 调用已有的工作流应用服务 |
58-
| 智能体调用 | 智能体服务 | 调用已有的智能体应用服务 |
59+
| 能力 | 默认服务 | 简介 |
60+
| ---------- | ---------- | ------------------------ |
61+
| 工作流调用 | 工作流服务 | 调用已有的工作流应用服务 |
62+
| 智能体调用 | 智能体服务 | 调用已有的智能体应用服务 |
5963

6064
**工具能力**
6165

62-
| 能力 | 默认服务 | 简介 |
63-
| ------------ | --------------------------------- | ------------------------------------------------------------------------ |
64-
| 联网搜索 | `bailian_web_search` | 实时互联网全栈信息检索,提升回答准确性及时效性 |
65-
| 临时文件上传 | 临时文件上传服务 | 免费临时存储空间,上传本地文件获得 URL(有效期 48 小时) |
66-
| 模型额度查询 | 模型额度查询 | 根据模型 id 查询可以使用的免费额度 |
67-
| 接口文档 | 阿里云百炼模型应用 API 调用参考文档 | 在构建应用的过程中,自动为您的应用集成阿里云百炼模型和应用能力 API |
66+
| 能力 | 默认服务 | 简介 |
67+
| ------------ | ----------------------------------- | ----------------------------------------------------------------- |
68+
| 联网搜索 | `bailian_web_search` | 实时互联网全栈信息检索,提升回答准确性及时效性 |
69+
| 临时文件上传 | 临时文件上传服务 | 免费临时存储空间,上传本地文件获得 URL(有效期 48 小时) |
70+
| 模型额度查询 | 模型额度查询 | 根据模型 id 查询可以使用的免费额度 |
71+
| 接口文档 | 阿里云百炼模型应用 API 调用参考文档 | 在构建应用的过程中,自动为您的应用集成阿里云百炼模型和应用能力 API |

CONTRIBUTING.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ pnpm bl video generate --prompt "a cat walking"
4747

4848
## Common scripts
4949

50-
| Command | What it does |
51-
| ---------------- | ------------------------------------------- |
52-
| `pnpm bl <args>` | Run the CLI from source |
53-
| `pnpm dev` | Watch-build `bailian-cli-core` |
54-
| `pnpm check` | Format + lint + type check |
55-
| `pnpm test` | Unit + e2e (e2e needs `DASHSCOPE_API_KEY`) |
56-
| `pnpm ready` | Full pre-PR verification |
50+
| Command | What it does |
51+
| ---------------- | ------------------------------------------ |
52+
| `pnpm bl <args>` | Run the CLI from source |
53+
| `pnpm dev` | Watch-build `bailian-cli-core` |
54+
| `pnpm check` | Format + lint + type check |
55+
| `pnpm test` | Unit + e2e (e2e needs `DASHSCOPE_API_KEY`) |
56+
| `pnpm ready` | Full pre-PR verification |
5757

5858
## AI Native engineering
5959

CONTRIBUTING_CN.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ pnpm bl video generate --prompt "一只走路的猫"
4747

4848
## 常用脚本
4949

50-
| 命令 | 作用 |
51-
| ---------------- | ------------------------------------------ |
52-
| `pnpm bl <args>` | 从源码运行 CLI |
53-
| `pnpm dev` | watch-build `bailian-cli-core` |
54-
| `pnpm check` | format + lint + 类型检查 |
55-
| `pnpm test` | 单测 + e2e(e2e 需要 `DASHSCOPE_API_KEY`) |
56-
| `pnpm ready` | 提 PR 前的完整自检 |
50+
| 命令 | 作用 |
51+
| ---------------- | ---------------------------------------- |
52+
| `pnpm bl <args>` | 从源码运行 CLI |
53+
| `pnpm dev` | watch-build `bailian-cli-core` |
54+
| `pnpm check` | format + lint + 类型检查 |
55+
| `pnpm test` | 单测 + e2e(e2e 需要 `DASHSCOPE_API_KEY`) |
56+
| `pnpm ready` | 提 PR 前的完整自检 |
5757

5858
## AI Native 工程化
5959

0 commit comments

Comments
 (0)