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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ Docs: https://docs.openclaw.ai
7
7
### Changes
8
8
9
9
- Plugins/webhooks: add a bundled webhook ingress plugin so external automation can create and drive bound TaskFlows through per-route shared-secret endpoints. (#61892) Thanks @mbelinky.
10
+
- Tools/media: document per-provider music and video generation capabilities, and add shared live video-to-video sweep coverage for providers that support local reference clips.
- Exercises the shared bundled video-generation provider path
499
+
- Loads provider env vars from your login shell (`~/.profile`) before probing
500
+
- Uses live/env API keys ahead of stored auth profiles by default, so stale test keys in `auth-profiles.json` do not mask real shell credentials
501
+
- Skips providers with no usable auth/profile/model
502
+
- Runs both declared runtime modes when available:
503
+
-`generate` with prompt-only input
504
+
-`imageToVideo` when the provider declares `capabilities.imageToVideo.enabled`
505
+
-`videoToVideo` when the provider declares `capabilities.videoToVideo.enabled` and the selected provider/model accepts buffer-backed local video input in the shared sweep
506
+
- Current `videoToVideo` live coverage:
507
+
-`google`
508
+
-`openai`
509
+
-`runway` only when the selected model is `runway/gen4_aleph`
510
+
- Current declared-but-skipped `videoToVideo` providers in the shared sweep:
511
+
-`alibaba`, `qwen`, `xai` because those paths currently require remote `http(s)` / MP4 reference URLs
0 commit comments