This release of cagent v1.19.2 brings significant enhancements to AI model capabilities and workflow automation features. The most notable addition is interleaved thinking support for Amazon Bedrock's Claude models, allowing for multi-turn extended thinking conversations that can dramatically improve reasoning quality for complex tasks. cagent now includes a voice-controlled home assistant feature, expanding its utility beyond traditional command-line interactions. The release also introduces an automated PR review workflow that can be triggered with simple /review comments on GitHub pull requests, making code review processes more efficient for development teams. Cost tracking has been improved with better support for Bedrock models through enhanced region and inference profile detection, providing more accurate usage monitoring across AWS regions. Additionally, this version fixes several important issues including sub-sessions being incorrectly saved as standalone entries when using task delegation, and resolves editor bugs related to cursor positioning when using backspace on multi-line content. Performance optimizations for string truncation operations and various code cleanups round out this release, making cagent more reliable and efficient for daily development workflows.
What's Changed
- Voice controlled home assistant by @dgageot in #1348
- feat(bedrock): add interleaved thinking support by @mfenderov in #1352
- Usage track more bedrock models by @krissetto in #1353
- Remove useless code by @dgageot in #1354
- Include the Docker Community Slack workspace by @egrosdou01 in #1356
- Optimize string truncation by @dgageot in #1355
- Remove file pushed by error by @dgageot in #1359
- Fix one more issue with the editor by @dgageot in #1358
- Add automated PR review workflow with
/reviewcommand by @derekmisler in #1361 - Fix path and prompt for PR review agent by @derekmisler in #1364
- Bare-bones pr-review gha by @rumpl in #1365
- Fix sub-sessions being saved as standalone entries by @trungutt in #1362
- go mod tidy by @dgageot in #1368
- Simplify the reviewer by @rumpl in #1371
- Use latest cagent by @rumpl in #1373
- Ignore the user's gateway by @dgageot in #1369
Full Changelog: v1.19.1...v1.19.2