编辑器 Agent 工坊

编辑器里的 Agent:自定义 Mode、MCP 与 .roo 规则

把 Agent 的角色、工具组和出站 MCP 写成可粘贴的 YAML / JSON,落进仓库的 .roomodes 与 .roo。厂商桌面扩展已归档,手艺还在。

工坊
  • Mode
  • MCP
  • .roo
GitHub
归档 2026-05-15
Marketplace
残留 ≠ 维护
本站
不托管 VSIX
roocode.com
已不是安装入口

工坊三环

Mode / MCP / .roo,不是四站入口

YAML 规格纸 · JSON 嵌套环

复制进仓库,不是安装包
.roomodesYAML
# .roomodes  — Cline 家族自定义 Mode(YAML)
# 不是 Cursor AGENTS.md,也不是 .cursor/rules/*.mdc
customModes:
  - slug: architect-gate
    name: Architect Gate
    description: Plan-only mode. Read the tree, write a reviewable plan, do not implement.
    roleDefinition: >-
      You are Roo, an experienced technical lead in a Cline-family editor.
      Gather context, ask the smallest set of clarifying questions, then produce
      a plan the human can approve before any Code-mode implementation.
    whenToUse: >-
      Use this mode for architecture, sequencing, and risk notes.
      Switch to a Code mode only after the plan is approved.
    groups:
      - read
    customInstructions: |-
      Do not create or edit implementation files in this mode.
      Output:
        1. Goal and non-goals
        2. Files you would touch (paths only)
        3. Risks and rollback
        4. Stop condition
      This file is .roomodes. Do not save it as AGENTS.md.
.roo/mcp.jsonJSON
{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
        "/absolute/path/you/allow"
      ],
      "disabled": false
    }
  }
}

YAML 是自定义 Mode 规格;JSON 是 MCP 出站配置。都不是 Cursor AGENTS.md

谱系(摘要)

完整谱系 →
  1. 起源

    Cline

    开源 VS Code Agent。Roo Code 从这条家族分出,继承「编辑器里的 Agent」而不是网页聊天。

  2. 手艺

    Roo Code 扩展

    自定义 Mode、MCP、.roo 规则:把角色和工具组写成仓库文件,而不是写进某一家 IDE 的私有规则格式。

  3. 2026-04-21

    日落公告

    厂商宣布扩展、Cloud、Router 将停。这是产品线决策,不是「换个下载域名继续装」。

  4. 2026-05-15

    GitHub 归档

    RooCodeInc/Roo-Code 只读。Marketplace 残留条目可能仍能安装最后构建,但不等于支持。

  5. 之后

    Roomote 是另一件事

    roocode.com 跳到 Roomote:云端 Agent,不是 VS Code IDE。本站不把它写成安装入口。

使用边界

写什么
Mode YAML、MCP JSON、.roo 规则、归档事实。读者带走文件,不是安装包。
不写什么
不写 Cursor AGENTS.md,不托管 VSIX,不把 Roomote 写成 VS Code 安装入口。
残留扩展
Marketplace 还能搜到不等于有人维护。自行评估最后构建的风险;本站不代发、不担保。

工坊 FAQ

Roo Code 还能装吗?

GitHub 仓库已于 2026-05-15 归档。VS Code Marketplace 上可能仍能装到最后一版,那只是残留条目,不等于有人在维护、修漏洞或跟新模型。本站不托管 VSIX。

roocode.com 是不是安装入口?

不是。该域名已跳到 Roomote:云端 Agent,不是 VS Code IDE 扩展。不要把它当 Roo Code 的下载页。

自定义 Mode 和 Cursor Rules 有何不同?

Cline 家族用 .roomodes 里的 YAML:slug、roleDefinition、groups。Cursor 用 AGENTS.md 与 .cursor/rules。两套文件不要混贴。

本站提供安装包吗?

不提供。不托管 VSIX、zip 或桌面安装器。扩展去 Marketplace 残留页或 GitHub Releases(归档仓库)自行判断风险。

手艺还在指什么?

自定义 Mode YAML、.roo/mcp.json、.roo/rules。厂商产品线停了,这些文件仍能在 Cline 家族编辑器里工作。

Cursor 仓库规则、官方 Token 账本、会员避坑卡等是独立专题参考,不是本站产品线。

编辑器里的 Agent:自定义 Mode、MCP 与 .roo 规则