v0.10.0#

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

Contributors#

Thanks to everyone who contributed to this release:

@erikbjare

Changelog#

Changes since v0.9.4:

📦 gptme#

🐛 Fixes (3)#

  • fix: handle non-terminating ``` in LLM output better (509b6a47)

  • fix: include files mentioned within prompt (fixes #25) (441add66)

  • fix: fixed auto-continue in non-interactive mode after codeblock execution (0601def2)

🔨 Misc (3)#

  • docs: mention GitHub bot and WIP tree-based convos (2fdea105)

  • docs: added WIP docs about finetuning, improved collect.py script (eb42f186)

  • docs: improved README (f59d4ac7)

(excluded 14 less relevant commits)

Full Changelog: https://github.com/gptme/gptme/compare/v0.9.4…v0.10.0