Skip to content

v1.0.230

Choose a tag to compare

@github-actions github-actions released this 27 Jun 03:17

✨ New: In-place HTML preview

Open a single-file .html / .htm and Cockpit now renders it, the same way it already does for Markdown — no need to round-trip through a browser tab.

  • Explorer: HTML files open in preview by default, rendered in a sandboxed srcDoc iframe. Blame / Edit and the Code Map are hidden in preview mode; toggle back to source whenever you want.
  • Agent chat: when a tool call touches an .html/.htm file, it now shows up in the document list (with its own glyph) alongside .md. Single-click opens it in an iframe modal.

Self-contained single-file pages only — the iframe is sandboxed, so nothing in the page can reach your session.

🐛 Fix: softer light theme

Reverted the recent light-mode layering changes back to the prior palette, and dropped the accent from slate-4 to slate-3 so light-mode chat bubbles read softer. Dark theme is unchanged.