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

Continue

Continue

VS Code / JetBrains 向けのオープンな AI コードアシスタント。Custom AI Code Assistants をチームで構築・配布できる Hub も提供。

原文: ⏩ Source-controlled AI checks, enforceable in CI. Powered by the open-source Continue CLI
#VS Code#JetBrains#agent#ai#cli#developer-tools#jetbrains-plugin#llm#open-source#vs-code-extenstion
REPO STATS

リポジトリ統計

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

ドキュメント

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

Continue

ソース管理された AI チェック、CI で実行可能

Banner

はじめに

お好みのコーディングエージェントに以下を貼り付けてください:

Help me write checks for this codebase: https://continue.dev/walkthrough

仕組み

Continue は、すべてのプルリクエストで GitHub ステータスチェックとしてエージェントを実行します。各エージェントはリポジトリの .continue/checks/ にあるマークダウンファイルです。コードが良好であれば緑、そうでなければ提案された差分と共に赤になります。以下はセキュリティレビューを実行する例です:

---
name: Security Review
description: Review PR for basic security vulnerabilities
---
Review this PR and check that:
  - No secrets or API keys are hardcoded
  - All new API endpoints have input validation
  - Error responses use the standard error format

CLI をインストール

AI チェックはオープンソースの Continue CLI(cn)によって実行されます。

macOS / Linux:

curl -fsSL https://raw.githubusercontent.com/continuedev/continue/main/extensions/cli/scripts/install.sh | bash

Windows(PowerShell):

irm https://raw.githubusercontent.com/continuedev/continue/main/extensions/cli/scripts/install.ps1 | iex

または npm を使用(Node.js 20+ が必要):

npm i -g @continuedev/cli

その後、実行してください:

cn

VS Code 拡張機能をお探しですか?こちらを参照してください

貢献方法

貢献ガイドをお読みになり、GitHub Discussions に参加してください。

ライセンス

Apache 2.0 © 2023-2024 Continue Dev, Inc.

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

Continue

Source-controlled AI checks, enforceable in CI

Banner

Getting started

Paste this into your coding agent of choice:

Help me write checks for this codebase: https://continue.dev/walkthrough

How it works

Continue runs agents on every pull request as GitHub status checks. Each agent is a markdown file in your repo at .continue/checks/. Green if the code looks good, red with a suggested diff if not. Here is an example that performs a security review:

---
name: Security Review
description: Review PR for basic security vulnerabilities
---
Review this PR and check that:
  - No secrets or API keys are hardcoded
  - All new API endpoints have input validation
  - Error responses use the standard error format

Install CLI

AI checks are powered by the open-source Continue CLI (cn).

macOS / Linux:

curl -fsSL https://raw.githubusercontent.com/continuedev/continue/main/extensions/cli/scripts/install.sh | bash

Windows (PowerShell):

irm https://raw.githubusercontent.com/continuedev/continue/main/extensions/cli/scripts/install.ps1 | iex

Or with npm (requires Node.js 20+):

npm i -g @continuedev/cli

Then run:

cn

Looking for the VS Code extension? See here.

Contributing

Read the contributing guide, and join the GitHub Discussions.

License

Apache 2.0 © 2023-2024 Continue Dev, Inc.

RELATED

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