Skip to content

v0.5.0 — a real editor

Choose a tag to compare

@petergyang petergyang released this 07 Aug 02:14
· 5 commits to main since this release
95df2fb

Editor

  • Lists that convert like Word: - , * , 1. , 1) convert at the start of any line — inside data-block containers, before existing text, everywhere. New lists survive CSS resets (Tailwind preflight) and invalid-nesting quirks.
  • ⌘K links: select text to add a link; ⌘K inside an existing link edits or removes it. Unsafe schemes are rejected.
  • Drag images to move them: drop-target outline, size preserved on move, both affected blocks reported to the agent.

Review loop

  • The "no agent is listening" banner now hands over a paste-ready prompt for Claude Code, Codex, or Cursor instead of assuming a terminal.

Internals

  • SERVER_PROTOCOL → 7: stale background servers are replaced automatically on the next run.
  • New editing.js pure-helper module with unit tests; chrome-session.js page-refresh helpers with tests.