provider-devin

Solid

Track and maintain the upstream Devin CLI contract. Use when Devin ships a CLI release, when a `devin` flag, permission mode, ACP entrypoint, or subcommand changes, or when an upstream scan flags drift. Process guidance only: `src/upstream-contracts.ts` is the mechanical source of truth.

AI & Automation 16 stars 0 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
41
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Provider: Devin CLI Keep the gateway's Devin (`devin`) integration aligned with the upstream CLI. This skill does not define argv or environment behaviour. The single mechanical source of truth is `UPSTREAM_CLI_CONTRACTS.devin` in `src/upstream-contracts.ts`, enforced by `validateUpstreamCliArgs` and `validateUpstreamCliEnv`. Do not re-encode flags, permission modes, ACP rules, or session rules here or in TOML. ## Identity | Field | Value | | ---------------- | ------------------------------------------------------------ | | CliType | `devin` | | Executable | `devin` | | Distribution | vendor installer / self-update | | Command docs | https://cli.devin.ai/docs/reference/commands | | CLI docs | https://docs.devin.ai/cli | | Changelog | https://docs.devin.ai/cli/changelog/stable | | Watch categories | `flags`, `subcommands`, `permission-modes`, `acp-entrypoint` | These values mirror `UPSTREAM_CLI_CONTRACTS.devin.upstreamMetadata` and `docs/upstream/provider-sources.dag.toml` (`[providers.devin]`). The TypeScript metadata is authoritative; the TOML is scanner input only. ## Gateway use 1. Discover the live gateway surface before relying on Devin-specific controls: ...

Details

Author
verivus-oss
Repository
verivus-oss/llm-cli-gateway
Created
5 months ago
Last Updated
2 days ago
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category