Skip to content

strike v0.1.2

Choose a tag to compare

@github-actions github-actions released this 05 Aug 22:02
· 1190 commits to main since this release

Install

curl -fsSL https://strike.jonathanung.ca/install | bash

Or download an archive below, verify checksums.txt, and place strike on your PATH.

Changelog

Patch release focused on TUI composer input and live subagent transcript stability.

Changed

  • Upgrade note: Default tool-apply keybind is now alt+a (was bare a/A). Override nav.tool-apply in keybinds.jsonc to restore the previous binding (#693, #694).

Fixed

  • Fixed bare a/A being captured as tool-apply instead of typing in the chat composer when a tool cell was selected (#693, #694).
  • Fixed focusing a running subagent corrupting the live transcript and multi-pane layout while the child continued streaming (#692, #695).
  • Reduced repeated disk I/O when listing sessions via a short-lived in-memory cache (#619, #696).