Skip to content

v0.1.8

Choose a tag to compare

@hAcKlyc hAcKlyc released this 02 Jun 13:38
· 18 commits to main since this release

Improvements

  • Video on the canvas: drop in a video, scrub it, pull out frames, and ask Codex to edit it with ffmpeg — trim a clip, change format or codec, and more — right alongside your images. Just like images, every edit is non-destructive: each result is a new clip with its lineage kept, so your original is never touched. Cameo uses the ffmpeg you already have, or quietly fetches a managed copy when it's missing.
  • Faster ways around the canvas: a new Hand tool, hold Space to pan, and a clickable minimap to jump across large boards.
  • Codex skills come built in: Cameo now bundles a set of Codex skills and makes them available in each board's workspace automatically — no setup needed before you /-pick one from the input box.
  • A cleaner Settings panel: redesigned for a calmer, more consistent layout — the proxy collapses to a single line, and the video-tools and version sections read more clearly.

Fixes

  • Steadier connections behind a local proxy: Codex's live model stream is no longer forced through your HTTP proxy, where a long-lived connection could be dropped mid-response and set off a "connection unstable — reconnecting…" loop. The stream now connects directly (your system VPN / TUN routes it when present) and quietly falls back to HTTPS when it can't, so a turn just runs to the end.
  • Dismissible network notice: the "network check failed — Codex may need a proxy" banner can now be closed.