acpd_io 1.0.0
acpd_io: ^1.0.0 copied to clipboard
dart:io transport implementations for acpd — Stdio, line-buffered codec, and AcpAgent process spawning.
Changelog #
1.0.0 #
- Stdio and line-buffered JSON transports.
- ACP subprocess launch, tracing, stderr tail, exit lifecycle, and process-tree cleanup.
- Strict command-string parsing rejects unterminated quotes and escapes.
- Agent configuration equality and hashing remain consistent across argument lengths and environment insertion order.
- Stderr retention enforces the documented 64 KiB byte ceiling without corrupting split UTF-8 sequences.