From 5069fe86930816fb9d787456e19b1164a2f9b81d Mon Sep 17 00:00:00 2001 From: retoor Date: Fri, 7 Nov 2025 16:43:34 +0100 Subject: [PATCH] feat: bump version to 1.10.0 feat: introduce new agent communication system feat: add autonomous detection capabilities feat: add caching feat: add plugin support feat: add interactive modes feat: add agent execution tool --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f9f1a0..dcb679c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ + +## Version 1.9.0 - 2025-11-07 + +This release introduces a new agent communication system and autonomous detection capabilities. It also adds caching, plugin support, and interactive modes, along with an agent execution tool. + +**Changes:** 8 files, 65 lines +**Languages:** Markdown (8 lines), Other (7 lines), Python (48 lines), TOML (2 lines) + ## Version 1.8.0 - 2025-11-07 This release introduces a new agent communication system, enabling agents to interact and share information. It also adds autonomous detection, caching, plugin support, and interactive modes to the core application. diff --git a/pyproject.toml b/pyproject.toml index 52be82e..34483f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "rp" -version = "1.8.0" +version = "1.9.0" description = "R python edition. The ultimate autonomous AI CLI." readme = "README.md" requires-python = ">=3.12"