- 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.