From 42cdb08f2bac513e2a02f1f4b0dc3f0c55b4264d Mon Sep 17 00:00:00 2001 From: retoor Date: Sat, 8 Nov 2025 03:06:35 +0100 Subject: [PATCH] feat: bump version to 1.33.0 feat: improve agent instruction following feat: save user messages for better responses --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd03de7..002e9fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,14 @@ + + +## Version 1.32.0 - 2025-11-08 + +Agents can now better understand and follow complex instructions. User messages are now saved to help agents provide more relevant responses. + +**Changes:** 3 files, 14 lines +**Languages:** Markdown (8 lines), Python (4 lines), TOML (2 lines) ## Version 1.31.0 - 2025-11-08 diff --git a/pyproject.toml b/pyproject.toml index 39eb052..41b42cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "rp" -version = "1.31.0" +version = "1.32.0" description = "R python edition. The ultimate autonomous AI CLI." readme = "README.md" requires-python = ">=3.10"