AI Agent Hub
AI エージェント / プラグイン情報メディア
← 一覧へ
Roo Code
OTHER

Roo Code

Roo Code

Cline からフォークされ大幅に拡張された VS Code エージェント。マルチモード / カスタムロール / ボイス操作を備え活発に更新が続く。

原文: Roo Code gives you a whole dev team of AI agents in your code editor.
#VS Code#Cline-fork
REPO STATS

リポジトリ統計

⭐ Stars
23.9k
🍴 Forks
3.2k
⚠️ Open Issues
985
🌿 Language
TypeScript
📄 License
Apache-2.0
🕒 最終更新
2026.05.07 (今日)
📅 公開日
2024.11.01
🌿 Branch
main
README

ドキュメント

— AI による自動翻訳 (2026.05.07 更新)

VS Code Marketplace X YouTube Join Discord Join r/RooCode

素早くサポートを受ける → Discord に参加 • 非同期を希望? → r/RooCode に参加

Roo Code

あなたのエディタの中の、AI 駆動の開発チーム

v3.53.0 の新機能

Roo Code プラグインは終わりません。

Roo Code が 300 万インストールを達成し、オリジナルチームが Roomote に全力で取り組むことを発表したニュースを目にしたかもしれません。その知らせは多くの人にとって辛いものだったと思います。このプラグインは私たちにとってもあなたにとっても大切なもので、私たちはあなたの声を聞いています。

朗報として、コミュニティチームが Roo Code の継続に名乗り出ました。私たちはあなたが頼りにするプラグインが継続的に保守・改善されるよう、彼らと公式な移行作業を進めています。

このリリースの新機能:

  • OpenAI Codex プロバイダーを経由した GPT-5.5 サポートを追加しました。
  • Vertex AI での Claude Opus 4.7 サポートを追加しました。
  • チャットで前のチェックポイントナビゲーション機能を追加し、以前のチェックポイントをより簡単にナビゲートできるようにしました。
🌐 利用可能な言語

Roo Code があなたにできることは?

  • 自然言語の説明と仕様からコードを生成します
  • モード適応:Code、Architect、Ask、Debug、Custom Modes
  • 既存コードのリファクタリングとデバッグ
  • ドキュメントの作成と更新
  • コードベースについての質問に回答します
  • 反復的なタスクを自動化します
  • MCP サーバーを活用します

モード

Roo Code はあなたの作業方法に適応します:

  • Code モード:日常的なコーディング、編集、ファイル操作
  • Architect モード:システム計画、仕様書、マイグレーション
  • Ask モード:高速な回答、説明、ドキュメント
  • Debug モード:問題追跡、ログ追加、根本原因の特定
  • Custom モード:チームまたはワークフロー用の専門モードを構築します

詳細を確認:モードの使用カスタムモード

チュートリアル&機能ビデオ


Roo Code のインストール

プロファイルの設定

コードベースのインデックス化

カスタムモード

チェックポイント

コンテキスト管理

その他のクイックチュートリアル・機能ビデオ...

リソース

  • ドキュメント: Roo Code のインストール、設定、マスターするための公式ガイドです。
  • YouTube チャンネル: チュートリアルを視聴して、機能を実際に見てください。
  • Discord サーバー: コミュニティに参加してリアルタイムサポートとディスカッションを行いましょう。
  • Reddit コミュニティ: あなたの経験を共有し、他の人が何を構築しているかを見てください。
  • GitHub Issues: バグを報告して開発を追跡します。
  • 機能リクエスト: アイデアがありますか?開発者と共有してください。

ローカルセットアップと開発

  1. リポジトリをクローンします
git clone https://github.com/RooCodeInc/Roo-Code.git
  1. 依存関係をインストールします
pnpm install
  1. 拡張機能を実行します

Roo Code 拡張機能を実行する方法はいくつかあります。

開発モード (F5)

アクティブな開発では、VSCode の組み込みデバッグ機能を使用します。

VSCode で F5 キーを押してください(または 実行デバッグを開始 に移動)。これにより、Roo Code 拡張機能が実行された新しい VSCode ウィンドウが開きます。

  • webview への変更は即座に反映されます。
  • コア拡張機能への変更も自動的にホットリロードされます。

自動 VSIX インストール

拡張機能を VSIX パッケージとして構築し、VSCode に直接インストールするには:

pnpm install:vsix [-y] [--editor=<command>]

このコマンドは以下の処理を行います。

  • 使用するエディタコマンド (code/cursor/code-insiders) を確認します。デフォルトは 'code' です。
  • 拡張機能の既存バージョンをアンインストールします。
  • 最新の VSIX パッケージをビルドします。
  • 新しくビルドされた VSIX をインストールします。
  • 変更を反映させるため VS Code を再起動するよう促します。

