Skip to content

v0.19.1-beta.6

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 26 Jun 01:25
· 99 commits to main since this release
e0f23b6

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

Patch Changes

  • Fix the bottom "Ask AI" composer dropping the typed instruction when launching a Terminal CLI. A composer dispatch carries its instruction (and @-mentions / selection) in input.compose, but the docked-terminal launcher only checked the top-level input.instruction the toolbar popover uses — so every composer-typed message fell through to the bare "load OK, then stop" prompt and the agent never saw what the user asked. The terminal launcher now routes compose-scope dispatches through the same prompt assembler as the deep-link handoff, so the instruction threads through to the launched CLI exactly as it does to a Claude/Codex/Cursor deep link.
    • @inkeep/open-knowledge-core@0.19.1-beta.0
    • @inkeep/open-knowledge-server@0.19.1-beta.0