Skip to content

Releases: Cassette-Editor/oh-my-cassette

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 23 Jul 20:46
de06714

0.4.1 (2026-07-23)

Features

  • direct line + multi-turn sessions — verbatim messages, session threads, per-turn previews, cassette_config (#35) (1494c0c)
  • plan-review storyboard — the edit plan's media://storyboard/... beat links are decoded into readable cells in the question text (no urlencoded noise), exposed as typed quality.storyboard beat data, and rendered locally into a quality.storyboard_sheet image (one source frame per planned beat from the session's ingested media, zero server render); gateways receive the storyboard sheet with the plan-review push, other preview moments keep the timeline contact sheet (#37) (97a3e15)

Notes

  • the Cassette backend now deterministically reconciles a plan's numeric self-contradictions (beat pacing vs its own authored selects, source ranges beyond the media end) instead of failing the run with GuideValidationError; a turn that previously died mid-run now completes or degrades to a conversational "retry" reply

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 23 Jul 03:24
a61680f

0.4.0 (2026-07-23)

Features

  • transparent relay + direct lane — live editor deep links, timeline visibility, surfaced plan review (#33) (66f5eb7)

v0.3.3

Choose a tag to compare

@github-actions github-actions released this 20 Jul 05:31
df00332

0.3.3 (2026-07-20)

Features

  • add OpenCode host, Windows support, job notifications, and MCP progress/elicitation (#28) (895090b)

v0.3.2

Choose a tag to compare

@github-actions github-actions released this 20 Jul 02:06
85ce696

0.3.2 (2026-07-20)

Bug Fixes

  • stop repo-root .mcp.json from launching the Codex cache glob inside Claude (#26) (4a6f4a7)

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 19 Jul 20:50
50b43ae

0.3.1 (2026-07-19)

Code Refactoring

  • dedupe platform-send + asset-ingest paths and drop dead flexibility (#23) (23874d5)

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 19:28
0fb5692

0.3.0 (2026-07-17)

Features

  • add local MCP plugins for Codex and Claude (#21) (5d197b3)

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 03:54
f5f7c03

0.2.0 (2026-07-17)

Features

  • add no-browser API transport behind CASSETTE_TRANSPORT flag (99993b6)
  • bring the api transport to behavioral parity with the browser transport (e894268)
  • make the api transport the default (browser still available) (262e322)
  • support the official hermes plugins install flow (#9) (93a9741)

Bug Fixes

  • harden api transport correctness (cancellation, run config, lifecycle) (ee8c41b)
  • wait for media processing readiness before the api-transport run (1dffc08)

v0.1.0

Choose a tag to compare

@Crimson725 Crimson725 released this 16 Jul 16:56

Baseline release of Oh My Cassette — the Cassette video-editing plugin for Hermes Agent.

Installed via scripts/install_plugin.py; first-class hermes plugins install support lands in the next release. See the README for setup instructions.