v0.28.0-beta.4
Pre-release
Pre-release
Delta since previous beta (v0.28.0-beta.3) — 1 new changeset.
Patch Changes
- Make the
open-knowledge-uientry in.claude/launch.jsonlaunchable on Windows. Previouslyok initalways wrote a/bin/shchain, so Claude Code Desktop's preview pane could not start the OpenKnowledge UI on Windows (there is no/bin/sh). On Windows,ok initnow scaffolds apowershell -NoProfile -NonInteractive -Command <chain>entry that resolves the npm-globalok.cmdshim first, thennpx.cmd, then common version-manager/installer paths, and runsok start --ui-portso the opened folder gets its own collab server. Theok startlaunch.json repair sweep now recognizes both platforms' canonical shapes on every OS, so alaunch.jsoncommitted on one platform is never rewritten back and forth by the other, and custom entries are still preserved.