Skip to content

v9.13.0 — Devin CLI backend for agents-consilium

Choose a tag to compare

@rodion-m rodion-m released this 15 Sep 13:43
· 12 commits to main since this release
v9.13.0
1b50a2b

agents-consilium: Devin CLI backend (opt-in)

  • 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.
  • Review runs devin acp --agent-type review (read-only + shell, no write/edit tools); delegate uses default agent + session/set_mode bypass.
  • 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).