Skip to content

v0.2.1 — first open-source release

Choose a tag to compare

@v1b3x0r v1b3x0r released this 08 Jul 08:31
005e4c6

The engine behind @getsquish/squish is now open source — Apache-2.0, mirrored from the founding monorepo, history starts here.

The idea in one line: give AI random access to video — instead of watching a clip linearly, an agent navigates it: overview → zoom (--start/--end) → cite absolute timestamps.

In 0.2.1 (over 0.2.0, the last npm-only release):

  • README: the meta-demo (▶ watch the 76-second explainer — or read the same video as one contact sheet), the primitive framing, and the navigation loop
  • package.json repository now points at this repo — npm's "Repository" link finally works
  • SECURITY.md (private reports via GitHub advisories) + npm / CI / license badges

Engine unchanged: same frozen squish-cli-v0 / squish-mcp-v0 contracts; the zoom loop shipped in 0.2.0.

Install: npx -y @getsquish/squish <video> · MCP: npx -y @getsquish/squish mcp in any stdio client · Node ≥ 20, ffmpeg on PATH.

Made at getsquish.app 🦑