v0.22.0#
These are the release notes for gptme version v0.22.0.
Contributors#
Thanks to everyone who contributed to this release:
@0xbrayo, @erikbjare, @jrmi
Changelog#
Changes since v0.21.0:
📦 gptme#
✨ Features (5)#
🐛 Fixes (11)#
Click to expand
fix: correct Linux distro version in systeminfo prompt (#239) (
3221145d
)fix: informative message for agent when permission isn’t granted (#223) (
5ee0f2f2
)fix: fixed version looking up old package name (
f8c296f5
)fix: set
<title>
in export and make sure/export
command doesn’t get saved to log (2a5576ad
)fix: improved chat picker (now uses full-width of terminal) (
32db19df
)fix: add cli-provided prompts to readline history (
ffaa109c
)fix: improved reliability of llm.generate_name() (
b9311036
)fix: include conversation name in exported chat log (
abc4928c
)fix: changed all Message-generator tools to simply print/return value instead (fixes #186, fixes #187) (
3dcef9fd
)fix: fixed support for groq (and deepseek?) (#231) (
cea30cfe
)fix: fixed screenshot() not running if generator not consumed (such as when not last statement in codeblock) (
65bdb8ad
)
🔨 Misc (8)#
Click to expand
chore: bump version to 0.22.0 (
cdd8c6b2
)docs: removed bad computer use example (
66898b23
)tests: fixed blinking test due to changed working dir (
40d1a5d7
)docs: add installing from source instructions to contributing guide (#236) (
4665f499
)format: s/whitelist/allowlist (
e77cd4ef
)docs: add mention of configuration file on providers page (
16f8254e
)docs: fixed incorrect local/ollama/… provider prefix (
3eb6f8f4
)docs: improved note about outdated demos (
cdce6373
)
(excluded 2 less relevant commits)
Full Changelog: https://github.com/gptme/gptme/compare/v0.21.0…v0.22.0