@optima-chat/optima-agent 0.4.15 → 0.4.16

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.
@@ -189,7 +189,7 @@ comfy video story.png --shot-type multi -d 15 --prompt "a day in the life"
189
189
  comfy video product.png --no-audio --prompt "360 degree rotation"
190
190
 
191
191
  # 自定义音频(需先上传获取 URL)
192
- commerce upload /home/aiuser/music.mp3
192
+ commerce upload file --path "/home/aiuser/music.mp3"
193
193
  # 返回 URL 后使用
194
194
  comfy video scene.png --audio-url "https://..." -o /home/aiuser/project/with-audio.mp4
195
195
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optima-chat/optima-agent",
3
- "version": "0.4.15",
3
+ "version": "0.4.16",
4
4
  "description": "基于 Claude Agent SDK 的电商运营 AI 助手",
5
5
  "type": "module",
6
6
  "main": "dist/src/index.js",