feat: allow agents to use complex instructions and search for information

feat: save user messages to improve agent learning
maintenance: update version to 1.31.0
refactor: use pathlib for context file path
maintenance: use $(HOME) instead of /home/retoor/bin in Makefile
This commit is contained in:
2025-11-08 01:35:14 +00:00
parent e354af837f
commit 78aa937ce3
4 changed files with 16 additions and 6 deletions
+8
View File
@@ -26,6 +26,14 @@
## Version 1.30.0 - 2025-11-08
Agents can now use more complex instructions and search for information to provide better responses. User messages are now saved to help agents learn and improve over time.
**Changes:** 4 files, 16 lines
**Languages:** Markdown (8 lines), Python (6 lines), TOML (2 lines)
## Version 1.29.0 - 2025-11-08