Skip to content

Commit ba465e3

Browse files
authored
Merge pull request #49 from no-fluff/claude/issue-47-20250819-0023
Add Cline to Agents
2 parents 78d3294 + 46afc89 commit ba465e3

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-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://cline.bot/">Cline</a> <a href="https://github.com/cline/cline"><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 AI coding agent for VS Code with autonomous capabilities and multi-model support.</summary>
35+
36+
<blockquote>Cline operates as a VS Code extension with autonomous file editing, terminal command execution, and browser automation capabilities. Features client-side architecture for security, supports multiple AI providers including Claude and Gemini, and offers transparent AI decision-making with human approval workflows.</blockquote>
37+
</details>
38+
3339
<details>
3440
<summary><strong><a href="https://devin.ai/">Devin</a></strong> Autonomous AI software engineer that completes complex engineering tasks across codebases.</summary>
3541

data.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,15 @@ open_source = false
2424
summary = "Cloud-based autonomous coding agent with multi-task execution and isolated environments."
2525
detail = "OpenAI Codex operates in secure cloud sandboxes to handle multiple software engineering tasks simultaneously, including writing features, fixing bugs, and running tests, with 75% accuracy and support for ChatGPT Plus/Pro subscriptions."
2626

27+
[[agents]]
28+
name = "Cline"
29+
website = "https://cline.bot/"
30+
repo = "https://github.com/cline/cline"
31+
open_source = true
32+
summary = "Open source AI coding agent for VS Code with autonomous capabilities and multi-model support."
33+
detail = "Cline operates as a VS Code extension with autonomous file editing, terminal command execution, and browser automation capabilities. Features client-side architecture for security, supports multiple AI providers including Claude and Gemini, and offers transparent AI decision-making with human approval workflows."
34+
category = "Open source"
35+
2736
[[agents]]
2837
name = "Claude Code"
2938
website = "https://www.anthropic.com/claude-code"

0 commit comments

Comments
 (0)