Releases: mindflowai/mindflow
Releases · mindflowai/mindflow
Improved git command error handling
Updated version number to 0.3.17. Co-authored-by: MindFlow <mf@mindflo.ai>
`mf gen` and `mindflow` alias for the `mf` command
- Some users described having collisions with the
mf
CLI command. So, we added themindflow
alias to address that. - Also, implemented the
mf gen
boilerplate code creation!
Full Changelog: v0.3.15...v0.3.16
Fix v0.3.14 break
- Missing init file broke last build.
Chat Persistence, Improved Query Responses
- Unified the query and index functionality into
chat
. Also added chat persistence. - Improved query responses.
Improve reliability, error handling, improve token estimation
- Added tokenizer optionally available for python>=3.7
- Added error handling for OpenAI api, and improved the reliability of index, query, and diff functionalities.
Support GitLab merge requests
Added support for creating merge requests on git lab.
Fix 0.3.10 with init files
Merge pull request #88 from nollied/fix-init Add inits and increment version
Performance, Better PR Titles, Improve as Git Wrapper, Cleaner Code.
- Made some performance improvements with multithreading and removing redundant function calls
- Improved prompting for PR
- Added the ability to use commit with mf functionality and with other commands available.
- Added Add and Push commands which simply wrap git.
Support python 3.7.1+ (including 3.10)
just fixes a bunch of install issues
Downgrade to Python>=3.7.1, update requirements.
Modified codebase so that it was compatible with python>=3.7.1.
- Removal of match statement and lowered/removed unnecessary dependencies.
Cleaning up that codebase and slightly improving the mf pr
functionality.