v0.13.0-beta.9
Pre-releaseDelta since previous beta (v0.13.0-beta.8) — 1 new changeset.
Patch Changes
-
OK skill preview guidance is now framed around the three apps OK ships first-class preview support for, naming the exact in-app browser tool to drive in each so the agent opens the preview in the host's own surface instead of falling back to the system browser:
- Claude Code Desktop →
preview_start/preview_eval(the preview pane). - Cursor → its built-in Browser tool's
Navigateaction (browser_navigate, via Cursor'scursor-ide-browser). Notes that only the agent's ownNavigatereaches the pane (a third-party MCP cannot push a URL in) and that a surfaced link follows Cursor's "Browser Tab" vs "Google Chrome" picker. - Codex desktop app → the in-app
@Browserplugin (drives viatab.goto).
The Claude Code CLI is now a clearly separate track: pure stdio, no browser — use
ok open <doc>to deep-link into OK Desktop, never print/fake a browser. The Codex CLI, IDE extension, and Cloud live on this track too (web search only, no localhost browser). The underlying capability-not-host-name principle is retained so unknown hosts still route correctly.The runtime "no browser attached" warning (
attach-preview-once) now names the same per-host paths (preview_start, in-app browserNavigate/@Browser, CLIok open) instead of onlypreview_start, so the in-band recovery signal matches the bundled skill. - Claude Code Desktop →