feat: remove entire pr package including agents, autonomous, cache, config, and core modules

Delete the pr/ directory and all its submodules: pr/__init__.py, pr/__main__.py, pr/agents/ (agent_communication.py, agent_manager.py, agent_roles.py), pr/autonomous/ (detection.py, mode.py), pr/cache/, pr/config/, pr/core/, and pr/tools/. Update the Makefile implode target to use python -m rp.implode instead of direct cp. Add changelog entry for version 1.13.0 documenting the switch to synchronous HTTP client.
This commit is contained in:
2025-11-07 17:42:32 +00:00
parent 4a8d2e7e60
commit d1d0bfdad1
85 changed files with 60 additions and 15177 deletions
+8
View File
@@ -10,6 +10,14 @@
## Version 1.13.0 - 2025-11-07
The application now uses a synchronous HTTP client, improving performance and simplifying code. This change doesn't affect the application's functionality for users.
**Changes:** 3 files, 59 lines
**Languages:** Markdown (8 lines), Python (49 lines), TOML (2 lines)
## Version 1.12.0 - 2025-11-07
This release introduces new agent capabilities like communication, autonomous detection, and plugin support. Users can now interact with the agent in new ways and benefit from improved performance and more robust testing.