Skip to content

Releases: mindflowai/mindflow

Improved git command error handling

14 Mar 04:31
Compare
Choose a tag to compare
Updated version number to 0.3.17.

Co-authored-by: MindFlow <mf@mindflo.ai>

`mf gen` and `mindflow` alias for the `mf` command

12 Mar 04:55
310c9e2
Compare
Choose a tag to compare
  • Some users described having collisions with the mf CLI command. So, we added the mindflow 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

10 Mar 00:56
517cf16
Compare
Choose a tag to compare
  • Missing init file broke last build.

Chat Persistence, Improved Query Responses

10 Mar 00:35
064e22b
Compare
Choose a tag to compare
  • Unified the query and index functionality into chat. Also added chat persistence.
  • Improved query responses.

Improve reliability, error handling, improve token estimation

09 Mar 00:07
db2a0c3
Compare
Choose a tag to compare
  • 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

08 Mar 03:27
25d77e0
Compare
Choose a tag to compare

Added support for creating merge requests on git lab.

Fix 0.3.10 with init files

07 Mar 23:38
11249c1
Compare
Choose a tag to compare
Merge pull request #88 from nollied/fix-init

Add inits and increment version

Performance, Better PR Titles, Improve as Git Wrapper, Cleaner Code.

07 Mar 22:53
acb3357
Compare
Choose a tag to compare
  • 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)

06 Mar 22:02
Compare
Choose a tag to compare

just fixes a bunch of install issues

Downgrade to Python>=3.7.1, update requirements.

06 Mar 21:16
Compare
Choose a tag to compare

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.