Open
Conversation
Enable mid-flight to analyze video files and URLs using Gemini's multimodal capabilities. Supports scene breakdowns, ad review, and quality checks — designed for the Slack conductor to "watch" video ads without human involvement. - Add `video` mode to query.sh alongside consult/implement - Accept local files (@path syntax) or URLs (bare in prompt) - Auto-switch provider to Gemini when video mode is selected - Default prompt produces structured Markdown table with 6 columns (Timestamp, Visual Narrative, Text & Graphics, Cinematography, Audio & Soundscape, Emotional Beat) - Sandbox local files via temp staging dir to avoid exposing parent directories through --include-directories - Validate file size (20MB Gemini CLI limit) with hard-fail on stat failure - Update midflight skill with --video flag parsing and URL support Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
986730c to
2653e0e
Compare
Document video analysis mode: usage examples, troubleshooting, and technical details (staging dir sandboxing, URL vs local file handling). Bump version for new feature. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
videomode toquery.sh— analyze local video files or YouTube URLs using Gemini's multimodal capabilities@pathsyntax) or URLs (bare in prompt), auto-switches provider to Gemini/midflightskill with--video <file-or-url>flag supportUse case
Paul generates video ads for the Judah app. The Slack conductor needs to "watch" these videos and provide scene breakdowns, quality feedback, and content verification — without Sebastian being involved.
Usage
Test plan
consultmode routes to Codex as before🤖 Generated with Claude Code