Skip to content

v0.22.0

Latest
Compare
Choose a tag to compare
@ErikBjare ErikBjare released this 01 Nov 15:18
· 22 commits to master since this release
v0.22.0
cdd8c6b

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

Contributors

Thanks to everyone who contributed to this release:

@ErikBjare

Changelog

Changes since v0.21.0:

📦 gptme

✨ Features (5)

  • feat: implement anthropic-style computer tool (#225) (175167e)
  • feat: added /export comment to export self-contained HTML file built from webui (#235) (0ca914f)
  • feat: add platform info to the system prompt (#171) (0288d33)
  • feat: added lynx browser support (#214) (2cd9ffb)
  • feat: added deepseek support (#180) (949eaee)

🐛 Fixes (11)

Click to expand

  • fix: correct Linux distro version in systeminfo prompt (#239) (3221145)
  • fix: informative message for agent when permission isn't granted (#223) (5ee0f2f)
  • fix: fixed version looking up old package name (f8c296f)
  • fix: set <title> in export and make sure /export command doesn't get saved to log (2a5576a)
  • fix: improved chat picker (now uses full-width of terminal) (32db19d)
  • fix: add cli-provided prompts to readline history (ffaa109)
  • fix: improved reliability of llm.generate_name() (b931103)
  • fix: include conversation name in exported chat log (abc4928)
  • fix: changed all Message-generator tools to simply print/return value instead (fixes #186, fixes #187) (3dcef9f)
  • fix: fixed support for groq (and deepseek?) (#231) (cea30cf)
  • fix: fixed screenshot() not running if generator not consumed (such as when not last statement in codeblock) (65bdb8a)

🔨 Misc (8)

Click to expand

  • chore: bump version to 0.22.0 (cdd8c6b)
  • docs: removed bad computer use example (66898b2)
  • tests: fixed blinking test due to changed working dir (40d1a5d)
  • docs: add installing from source instructions to contributing guide (#236) (4665f49)
  • format: s/whitelist/allowlist (e77cd4e)
  • docs: add mention of configuration file on providers page (16f8254)
  • docs: fixed incorrect local/ollama/... provider prefix (3eb6f8f)
  • docs: improved note about outdated demos (cdce637)

(excluded 2 less relevant commits)

Full Changelog: v0.21.0...v0.22.0