Update 2.231
8/13/2026
v2.231.0.0BETAMINOR
SeymourAug 13, 2026
Automatic video/YouTube vision pipeline via Antigravity OAuth + Vertex Gemini 2.5 Flash
scripts/video_vision.py(new): paste a YouTube link (or local video path) → downloads (yt-dlp) → sends to Gemini 2.5 Flash via Vertex AI using the gcloud OAuth (ADC) — the same OAuth as the Antigravity IDE (projectffx-mod-studio, Google quota, zero cost). Videos >15 MB are automatically frame-sampled (ffmpeg, 1/2s, max 16).- Proven end-to-end: local video (color test pattern) and a real YouTube video ("Me at the zoo" — described the young man, the 2 elephants and the trunk comment).
- Credential discovery:
GEMINI_API_KEY/ANTHROPIC_API_KEY(ca_v1.*, Claw Bay proxyapi.theclawbay.com) are DEAD (401/404). The Antigravity agent (interactions) does not accept video and requires an AI Studio API key. The real path = OAuth ADC → VertexgenerateContent(gemini-2.5-flash;gemini-3.7-flashdoes not exist in this project). - AGENTS.md — VIDEO/YOUTUBE rule: when the user pastes a video link, run the pipeline directly without asking. Doc:
docs/ai/ANTIGRAVITY_VERTEX_VIDEO_PIPELINE_2026-08-13.md.
v2.230.1.0