feat: remove unused pr package, main entrypoint, agent modules, cache api, command handlers, config file, and core module

This commit is contained in:
2025-11-07 17:42:32 +00:00
parent 2aeb792c6f
commit 71fc7b282d
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.