v0.8.0#

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

Contributors#

Thanks to everyone who contributed to this release:

@erikbjare

Changelog#

Changes since v0.7.0:

📦 gptme#

✨ Features (4)#

  • feat: improved web UI responsiveness, added checkbox to toggle hiding initial system messages (a01c442f)

  • feat: added ability to send messages and generate replies in web UI, refactored commands (4e9ff475)

  • feat: added wip web UI for conversations (19567d41)

  • feat: added rename and fork commands, refactor commands and tabcomplete (6eb763c6)

🐛 Fixes (7)#

Click to expand

  • fix: show convo metadata in web UI, remember conversation on page reload using window.location.hash (b2adcc62)

  • fix: save timestamps in logs, show correct ‘created’ timestamp in web UI, improvements to web UI (8dd938c6)

  • fix: fixed root route handler (b5042800)

  • fix: fix invalid writing of None to config (d4d0c820)

  • fix: check for common datascience packages, added them as optional deps, warn if not available (9fcaab23)

  • fix: attempt at fixing test caused by tabcomplete (b02804b1)

  • fix: refactor summarize, added /save command (a78cc91c)

🔨 Misc (1)#

  • docs: document server/web UI usage (b3053b24)

(excluded 3 less relevant commits)

Full Changelog: https://github.com/gptme/gptme/compare/v0.7.0…v0.8.0