Skip to content

v0.1.9 — CLI gap closure + agent workflow rules + Remotion skill bundle

Latest

Choose a tag to compare

@hetpatel-11 hetpatel-11 released this 04 May 19:45

Highlights

  • editorctl gap closure — new commands: delete-sequence, create-sequence, remove-effect, search-media, search-spoken, embed-assets, undo, redo, canvas-select-frame, canvas-run-html
  • Agent workflow rules — brand-name research (not just URLs), launch-video flow (canvas-first vs end-to-end), canvas tool selection (HTML / Paper.js / Matter.js / GPT image 2), auto vs ask mode
  • Bundled Remotion skill — official remotion-dev/remotion skill (SKILL.md + 35 rules) ships with the app so the in-app agent uses Remotion well, including <HtmlInCanvas> for video renders
  • Remotion vs Monet HTML canvas — agent docs now disambiguate Remotion <HtmlInCanvas> (video output) from Monet HTML canvas frames (live iframe scenes)

Fixes

  • ESM bug in packaged main process (require is not defined, __dirname is not defined)
  • New release guards: npm run check:esm + smoke test wired into dist:mac