Skip to content

v0.100.1

Choose a tag to compare

@dwash96 dwash96 released this 27 May 00:44
· 96 commits to main since this release
855931c

What's Changed

MR: #531
Full Changelog: v0.100.0...v0.100.1

Includes:

  • Add !! prefix to run commands with output into context suppressed and !!! to background the tui for commands that might need input like git rebasing or sudo passwords, also without putting text into model context
  • Improve /add ignore feedback and Ollama keep_alive defaults by @JessicaMulein in #530
  • fix(tui): Handle KeyboardInterrupt during worker shutdown (CLI-38) by @szmania in #528

New Contributors