You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+38-1Lines changed: 38 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,44 @@ All notable changes to `bailian-cli` and `bailian-cli-core` are documented here.
4
4
5
5
The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). The two packages share a single version number — they are always released together.
- Skill install command updated from `npx skills add modelstudioai/skills` to `npx skills add modelstudioai/cli --all -g` across all READMEs and docs.
14
+
-`bl update` now automatically updates the `bailian-cli` agent skill after CLI upgrade.
15
+
- Renamed `README_CN.md` to `README.zh.md` (ISO 639 convention) across the entire repo.
16
+
17
+
### Added
18
+
19
+
- Official skill (`skills/bailian-cli/`) now ships in this repository with pre-commit auto-generation of reference docs and SKILL.md version sync.
20
+
- Bilingual READMEs (EN + CN) for the `bailian-cli` skill.
21
+
22
+
## [1.2.0] - 2026-06-05
23
+
24
+
### Added
25
+
26
+
-`bl mcp` command group: `bl mcp list` to list MCP servers, `bl mcp tools <server>` to inspect available tools, and `bl mcp call <server>.<tool>` to invoke a tool with `--arg k=v` or `--json`.
27
+
-`bl advisor recommend` — describe your task in natural language and get intelligent model recommendations ranked by fit, with context-window, pricing, and capability details.
28
+
29
+
### Fixed
30
+
31
+
- Image/video watermark was always on regardless of config; now respects `bl config set watermark false`.
[Aliyun Model Studio CLI Site](https://bailian.console.aliyun.com/cli?source_channel=cli_github&) · [中文文档](https://github.com/modelstudioai/cli/blob/main/README_CN.md) · [API Documentation](https://help.aliyun.com/zh/model-studio/) · [Get API Key](https://bailian.console.aliyun.com/cli?source_channel=key_github&)
12
+
[Aliyun Model Studio CLI Site](https://bailian.console.aliyun.com/cli?source_channel=cli_github&) · [中文文档](https://github.com/modelstudioai/cli/blob/main/README.zh.md) · [API Documentation](https://help.aliyun.com/zh/model-studio/) · [Get API Key](https://bailian.console.aliyun.com/cli?source_channel=key_github&)
13
13
14
14
---
15
15
@@ -32,7 +32,9 @@ Equip your AI Agent out-of-the-box with these capabilities, composable across co
32
32
-**Image & video understanding** — Qwen-VL: long-form video analysis, chart/document parsing, visual reasoning, multilingual OCR
33
33
-**Knowledge base & memory** — Multimodal RAG retrieval and cross-session memory for personalized, coherent dialogue
34
34
-**App calls** — Invoke agents and workflows already published on Aliyun Model Studio
35
+
-**MCP integration** — Orchestrate Bailian MCP servers: list services, inspect tools, and invoke any tool directly from the terminal
35
36
-**Web search** — Real-time internet retrieval for up-to-date, accurate answers
37
+
-**Model recommendation** — Describe your scenario and get best-fit model suggestions; supports scoped search, model comparison, and alternative discovery
0 commit comments