Replies: 9 comments 1 reply
|
I am working on a PR with aid of codex to add the provider and I have tested it. I hope this can be added somewhat in the future. |
|
In a podcast this week, Theo mentioned he's considering adding Devin support to t3code. |
|
@Derpedyea any help needed over here? would love to have this as well |
|
@TimPietrusky I've stopped working on it as the pr was stale and I didn't want to continue maintaining it. |
|
Anyone working on this currently? |
I'm working on this! |
|
A quick overview of the current state of Devin CLI support in T3 Code. Devin is not currently supported on
So this is not a greenfield integration. Most of the technical surface has already been explored. Why Devin CLI is worth supportingDevin CLI exposes a broad model catalog through ACP, including OpenAI, Anthropic, Google, open-weight models and Cognition’s SWE-2 family. The standout right now is SWE-2: Devin is currently offering unlimited SWE-2 usage for $20/month, making it exceptional value for high-volume coding work. Devin also brings Fusion, which pairs a frontier model with a cheaper sidekick agent and delegates work between them to reduce cost while retaining strong performance. The SWE-2 offer is promotional, but even without it, Devin CLI remains compelling because it combines ACP, a large model catalog, Fusion and an existing body of T3 Code integration work. What I would like to seeI would like Devin CLI to become a first-class T3 Code provider. The most sensible implementation shape seems to be:
This is broadly the direction already demonstrated in #11850, and seems much cleaner than reviving the larger bespoke provider implementation from #6235. The main question therefore seems less about whether Devin can work with T3 Code, and more about whether maintainers are open to upstreaming a focused v2/ACP implementation and what minimum scope they would want for the first PR. |
|
Following up on my comment above: I opened a focused implementation at #13645 One adjustment to the plan I sketched: the Orchestrator v2 / ACP Registry path I suggested is no longer present on Scope of this first PR, kept deliberately small:
Verified end-to-end against the real CLI (v3000.11.3): provider status, live model catalog, SWE-2 selected, one streamed turn. Screenshots and the full validation list are in the PR. Devin Cloud stays explicitly out of scope. Happy to trim further if maintainers want an even smaller first slice. |
Uh oh!
There was an error while loading. Please reload this page.
Before submitting
Area
apps/server
Problem or use case
I want to use Devin CLI in T3 code. Devin has ACP support so I believe it should be possible to connect it like how grok cli was done.
Proposed solution
Add a Devin provider through Devin CLI's built in ACP.
Why this matters
Anyone with a Devin subscription would be able to use T3 code. While Devin isn't known for having the best harness for people searching for good promos they often do have those. An example of this is the current ongoing free GLM promotion which I have verified is running in the CLI too.
Smallest useful scope
The smallest scope is just Devin CLI support. This does not need Devin cloud features whatsoever.
Alternatives considered
No response
Risks or tradeoffs
No response
Examples or references
References:
Contribution
All reactions