refactor: switch from async to sync http client

feat: bump version to 1.13.0
docs: update changelog with release notes
This commit is contained in:
2025-11-07 17:17:58 +00:00
parent fbdb524c53
commit 2aeb792c6f
3 changed files with 30 additions and 27 deletions
+8
View File
@@ -9,6 +9,14 @@
## 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.
**Changes:** 4 files, 15 lines
**Languages:** Markdown (8 lines), Other (2 lines), Python (3 lines), TOML (2 lines)
## Version 1.11.0 - 2025-11-07
This release introduces agent communication, autonomous detection, and plugin support, enabling more complex and flexible workflows. Interactive modes and a new agent execution tool have also been added, alongside performance improvements and dependency updates.