v0.88.27
What's Changed
MR: #173
Full Changelog: v0.88.26...v0.88.27
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