Skip to content

v0.88.27

Choose a tag to compare

@dwash96 dwash96 released this 23 Nov 02:56
· 1168 commits to main since this release
0e616d7

What's Changed

MR: #173
Full Changelog: v0.88.26...v0.88.27

Addresses:
#45
#180
#181
#182

Includes:

  • Enhanced Repo Map, (option: --use-enhanced-map) where the tree sitter files have been refactored to parse import statements and an estimator for "is a dependency" added to the resolve relationships between definers and references of identifiers. This should produce a sparser, more logically connected repomap for context propagation to the LLMs that I think is also faster to calculate since the estimator prevents all references for a given identifier from being joined to all definers of that identifier
  • Suppressing extraneous git warnings when they don't actually interrupt operation
  • Fix --help output text
  • Ctrl+d, when the input is blank performs like it does in shells, shutting down the program