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
* codegen: resync gen/ from EF fecc5497
* codegen: fold batch/status commands into resource groups, add examples
The prod spec tags the new batch/status endpoints with distinct tags
(Asset Batches, Lipsync Batches, Video Translation Batches), landing them
in standalone groups that double the noun (lipsync-batch batches create)
and split them off from the single-item commands they belong with. Fold
each into its resource group via groupOverrides, matching the existing
video-batch convention (heygen video batches create). Add curated examples
for the 12 new commands (unblocks TestAllGeneratedCommandsHaveExamples),
--human columns for the new statuses/list commands, and e2e-cli-test entries.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* cli: address codex review — accurate status-id labels and e2e producers
- asset statuses --human header: "Asset ID" not "Video ID" (video_id holds the
asset_id for assets; lipsync/video-translate keep "Video ID" since the field
is the underlying produced video's id there).
- e2e skill: asset list uses the Phase-1 username; asset status reuses that
list's ids; name the asset batch producer correctly
(asset direct-uploads batches create).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* cli: label bulk-status id columns per resource
Codex round-2 traced the fecc5497 backend: for direct-id lookups
get_bulk_video_statuses echoes the queried id into VideoStatusEntry.video_id,
so for lipsync/video-translate the field is the queried job id, not a produced
video id. Label the columns "Lipsync ID" / "Translation ID" (asset already
"Asset ID"); only the video endpoint keeps "Video ID".
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Somansh Reddy Satish <somanshreddy@gmail.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments