You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New devin-cli backend over devin acp (ACP JSON-RPC stdio) for both one-shot and steerable paths — devin -p is not used because a denied or confirmation-required tool call cancels the session silently.
Steering: auto/queue merge into the running turn (same-turn concurrent session/prompt), interrupt = session/cancel + new prompt; ack ladder request_sent → completed/cancelled/failed.
devin profile ships disabled by default — explicit -a devin only; default model swe-2-high (DEVIN_MODEL to override). ACP_BACKEND is stripped from the child env.
ACP-speaking fake covers one-shot and steerable e2e (same-turn merge, cancel, empty/fail/crash). Offline suite: 925 tests. Verified against real devin 3000.10.27 (review ask/code, delegate one-shot + steerable steer/events/wait).