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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
nolgia assets upload now accepts video and audio, not just images.
Previously the command only handled png/jpeg/webp via the base64 POST /assets path, so an agent or preset workflow could never deliver its
final stitched master — the finished MP4 stayed pod-local while only the
component clips reached the Library (NOL-109). Video (mp4/mov/webm) and
audio (mp3/wav/ogg/m4a) now upload through the signed-upload flow
(POST /assets/uploads → direct PUT to storage → POST /assets/uploads/{id}/complete), so the bytes stream straight to storage
without the base64 JSON size limit. Images keep their existing base64 path
unchanged; unknown extensions fail fast with the supported list.