Workspace

Markdown, Browser and Changes

The non-terminal surfaces: a Markdown editor with live reload, an embedded browser, and a git-aware Changes view.

Markdown

Click a .md link in a terminal, drag a file in, or open one with the file shortcut: it appears in an Editor tab with a rendered preview and a source mode. The preview reloads as the file changes, so you can watch an agent write a document.

Browser

A Browser tab hosts a native web view for previewing a dev server without leaving the window. It is a surface you drive yourself; the shipped sirioctl has no command for it. Cookies and site data live in a profile Sirio owns and keeps separate from your everyday browser.

Changes

The Changes view reads git status for the worktree: stage, unstage and discard files, and open a path-specific Diff tab. It reloads when the worktree changes and pauses when it is not visible.