Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

⏩ Source-controlled AI checks, enforceable in CI. Powered by the open-source Continue CLI

License

NotificationsYou must be signed in to change notification settings

continuedev/continue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21,244 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 Reviewdescription: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 thecontributing guide, andjoin theGitHub Discussions.

License

Apache 2.0 © 2023-2024 Continue Dev, Inc.

About

⏩ Source-controlled AI checks, enforceable in CI. Powered by the open-source Continue CLI

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Contributors451


[8]ページ先頭

©2009-2026 Movatter.jp