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 " 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 treeOpenKnowledge seeds
opencode.jsonat 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 newHIDDEN_CONFIG_BASENAMESallowlist, consumed byisHiddenDocName, now classifies it as hidden everywhere the dotfile configs already are: the sidebar (behind the Show hidden files toggle), search ranking, and agent egress.