摘录:Cline Privacy Policy
https://github.com/cline/cline/blob/main/docs/PRIVACY.md
Key Points
- Cline operates entirely client-side as a VS Code extension
- No code or data is collected, stored, or transmitted to Cline's servers
问题是:Cline 会将用户的代码,通过 API 发送到 Claude 的服务器(需要用户的许可吗?)?
Cline 能够保证的只是它自己,却无法、也没有资格去保证 Claude 不会收集用户的信息吧?
也许 Claude 会保证自己的收费用户信息不被采集,但是,免费的用户呢?
即使 AI 编程采用私有化部署,在使用 cline 时,可能无法避免私隐的泄漏?
除了闭源世界,在开源世界里,Cline 可能也是一个不错的选择?
Cline - Autonomous Coding Agent for VSCode Cline - Autonomous Coding Agent for VSCode
Agent:代理,智能体?概念释义烂掉了?
Hi, I'm Cline : 安全吗 1 ?
翻译 I can do all kinds of tasks thanks to the latest breakthroughs in Claude 3.5 Sonnet's agentic coding capabilities and access to tools that let me create & edit files, explore complex projects, use the browser, and execute terminal commands (with your permission, of course). I can even use MCP to create new tools and extend my own capabilities. To get started, this extension needs an API provider for Claude 3.5 Sonnet.
得益于Claude 3.5 Sonnet在代理编码功能上的最新突破,以及能够让我创建和编辑文件、探索复杂项目、使用浏览器和执行终端命令(当然,是在您允许的情况下)的工具,我可以完成各种各样的任务。我甚至可以使用MCP来创建新的工具并扩展我自己的能力。要开始使用,此扩展需要为Claude 3.5 Sonnet提供一个API提供商。
翻译 While Cline currently requires you bring your own API key, we are working on an official accounts system with additional capabilities. Subscribe to our mailing list to get updates!
虽然Cline目前要求您自带API密钥,但我们正在开发一个具备额外功能的官方账户系统。请订阅我们的邮件列表以获取最新更新!v
Model Context Protocol (MCP) : 安全吗 2 ?
Cline - Autonomous Coding Agent for VSCode
MCP servers are like plugins that extend Cline's powers, letting it:
- Connect to web services (like GitHub)
- Control browsers
- Access databases
- Automate tasks
- Handle project management
- Find a server:
- Browse GitHub modelcontextprotocol/servers
- Check mcpservers.org or mcp.so
- Add with Cline:
- Just say: "Cline, add the MCP server from [GitHub URL]"
- Cline handles the rest (cloning, building, config)
怎样关闭此功能?
“添加一个工具……” :全部有机器来自动完成?怎样手动关闭? 以及浏览这些设置?
https://github.com/cline/cline/blob/main/locales/zh-cn/README.md
感谢 Model Context Protocol,Cline 可以通过自定义工具扩展他的能力。虽然你可以使用 社区制作的服务器,但 Cline 可以创建和安装适合你特定工作流程的工具。只需让 Cline “添加一个工具”,他将处理所有事情,从创建新的 MCP 服务器到将其安装到扩展中。这些自定义工具将成为 Cline 工具包的一部分,准备在未来的任务中使用。
- “添加一个获取 Jira 工单的工具”:检索工单 AC 并让 Cline 开始工作
- “添加一个管理 AWS EC2 的工具”:检查服务器指标并上下扩展实例
- “添加一个获取最新 PagerDuty 事件的工具”:获取详细信息并让 Cline 修复错误
MCP servers are like plugins that extend Cline's powers, letting it:
- Connect to web services (like GitHub)
- Control browsers
- Access databases
- Automate tasks
- Handle project management
How can add an MCP server Cline - Autonomous Coding Agent for VSCode
- Find a server:
- Browse GitHub modelcontextprotocol/servers
- Check mcpservers.org or mcp.so
- Add with Cline:
- Just say: "Cline, add the MCP server from [GitHub URL]"
- Cline handles the rest (cloning, building, config)