v0.9.0#

These are the release notes for gptme version v0.9.0.

Contributors#

Thanks to everyone who contributed to this release:

@erikbjare

Changelog#

Changes since v0.8.1:

📦 gptme#

✨ Features (2)#

  • feat: added automatic naming of conversations (46320507)

  • feat: added patch tool, added more integration test examples (2c2a6c0d)

🐛 Fixes (5)#

  • fix: fixed bug where assistant replied before user prompt (4e78303b)

  • fix: respect whitespace in shell output (7f5c01a1)

  • fix: improved –help output (3e6d4fb0)

  • fix: improved /help output (16dd27bd)

  • fix: improved input prompt for ask_execute (b68d7d47)

🔨 Misc (6)#

  • docs: added placeholder content to index (87a26d1b)

  • docs: added first docs page (moved from README), and markdown support (32b86b3e)

  • docs: init ./docs with sphinx-quickstart (36792fcd)

  • docs: improved README and CONTRIBUTING (b21870ab)

  • test: moved stray tests into tests dir (6c9e7fc2)

  • test: added a new integration-test case (a48bc205)

(excluded 2 less relevant commits)

Full Changelog: https://github.com/gptme/gptme/compare/v0.8.1…v0.9.0