Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.24 KB

CHANGELOG.md

File metadata and controls

27 lines (16 loc) · 1.24 KB

Changelog

All notable changes to this project will be documented in this file.

[0.0.6] - 1 April 2024

  • Fixed pipe commands processing.
  • Introduced RAG functionality, AGit now knows your repository and uses this knowledge in its responses.
  • This means though, that it just got a lot smarter!

[0.0.5]

Fixed - 2023-09-30

  • Another major issue with parsing colon-separated arguments has been resolved. Also, the version for pypu has been bumped. 002cd10a
  • A misunderstanding in testing and parsing has been resolved. 4cb56f89

Changed - 2023-09-30

  • The codebase has been formatted to conform to the Black code style. c5d1fb31

Added - 2023-09-30

  • Implementation of PEGs for command scanning, replacing the previous plain string search method. This is a major update. ad441675

[Previous Releases]

For the record of previous releases, please refer to the respective tags or commit history.