オプション:

  • -y:すべての確認プロンプトをスキップしてデフォルトを使用します
  • --editor=<command>:エディタコマンドを指定します(例:--editor=cursor または --editor=code-insiders

手動 VSIX インストール

VSIX パッケージを手動でインストールする場合は:

  1. まず、VSIX パッケージをビルドします:
    pnpm vsix
  2. .vsix ファイルが bin/ ディレクトリに生成されます(例:bin/roo-cline-<version>.vsix)。
  3. VSCode CLI を使用して手動でインストールします:
    code --install-extension bin/roo-cline-<version>.vsix

changesets をバージョン管理と公開に使用しています。リリースノートについては CHANGELOG.md を参照してください。


免責事項

注意してください。Roo Code, Inc. は、Roo Code に関連して提供または利用可能になされたいかなるコード、モデル、またはその他のツール、関連する第三者ツール、またはその結果生じる出力についても、いかなる表明または保証も行いません。あなたは、そのようなツールまたは出力の使用に伴うすべてのリスクを引き受けます。そのようなツールは、「現状のまま」および「入手可能な状態で」提供されます。そのようなリスクには、特に限定されることなく、知的財産権の侵害、サイバー脆弱性または攻撃、バイアス、不正確性、エラー、欠陥、ウイルス、ダウンタイム、財産損失または損傷、および/または身体的傷害が含まれる可能性があります。あなたは、そのようなツールまたは出力の使用(特に限定されることなく、その合法性、適切性、および結果を含む)について単独で責任を負います。


コントリビューション

コミュニティからのコントリビューションを大歓迎します!CONTRIBUTING.md を読んで始めましょう。


ライセンス

Apache 2.0 © 2025 Roo Code, Inc.


Roo Code をお楽しみください!短めのリーシュで抑えるか、完全に自律させるかは関係なく、あなたが何を構築するのか待ちきれません。ご質問やご機能のアイデアがあれば、Reddit コミュニティまたは Discord に立ち寄ってください。楽しいコーディングを!

— GitHub から取得した原文(一部省略の場合あり)

VS Code Marketplace X YouTube Join Discord Join r/RooCode

Get help fast → Join Discord • Prefer async? → Join r/RooCode

Roo Code

Your AI-Powered Dev Team, Right in Your Editor

What's New in v3.53.0

The Roo Code plugin is not going away.

You may have seen the recent announcement that Roo Code hit 3 million installs and the original team is going all-in on Roomote. We know that news was hard for a lot of you. This plugin means a lot to us and to you, and we hear you.

The good news: a community team has stepped up to carry Roo Code forward, and we're working with them on an official handoff so the plugin you rely on keeps getting maintained and improved.

What's new in this release:

  • Add GPT-5.5 support via the OpenAI Codex provider.
  • Add Claude Opus 4.7 support on Vertex AI.
  • Add previous checkpoint navigation controls in chat so you can step back through prior checkpoints more easily.
🌐 Available languages

What Can Roo Code Do For YOU?

  • Generate Code from natural language descriptions and specs
  • Adapt with Modes: Code, Architect, Ask, Debug, and Custom Modes
  • Refactor & Debug existing code
  • Write & Update documentation
  • Answer Questions about your codebase
  • Automate repetitive tasks
  • Utilize MCP Servers

Modes

Roo Code adapts to how you work:

  • Code Mode: everyday coding, edits, and file ops
  • Architect Mode: plan systems, specs, and migrations
  • Ask Mode: fast answers, explanations, and docs
  • Debug Mode: trace issues, add logs, isolate root causes
  • Custom Modes: build specialized modes for your team or workflow

Learn more: Using ModesCustom Modes

Tutorial & Feature Videos


Installing Roo Code

Configuring Profiles

Codebase Indexing

Custom Modes

Checkpoints

Context Management

More quick tutorial and feature videos...

Resources


Local Setup & Development

  1. Clone the repo:
git clone https://github.com/RooCodeInc/Roo-Code.git
  1. Install dependencies:
pnpm install
  1. Run the extension:

There are several ways to run the Roo Code extension:

Development Mode (F5)

For active development, use VSCode's built-in debugging:

Press F5 (or go to RunStart Debugging) in VSCode. This will open a new VSCode window with the Roo Code extension running.

  • Changes to the webview will appear immediately.
  • Changes to the core extension will also hot reload automatically.

Automated VSIX Installation

To build and install the extension as a VSIX package directly into VSCode:

pnpm install:vsix [-y] [--editor=<command>]

This command will:

  • Ask which editor command to use (code/cursor/code-insiders) - defaults to 'code'
  • Uninstall any existing version of the extension.
  • Build the latest VSIX package.
  • Install the newly built VSIX.
  • Prompt you to restart VS Code for changes to take effect.

Options:

  • -y: Skip all confirmation prompts and use defaults
  • --editor=<command>: Specify the editor command (e.g., --editor=cursor or --editor=code-insiders)

Manual VSIX Installation

If you prefer to install the VSIX package manually:

  1. First, build the VSIX package:
    pnpm vsix
  2. A .vsix file will be generated in the bin/ directory (e.g., bin/roo-cline-<version>.vsix).
  3. Install it manually using the VSCode CLI:
    code --install-extension bin/roo-cline-<version>.vsix

We use changesets for versioning and publishing. Check our CHANGELOG.md for release notes.


Disclaimer

Please note that Roo Code, Inc does not make any representations or warranties regarding any code, models, or other tools provided or made available in connection with Roo Code, any associated third-party tools, or any resulting outputs. You assume all risks associated with the use of any such tools or outputs; such tools are provided on an "AS IS" and "AS AVAILABLE" basis. Such risks may include, without limitation, intellectual property infringement, cyber vulnerabilities or attacks, bias, inaccuracies, errors, defects, viruses, downtime, property loss or damage, and/or personal injury. You are solely responsible for your use of any such tools or outputs (including, without limitation, the legality, appropriateness, and results thereof).


Contributing

We love community contributions! Get started by reading our CONTRIBUTING.md.


License

Apache 2.0 © 2025 Roo Code, Inc.


Enjoy Roo Code! Whether you keep it on a short leash or let it roam autonomously, we can’t wait to see what you build. If you have questions or feature ideas, drop by our Reddit community or Discord. Happy coding!

RELATED

同じカテゴリの他のツール