Changelog

What's new in the PR Preview CLI. Follow along by RSS or on GitHub Releases.

  1. v0.1.7

    A nudge toward Teams
    • When a recording finishes, PR Preview now points you to the PR Preview for Teams early-access list — as a clickable link in the terminal, or as a markdown link in the /record skill output.
  2. v0.1.6

    The demo plays inline
    • The README now embeds the demo right at the top — an inline video player on GitHub, and the autoplaying GIF on npm, which can't render video. Demo URLs are version-pinned so you never get served a stale clip.
  3. v0.1.5

    A better demo
    • Refreshed the demo with a full walkthrough: a Claude Code prompt kicks off the run, the app is driven automatically in a real Chrome window (add to cart → checkout, recording a before/after), and out come before.mp4 and after.mp4.
  4. v0.1.4

    Sharper cursor, smoother video
    • The on-screen cursor is visible again — it's anchored to the viewport so it never drifts off the clip when your app centers its layout, and it's larger with a soft highlight halo so it reads clearly even in a downscaled video.
    • Motion smoothing actually applies now: fixed an ffmpeg interpolation bug that was silently falling back to a choppy, non-interpolated encode. Recordings play back fluidly.
    • Snappier motion — cursor glides, scrolling, and settle pauses are quicker now that capture runs at ~60fps during motion.
  5. v0.1.3

    Claude Code recording via MCP
    • Record straight from Claude Code: a built-in MCP server lets the agent drive your app in Chrome from a plain-English prompt, capture a real before/after clip, and open the pull request.
    • New /record slash command and a smoother agent-driven capture pipeline.
  6. v0.1.0

    First public release
    • Record a UI journey by demonstration and get small, sharp before.mp4 / after.mp4 clips for your pull request.
    • True before/after: the base branch runs in an isolated git worktree. High-quality GIF fallback when ffmpeg isn't installed. Runs entirely locally.

Be first to PR Preview for Teams

The CLI is free today. Join the list to get hosted clips, team reviews, and sharing the moment they ship — and help shape what we build.

We'll email your invitation when early access opens — no spam.

Just want the CLI? Install it free · Star on GitHub