Skip to content

Update 3 25 2026#61

Closed
Square-Zero-Labs wants to merge 49 commits intodockerfrom
update-3-25-2026
Closed

Update 3 25 2026#61
Square-Zero-Labs wants to merge 49 commits intodockerfrom
update-3-25-2026

Conversation

@Square-Zero-Labs
Copy link
Copy Markdown
Owner

No description provided.

@chatgpt-codex-connector
Copy link
Copy Markdown

💡 Codex Review

_VIDEO_EXTENSIONS = {".mp4", ".mkv"}
_AUDIO_EXTENSIONS = {".wav", ".mp3", ".aac"}

P2 Badge Broaden media extension detection for Deepy registry

register_media relies on _detect_media_type, but the registry only recognizes videos {.mp4,.mkv} and audio {.wav,.mp3,.aac}. This conflicts with other code paths in this commit that accept additional formats (for example CLI accepts .flac/.m4a/.ogg/.wma, and video tooling/assistant UI handle .mov/.webm/.avi), so those files are treated as unsupported and register_media returns None, which then causes assistant flows like selected-media resolution to fail with “not a supported media file.” Expanding these extension sets to match the accepted input formats prevents valid user media from silently dropping out of Deepy workflows.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant