Skip to content

v0.19.2

Latest

Choose a tag to compare

@inkeep-internal-ci inkeep-internal-ci released this 26 Jun 17:02
35c0ac7

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.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.