v0.10.1#

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

Contributors#

Thanks to everyone who contributed to this release:

@erikbjare

Changelog#

Changes since v0.10.0:

📦 gptme#

🐛 Fixes (6)#

  • fix: added some comments, and strip.sh (d2f65d21)

  • fix: added pragma no cover to gptme-server entrypoint (c8fbb1e7)

  • fix: major improvements to reduce tool: added tests, added truncate codeblocks, disabled summarize in reduce_log (bb5f9dab)

  • fix: fixed don’t show ‘test-server-…’ in convo picker (656e8d38)

  • fix: fixed error when /dev/tty cannot be opened (such as in CI) (aaf5d9eb)

  • fix(tools): set GIT_PAGER=cat on shell init (a9257984)

🔨 Misc (18)#

Click to expand

  • test: fixed coverage for playwright tests (38183d1b)

  • test: added test for /rename (12d922f4)

  • test: set --log-level INFO in make test, add logging to browser tool (c24b18d6)

  • test: added tests and fixes to browser tool (e94f7f64)

  • test: added pragma nocover to interactive lines, added cli test for context via stdin and –version (2ee73af0)

  • test: added test for patch (328fa16d)

  • test: improved testing for utils, removed unused functions (b7b57b89)

  • test: improved test_fileblock and fixed –no-confirm for overwrite (cbc0ffec)

  • test: mark slow tests as slow, print 5 slowest tests on make test (6d580af3)

  • test: added test fileblock (df9c6a17)

  • test: improved testing for server (e66d05b9)

  • test: improved command testing, fixed prompt parsing when passed command with path (ef6b472f)

  • test: refactored commands and improved testing (50c028db)

  • refactor: refactored prompts and get_codeblock (d0a22453)

  • docs: more wip stuff on finetuning doc (32df0155)

  • test: fix blinking test (dad5a255)

  • docs: added logo to README (6d3aa92d)

  • chore: added logo (4879d652)

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