Commit Graph

1 Commits

Author SHA1 Message Date
MumuTW
6b5e7d562e fix(devin-cli): update ACP JSON-RPC protocol for Devin CLI 3000.2.x (Fixes #8406) (#8425)
* fix(executors): fix ACP protocol wire format for devin cli

* test(sse): replace no-explicit-any with AcpFrame type in devin-cli ACP test

no-explicit-any is a hard error in tests/; type the parsed JSON-RPC frames
with a local AcpFrame shape instead of (f: any) callbacks, and apply
prettier formatting to the same file.

---------

Co-authored-by: diegosouzapw <8016841+diegosouzapw@users.noreply.github.com>
2026-07-26 03:52:12 -03:00