Skip to content

v0.95.7

Choose a tag to compare

@dwash96 dwash96 released this 05 Jan 02:32
· 493 commits to main since this release
c8f1f83

What's Changed

MR: #368
Full Changelog: v0.95.6...v0.95.7

Addresses:

Includes:

  • TUI is default unless a user specfically unsets it
  • Change command-paths: from a top-level key to a key under custom: (so the nested path is custom.command-paths) where both user defined command and prompt configs will live
  • Add nester.py to make handling nested configurations simpler to implement and slightly more forgiving to users by making it hyphen and underscore agnostic, as well as handling fallback parameter names
  • Add customizable system prompts through the custom.prompt-map configuration section
  • Add Fireworks AI model provider by @chrisnestrud in #369