museav-cli 3.0.2 → 3.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.0.3 (2026-08-29)
4
+
5
+ ### 批量出图:`gen --batch`,一次提交一批,不用再写循环
6
+
7
+ 电商套图、海报批量这种「一口气 N 张」的场景,原来要自己逐张提交、自己处理限流退避。
8
+ 现在把每条写进一个文件,一行一条,中台排队消化:
9
+
10
+ ```bash
11
+ museav gen --batch prompts.txt --skill xhs-cover
12
+ ```
13
+
14
+ - 每行一条(配合 `--skill` / `--template` 时是业务描述,否则是完整提示词);
15
+ `#` 注释行和空行跳过,`--batch -` 读 stdin
16
+ - `--ratio` / `--ref` / `--transparent` / `--project` 等选项作为公共参数作用于每一行
17
+ - 撞限流自动等冷却后补交剩余项,**已提交的不会重复扣费**
18
+ - 完成后按行序把图片 URL 逐行输出,方便接管道
19
+
20
+ > 3.0.2 的发布卡片误带了 3.0.1 的旧介绍(发版时 CHANGELOG 未更新),本版一并修正。
21
+ > 功能本体在 3.0.2 已可用,3.0.3 无代码变更。
22
+
3
23
  ## 3.0.1 (2026-08-28)
4
24
 
5
25
  ### 把 reel-kit 的推荐位做实
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "museav-cli",
3
- "version": "3.0.2",
3
+ "version": "3.0.3",
4
4
  "description": "MUSE AV 出图中台官方 CLI —— 命令行调中台 API 出图、出视频、读图逆向、图生模板",
5
5
  "type": "module",
6
6
  "bin": {