Skip to content

Latest commit

 

History

History
81 lines (56 loc) · 3 KB

CHANGELOG.rst

File metadata and controls

81 lines (56 loc) · 3 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.

  • Bug fixes and dependency updates
  • Fix requirement conflict for numpy
  • Always use the latest patch-level versions of Spice and Ragdaemon
  • Improved auto-context selection and generation
  • Improved token counting, cost tracking, and message conversion for Anthropic models
  • Fixed vision inputs with Anthropic models
  • Switched default model to gpt-4-turbo
  • Fixed bugs relating to VSCode extension
  • Updated dependencies
  • Claude 3 support
  • All Anthropic models can now be used without requiring a LiteLLM proxy
  • Added helpful message when no api key found
  • Fixed errors relating to embedding models
  • Added /save and /load command to save and load context selections
  • Changed format to fit Anthropic models
  • Other bug fixes
  • 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.