chore: release 1.3.2

Bump bailian-cli / bailian-cli-core to 1.3.2, sync skill version, and
document the omni --audio HTTP 400 fix (#54) in CHANGELOG. Also add the
.ogg extension to the --audio help text and reference doc.
This commit is contained in:
若麒
2026-06-12 18:33:36 +08:00
parent e67acc118f
commit ef7aa493e0
7 changed files with 17 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "bailian-cli",
"version": "1.3.1",
"version": "1.3.2",
"description": "CLI for Aliyun Model Studio (DashScope) AI Platform.",
"keywords": [
"agent",
+1 -1
View File
@@ -100,7 +100,7 @@ export default defineCommand({
{ flag: "--image <url>", description: "Image URL or local file (repeatable)", type: "array" },
{
flag: "--audio <url>",
description: "Audio URL or local file (.wav/.mp3/.amr/.aac/.m4a/.3gp/.3gpp)",
description: "Audio URL or local file (.wav/.mp3/.amr/.aac/.m4a/.ogg/.3gp/.3gpp)",
type: "array",
},
{