You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.