Skip to content

v0.64.0-beta.6

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 27 Aug 20:07
· 59 commits to main since this release

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

Minor Changes

  • Your own skills are no longer hidden from git by OpenKnowledge's sharing setting. A project set to Only me was adding a .git/info/exclude entry for every skill OK had installed into an editor folder, so a skill you wrote could be missing from git status without anything saying why — and which skills were affected depended on what happened to be installed when you first set the project up. Whether your skills are committed is now yours to decide. OK's own files (.ok/, .okignore) and the editor config files it adds an entry to still follow the setting, so trying OK on a work repo still keeps its MCP entry out of the team's diff.

    If an older version left entries behind, they clear the next time OpenKnowledge applies your sharing setting. ok config-sharing unshare, or ok init on a project already set to Only me, clears them without changing anything else — you do not have to switch to Shared to get your skills back. Switching to Shared clears them too. Two cases need a manual check: if an OK file is already committed the run stops with a tracked-file warning before clearing anything, and entries for a skill you have since uninstalled cannot be cleared automatically, because the record naming them is gone. ok config-sharing status now lists leftover .claude/skills/… entries even when it can no longer match them to a skill, so run it to see whether any remain; clearing those means deleting the lines from .git/info/exclude yourself.

    Also removes the Share skills prompt above the Skills sidebar, which offered to un-hide .ok/skills — no longer where skills are kept, so for most projects the button changed nothing the message promised while the skills it named stayed hidden. The Settings → Sync & sharing row that undid it is gone with it. Removed from the published surface: readSkillsShared and setSkillsShared from @inkeep/open-knowledge, setSkillsShared from the desktop bridge, and the skillsShared field from ok config-sharing status --json. Added: getInstalledSkillProjectionPaths to @inkeep/open-knowledge. Scripts reading ok config-sharing status --json or share --json should note that excluded[] and removed[] can now contain skill-folder paths such as .claude/skills/<name>/, plus the two older **/.ok/* and !**/.ok/skills/ entries when a project carries them.

Downloads

Platform Architecture Download
macOS Apple Silicon OpenKnowledge-arm64.dmg
Windows x64 OpenKnowledge-Setup-x64.exe
Windows arm64 OpenKnowledge-Setup-arm64.exe
Debian / Ubuntu x64 OpenKnowledge-amd64.deb
Debian / Ubuntu arm64 OpenKnowledge-arm64.deb
Fedora / RHEL x64 OpenKnowledge-x86_64.rpm
Fedora / RHEL arm64 OpenKnowledge-aarch64.rpm