These are the release notes for gptme version v0.24.0.
Summary
🌟 New Features
- Added RAG (Retrieval-Augmented Generation) support for context-aware assistance (258)
- Added gptme-util CLI with tools and chats management commands (261, 265)
- Added current date & time to system prompt for better temporal awareness
🔧 Improvements & Fixes
- Fixed patch tool to support line removal (267)
- Fixed path handling in patch and save tools
- Fixed save diff preview for paths starting with ~/
- Set PAGER and GH_PAGER in shell tool
- Added wait-for-ci example to gh tool
🏗️ Refactoring & Developer Experience
- Grouped all provider/model logic into `llm` directory (254)
- Simplified RAG configuration and initialization (266)
- Improved test coverage for patch tool
- Added verbose logging and tools call command
- Improved Docker build configuration
- Added pylint duplicate-code checks
Contributors
Thanks to everyone who contributed to this release:
erikbjare, jrmi
Changelog