@@ -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
2529Initial 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 |
0 commit comments