Skip to content

bb-plugin-devin 0.2.1

Choose a tag to compare

@Alg0rix Alg0rix released this 12 Sep 03:29
· 4 commits to main since this release

Fixed

  • Phantom "Parse error" on every file write/edit in BB — BB's ACP bridge answers fs/write_text_file requests with result: null; Devin's ACP client expects an empty object and reports JSON-RPC -32700, so write/edit tool calls rendered as failed even though the file was written and the diff displayed. The provider now launches devin acp through a small stdio shim (lib/acp-stdio-shim.mjs) that rewrites those responses to {}. Everything else proxies untouched, and the shim can be removed once the SDK returns {} upstream.

Generated with Devin