feat(executors): add isolated Claude Code bridge over Devin ACP (#8914)

Validated in post-merge-train sweep (boards clean on release/v3.8.50 tip)
This commit is contained in:
Lucas Israel
2026-08-06 11:08:37 -03:00
committed by GitHub
parent 813dbb6e03
commit 2a94cbfe14
51 changed files with 5106 additions and 0 deletions

View File

@@ -3,6 +3,24 @@
* Pure data literal; re-exported by the providers.ts barrel. No behavior change.
*/
export const NOAUTH_PROVIDERS = {
"devin-cli-agentic": {
id: "devin-cli-agentic",
alias: "dva",
name: "Devin CLI Agentic Bridge",
icon: "terminal",
color: "#635BFF",
textIcon: "DV",
website: "https://docs.devin.ai/work-with-devin/devin-cli",
noAuth: true,
hasFree: false,
serviceKinds: ["llm"],
isLocalCli: true,
toolCalling: "emulated",
authHint: "Authentication is owned by the official Devin CLI in its isolated bridge volume.",
notice: {
text: "This provider accepts only the official Devin CLI over local ACP stdio and never falls back to another provider.",
},
},
opencode: {
id: "opencode",
alias: "oc",