Skip to content

Commit 95de523

Browse files
authored
Merge pull request #45 from no-fluff/claude/issue-43-20250819-0005
Add Devin to Agents
2 parents a940539 + 7391149 commit 95de523

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@
3030
<blockquote>Claude Code embeds Claude Opus 4.1 directly in developers' terminals, providing agentic search across entire codebases, coordinated multi-file changes, and direct command execution in development environments with integrations for VS Code, JetBrains IDEs, GitHub, and enterprise tools.</blockquote>
3131
</details>
3232

33+
<details>
34+
<summary><strong><a href="https://devin.ai/">Devin</a></strong> Autonomous AI software engineer that completes complex engineering tasks across codebases.</summary>
35+
36+
<blockquote>Devin handles code migration, refactoring, bug fixes, and development tasks with autonomous testing and PR creation, integrating with GitHub, Slack, Jira, and other platforms while learning from examples to improve performance over time.</blockquote>
37+
</details>
38+
3339
<details>
3440
<summary><strong><a href="https://google-gemini.github.io/gemini-cli/">Gemini CLI</a> <a href="https://github.com/google-gemini/gemini-cli"><img src="https://raw.githubusercontent.com/no-fluff/awesome-vibe-coding/main/src/images/github.svg" width="16" height="16" alt="GitHub" align="absmiddle" /></a></strong> Open source terminal-based AI agent with Gemini 2.5 Pro and multimodal capabilities.</summary>
3541

data.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@ summary = "AI-powered terminal coding assistant with deep codebase understanding
2424
detail = "Claude Code embeds Claude Opus 4.1 directly in developers' terminals, providing agentic search across entire codebases, coordinated multi-file changes, and direct command execution in development environments with integrations for VS Code, JetBrains IDEs, GitHub, and enterprise tools."
2525
hot = true
2626

27+
[[agents]]
28+
name = "Devin"
29+
website = "https://devin.ai/"
30+
repo = ""
31+
open_source = false
32+
summary = "Autonomous AI software engineer that completes complex engineering tasks across codebases."
33+
detail = "Devin handles code migration, refactoring, bug fixes, and development tasks with autonomous testing and PR creation, integrating with GitHub, Slack, Jira, and other platforms while learning from examples to improve performance over time."
34+
2735
[[agents]]
2836
name = "Opencode"
2937
website = "https://opencode.ai/"

0 commit comments

Comments
 (0)