Skip to content

v0.97.2

Choose a tag to compare

@dwash96 dwash96 released this 03 Mar 07:32
· 251 commits to main since this release
49fc445

What's Changed

MR: #452
Full Changelog: v0.97.1...v0.97.2

Addresses:

Includes:

  • The entire hooks subsystem, add python file or command hooks at the following points:
    start, end, on_message, end_message, pre_tool, post_tool
  • Hashline edit format updates/optimizations
  • Clear file diff message on /undo command call
  • ShowNumberedContext tool context efficiency by merging requests into singular representation
  • /add respects --add-gitignore-files setting
  • #455 Make --watch-files work in dumb terminals and non-fancy input by @ekr1

New Contributors

  • @ekr1 made their first contribution in #455