add(cline): 添加 Cline AI 助手的文档和图标

This commit is contained in:
Max Qian 2025-01-14 00:20:13 +08:00
parent 4178d67d23
commit 43c0a8834e
8 changed files with 80 additions and 0 deletions

View File

@ -139,6 +139,11 @@ English/[简体中文](https://github.com/deepseek-ai/awesome-deepseek-integrati
<td> <a href="https://github.com/deepseek-ai/awesome-deepseek-integration/blob/main/docs/continue/README.md"> Continue </a> </td>
<td> Continue is an open-source autopilot in IDE </td>
</tr>
<tr>
<td> <img src="https://github.com/deepseek-ai/awesome-deepseek-integration/assets/59196087/e4d082de-6f64-44b9-beaa-0de55d70cfab" alt="Icon" width="64" height="auto" /> </td>
<td> <a href="https://github.com/deepseek-ai/awesome-deepseek-integration/blob/main/docs/cline/README.md"> Cline </a> </td>
<td> Meet Cline, an AI assistant that can use your CLI aNd Editor. </td>
</tr>
</table>
### neovim Extensions

View File

@ -132,6 +132,11 @@
<td> <a href="https://github.com/deepseek-ai/awesome-deepseek-integration/blob/main/docs/continue/README_cn.md"> Continue </a> </td>
<td> 开源 IDE 插件,使用 LLM 做你的编程助手 </td>
</tr>
<tr>
<td> <img src="https://github.com/deepseek-ai/awesome-deepseek-integration/assets/59196087/e4d082de-6f64-44b9-beaa-0de55d70cfab" alt="Icon" width="64" height="auto" /> </td>
<td> <a href="https://github.com/deepseek-ai/awesome-deepseek-integration/blob/main/docs/cline/README.md"> Cline </a> </td>
<td> Cline 是一款能够使用您的 CLI 和编辑器的 AI 助手。 </td>
</tr>
</table>
### neovim 插件

35
docs/cline/README.md Normal file
View File

@ -0,0 +1,35 @@
# [Cline](https://github.com/cline/cline)
Meet Cline, an AI assistant that can use your CLI aNd Editor.
## Installation
![image](./assets/cline-00.png)
## Key Features of Cline
1. **Agentic Coding with Claude 3.5 Sonnet**: Cline leverages advanced AI capabilities to handle complex software development tasks step-by-step, going beyond simple code completion or tech support.
2. **File and Project Management**: Cline can create, edit, and explore files within large projects, enabling seamless navigation and modification of codebases.
3. **Terminal Integration**: With user permission, Cline can execute terminal commands and monitor their output, allowing it to react dynamically to issues like dev server errors.
4. **Browser Automation**: For web development, Cline can launch sites in a headless browser, interact with pages (click, type, scroll), and capture screenshots and console logs to debug runtime errors and visual bugs.
5. **Human-in-the-Loop Safety**: Every file change and terminal command requires user approval via a GUI, ensuring a secure and controlled environment for exploring agentic AI capabilities.
6. **Context-Aware Assistance**: Cline analyzes file structures, source code ASTs, and runs regex searches to understand existing projects, ensuring efficient and relevant assistance without overwhelming the context window.
7. **Proactive Error Handling**: Cline monitors linter/compiler errors and proactively fixes issues like missing imports and syntax errors during file editing.
8. **Model Context Protocol (MCP)**: Cline can extend its own capabilities by creating new tools using the MCP, enabling continuous adaptation to user needs.
9. **Task Completion with Ease**: Once a task is completed, Cline presents results with simple terminal commands (e.g., `open -a "Google Chrome" index.html`), which users can execute with a single click.
## UI
![image](./assets/cline-01.png)
## Integrate with DeepSeek API
![image](./assets/cline-02.png)

35
docs/cline/README_cn.md Normal file
View File

@ -0,0 +1,35 @@
# [Cline](https://github.com/cline/cline)
Cline 是一款能够使用您的 CLI 和编辑器的 AI 助手。
## 安装
![image](./assets/cline-00.png)
## Cline 的主要特点
1. **基于 Claude 3.5 Sonnet 的智能编码**Cline 利用先进的 AI 技术,逐步处理复杂的软件开发任务,超越简单的代码补全或技术支持。
2. **文件与项目管理**Cline 可以创建、编辑和浏览大型项目中的文件,实现无缝的代码库导航和修改。
3. **终端集成**在用户授权的情况下Cline 可以执行终端命令并监控其输出,从而动态响应开发服务器错误等问题。
4. **浏览器自动化**:对于 Web 开发Cline 可以在无头浏览器中启动网站,与页面交互(点击、输入、滚动),并捕获截图和控制台日志,以调试运行时错误和视觉问题。
5. **人机交互安全保障**:每次文件更改和终端命令都需要通过 GUI 获得用户批准,确保在探索智能 AI 功能时提供一个安全可控的环境。
6. **上下文感知辅助**Cline 分析文件结构、源代码 AST 并运行正则表达式搜索,以理解现有项目,确保在不超出上下文窗口的情况下提供高效且相关的帮助。
7. **主动错误处理**Cline 监控 linter/编译器错误,并在文件编辑过程中主动修复诸如缺少导入和语法错误等问题。
8. **模型上下文协议 (MCP)**Cline 可以通过 MCP 创建新工具来扩展其功能,从而持续适应用户需求。
9. **轻松完成任务**任务完成后Cline 会以简单的终端命令(例如 `open -a "Google Chrome" index.html`)呈现结果,用户只需点击一下即可执行。
## 用户界面
![image](./assets/cline-01.png)
## 与 DeepSeek API 集成
![image](./assets/cline-02.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 705 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB