feat: remove asyncio dependencies from core api, assistant, and command handlers converting to synchronous execution

This commit is contained in:
2025-11-07 16:36:03 +00:00
parent 7b80ce0a23
commit 8d29cc8fe8
20 changed files with 264 additions and 350 deletions
+8
View File
@@ -7,6 +7,14 @@
## Version 1.10.0 - 2025-11-07
This release introduces significant new features, including agent communication, autonomous detection, and plugin support. Users can now leverage interactive modes and an agent execution tool, while developers benefit from caching and a version bump to 1.10.0.
**Changes:** 2 files, 10 lines
**Languages:** Markdown (8 lines), TOML (2 lines)
## 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.