Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.46 KB

CHANGELOG.rst

File metadata and controls

33 lines (24 loc) · 1.46 KB

Changelog

In this changelog focus on user facing highlights and stick to the format. This information will be used to motivate users to upgrade or after upgrading to inform them of features that might otherwise not be very discoverable.

  • Mentat is now a full terminal app which displays the context and running cost in the sidebar.
  • Mentat now has a python sdk. Try from mentat import Mentat to get started. See the docs for more details.
  • New openai models added to the model list.
  • Adds /amend command: clear last message and prefill with last prompt.
  • Experimental feature revisor. Turn on with --revisor flag. Attempts to fix edits that fail to conform to parser format.
  • Switch to ChromaDB for embeddings.
  • Auto context now only grows so the model won't forget earlier read files.
  • Faster embeddings for search and auto context.
  • Share button added to /viewer.
  • Improved documentation for non OpenAI models.
  • /search command now has UI to add found files to context.
  • Feedback button added to /viewer.
  • Command and file autocompletion.