Add worldcup-briefing: AI-powered football highlight reels with TinyFish + VideoDB#225
Merged
pranavjana merged 3 commits intoJun 27, 2026
Merged
Conversation
Nischay-VideoDB
commented
Jun 26, 2026
Contributor
- Full Next.js 16 project with TinyFish SDK for match footage discovery
- TinyFish Search for match report research + YouTube video discovery
- AI agent pipeline with streaming tool calls (tinyfishResearch, tinyfishSearch)
- VideoDB for visual scene indexing and reel compilation
- Instant replay, scheduled briefings, multi-platform inbox (Telegram/Discord/Slack)
- PostgreSQL + Inngest backend, dark mode, free tier
…ish + VideoDB - Full Next.js 16 project with TinyFish SDK for match footage discovery - TinyFish Search for match report research + YouTube video discovery - AI agent pipeline with streaming tool calls (tinyfishResearch, tinyfishSearch) - VideoDB for visual scene indexing and reel compilation - Instant replay, scheduled briefings, multi-platform inbox (Telegram/Discord/Slack) - PostgreSQL + Inngest backend, dark mode, free tier
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
… timeline + dark mode + DeepSeek tool args repair - Mark free runs with mode=free so unauthenticated users can poll status - Render live agent timeline (text-deltas, tool calls) and status history during processing instead of static PROCESSING badge - Dark mode icons for TimelineView, StatusHistory, and source video - Repair DeepSeek stringified tool args via experimental_repairToolCall
… selection Fixes found while running the example end-to-end from a clean checkout: - Add missing migration 0006 for runs.status_message / status_history. These columns existed in schema.ts and the snapshot but no SQL migration created them, so a fresh `db:migrate` produced a runs table without them and every briefing page 500'd (DrizzleQueryError: column does not exist). - Make the briefing "Try again" button actually re-run the briefing. It previously only dispatched the open-key-modal event and never retried. Also guard the briefing fetch so non-OK API responses render the not-found state instead of crashing on `run.runId.slice` of undefined. - Use an LLM (GPT-5.4 mini, configurable via VIDEO_SELECTOR_MODEL) to pick the best video from the TinyFish candidates instead of taking the top heuristic result. The selector prefers the right match and watchable highlights over multi-hour full broadcasts, and surfaces its choice as results[0] so all selection call sites benefit. Falls back to heuristic ranking on any error. - Bump the scene-index wait window (Inngest pipeline 40->80 attempts, ~20m; video-pipeline 40->90) since VideoDB indexing can exceed 10 minutes even for short clips. Reuse a completed scene index instead of re-indexing on retry. - Add suppressHydrationWarning to key/search inputs that browser autocomplete extensions mutate, removing a noisy hydration mismatch warning.
pranavjana
approved these changes
Jun 27, 2026
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.