mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-12 02:02:13 +03:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user