feat: bump version to 1.12.0 and add changelog entry for new agent capabilities

The version in pyproject.toml is incremented from 1.11.0 to 1.12.0, and the CHANGELOG.md is updated with a new release section documenting agent communication, autonomous detection, and plugin support features.
This commit is contained in:
2025-11-07 17:17:58 +00:00
parent d59cbb4509
commit 4a8d2e7e60
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.