Studio demo mode and docs drift sync#53
Conversation
PODCLI_DEMO=1 seeds the studio with on-brand sample clips, metrics, and thumbnails so every page renders screenshot-ready without a real render. Fixtures load through ClipsHistory (read-only: writes are no-ops), and the demo thumbnails mirror the podcli.com showcase visuals.
The clip detail player now uses the thumbnail as a poster so it isn't a blank box before playback. In demo mode the speaker-detection setup banner is suppressed so the studio reads as fully configured.
A CI job generates a docs manifest from the MCP tool registrations and studio routes, then fails on stale README claims (fixed the tool count and the single-page description). On a release, the workflow triggers the landing site to rebuild so the changelog reflects the new version.
|
Warning Review limit reached
Next review available in: 38 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (8)
📒 Files selected for processing (12)
✨ 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 |
Adds a PODCLI_DEMO mode that seeds the studio with on-brand sample content for documentation screenshots, uses the clip thumbnail as a video poster, and adds a CI docs-drift check plus a release step that rebuilds the docs/changelog site. README now links podcli.com/docs and the open-source podcli-docs repo.