Skip to content

v0.19.2-beta.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 26 Jun 10:47
· 55 commits to main since this release
35c0ac7

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

Patch Changes

  • Hide the seeded opencode.json agent config from the file tree

    OpenKnowledge seeds opencode.json at the project root so OpenCode's MCP wiring works. Unlike the other agent configs (.mcp.json, .cursor/, .codex/), OpenCode's config filename is fixed and not dot-prefixed, so the dot-prefix "hidden file" convention skipped it and it surfaced as a normal file. A new HIDDEN_CONFIG_BASENAMES allowlist, consumed by isHiddenDocName, now classifies it as hidden everywhere the dotfile configs already are: the sidebar (behind the Show hidden files toggle), search ranking, and agent egress.