v0.19.1-beta.6
Pre-release
Pre-release
·
99 commits
to main
since this release
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) ininput.compose, but the docked-terminal launcher only checked the top-levelinput.instructionthe 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