| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| latest-mac.yml | 2026-06-26 | 520 Bytes | |
| OpenKnowledge-0.19.2-arm64-mac.zip | 2026-06-26 | 186.0 MB | |
| OpenKnowledge-0.19.2-arm64-mac.zip.blockmap | 2026-06-26 | 188.2 kB | |
| OpenKnowledge-arm64.dmg | 2026-06-26 | 193.6 MB | |
| OpenKnowledge-arm64.dmg.blockmap | 2026-06-26 | 203.3 kB | |
| README.md | 2026-06-26 | 1.4 kB | |
| v0.19.2 source code.tar.gz | 2026-06-26 | 10.8 MB | |
| v0.19.2 source code.zip | 2026-06-26 | 12.5 MB | |
| Totals: 8 Items | 403.3 MB | 0 | |
0.19.2
Stable promotion of beta v0.19.2-beta.1.
Aggregated changes since previous stable:
0.19.2-beta.0
Patch Changes
- The "Ask AI" composer's terminal CLI rows now use the same labels as the empty-state Create composer: the bare brand name as the visible label ("Claude", "Codex", "Cursor", "OpenCode") with "<name> CLI" as the accessible name, instead of a visible "(CLI)" suffix. Combined with the brand icons, the two agent pickers now render identical Terminal sections. The accessible name still distinguishes a Terminal row from a same-named Desktop row (and now satisfies WCAG 2.5.3, since the accessible name contains the visible label).
- @inkeep/open-knowledge-core@0.19.2-beta.0
- @inkeep/open-knowledge-server@0.19.2-beta.0
0.19.2-beta.1
Patch Changes
- Hide the seeded
opencode.jsonagent 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.