Skip to content

v0.30.0-beta.2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 10 Jul 23:29

Delta since previous beta (v0.30.0-beta.1) — 1 new changeset.

Minor Changes

  • Remove the launch.json preview machinery and the pane-target arming subsystem. Claude Code Desktop's in-app Browser pane now opens the preview URL directly (preview_start({url}) + navigate({url})), so OK no longer scaffolds .claude/launch.json.

    Breaking for consumers: the @inkeep/open-knowledge package drops the scaffoldLaunchJson, LAUNCH_UI_CHAIN_*, and LaunchJsonResult exports; the preview_url MCP tool drops the armPaneTarget param; and the /api/config response drops the paneTarget field. The ok start repair sweep now removes any pre-existing open-knowledge-ui launch.json entry instead of rewriting it.