v0.28.3#

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

Contributors#

Thanks to everyone who contributed to this release:

@erikbjare, @TimeToBuildBob

Changelog#

Changes since v0.28.2:

📦 gptme#

✨ Features (2)#

  • feat: improve save tool feedback with detailed status (d920ae5e)

  • feat: add git safety guards to shell tool (fc78a042)

🐛 Fixes (7)#

Click to expand

  • fix: update CI anthropic model to claude-3-5-haiku (28d9367c)

  • fix(shell): denylist should not trigger on content in quoted strings or heredocs (0ce788a2)

  • fix(shell): improve denylist patterns for git commands (5e6bdc97)

  • fix: prevent premature code block closure during streaming with nested blocks (#657) (55fedb76)

  • fix: change default/recommended model to Sonnet 4.5 (21de08ce)

  • fix: use dateutil.parser.isoparse for all datetime parsing (f6f3de5e)

  • fix: use dateutil.parser.isoparse instead of datetime.fromisoformat (934384dc)

🔨 Misc (5)#

  • chore: bump version to 0.28.3 (d22ff504)

  • docs: fixed v0.1.1 release notes (00ed0ece)

  • docs: included all past changelogs (6d407047)

  • docs: improve chat history prompt format (6fbd9db8)

  • docs: added release notes for v0.28.2 (481a07ff)

(excluded 2 less relevant commits)

Full Changelog: https://github.com/gptme/gptme/compare/v0.28.2…v0.28.3