bb-plugin-devin 0.2.1
Fixed
- Phantom "Parse error" on every file write/edit in BB — BB's ACP bridge answers
fs/write_text_filerequests withresult: 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 launchesdevin acpthrough 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