Skip to content

迁移建议

Roo Code 已不再适合作为新用户首选。历史用户可以把规则、模式和模型配置迁移到更活跃的工具。

迁移到哪里

原需求建议迁移
VS Code 里让 Agent 改代码Cline
IDE 内聊天、编辑、补全、团队配置Continue
终端里针对少量文件修改Aider
终端 TUI、自定义 provider、远程服务器OpenCode

迁移检查清单

  1. 记录当前使用的模型名和 Base URL。
  2. 导出或备份 .roorules、自定义模式和团队提示词。
  3. 记录自动批准规则,不要直接照搬到新工具。
  4. 迁移到 Cline 时,把规则整理成项目说明或自定义指令。
  5. 迁移到 Continue 时,把规则写入 config.yamlrules
  6. 用一个小任务验证新工具,而不是直接迁移大型需求。

规则迁移建议

Roo Code 的长规则不要原样塞进新工具。建议压缩成:

  • 项目技术栈
  • 禁止操作
  • 修改前确认规则
  • 测试和构建命令
  • 代码风格要求

示例:

text
Answer in English. Explain the files involved before editing. Only change code directly related to the current task. Do not run deployment, database migration, deletion, or reset commands.

验证迁移

迁移后先做只读任务:

text
Read the current project structure and tell me the start command, build command, and main directory responsibilities. Do not modify files.

再做小范围任务:

text
Fix this small issue. First provide a plan; do not edit before I confirm.