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
This commit is contained in:
parent
c28c76e4b6
commit
5069fe8693
@ -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
|
## 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.
|
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.
|
||||||
|
|||||||
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "rp"
|
name = "rp"
|
||||||
version = "1.8.0"
|
version = "1.9.0"
|
||||||
description = "R python edition. The ultimate autonomous AI CLI."
|
description = "R python edition. The ultimate autonomous AI CLI."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.12"
|
requires-python = ">=3.12"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user