acp_dart 0.2.0
acp_dart: ^0.2.0 copied to clipboard
A Dart implementation of the Agent-Client Protocol (ACP) for building AI-powered applications.
0.2.0 #
- Fix: Resolved critical bug in NDJSON stream handling (
lib/src/stream.dart) that caused communication failures due to incorrect UTF-8 and line splitting logic. - Fix: Corrected
InitializeRequestandInitializeResponseto properly handle numericprotocolVersionand useclientCapabilitieskey, resolving initialization errors with ACP backends. - Feature: Added unstable
Agent.setSessionModelmethod for feature parity with the latest ACP TypeScript SDK.
0.1.0 #
- Initial release of the
acp_dartpackage. - Implements the core functionality of the Agent-Client Protocol (ACP).