freshcrate
Home > AI Agents > continue

continue

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

Description

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

README

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.

Release History

VersionChangesUrgencyDate
v1.2.22-vscode## What's Changed * fix: ensure config.yaml exists and is populated when accessed by @RomneyDa in https://github.com/continuedev/continue/pull/11915 * chore: jb-67-vs-38 by @RomneyDa in https://github.com/continuedev/continue/pull/11916 * chore(deps-dev): bump happy-dom from 20.0.2 to 20.8.9 in /extensions/cli by @dependabot[bot] in https://github.com/continuedev/continue/pull/11910 * chore(deps): bump handlebars from 4.7.8 to 4.7.9 in /core by @dependabot[bot] in https://github.com/continueMedium3/27/2026

Dependencies & License Audit

Loading dependencies...

Similar Packages

PulSeedAn AI agent system that grows your goals from seed to tree. Set a goal — Seedy observes, delegates, and tracks until done.v0.4.17
byterover-cliByteRover CLI (brv) - The portable memory layer for autonomous coding agents (formerly Cipher)v3.7.1
ori-cliAgentic coding harness with persistent memory and a REPL body. Built on Ori Mnemos. Open source must win.master@2026-04-18
terminatorCompletely free opensource alternative to manus, openhands and cuav23
CodexSkillManager🛠 Manage Codex and Claude Code skills on macOS with this SwiftUI app. Browse, import, and delete skills effortlessly while viewing detailed info.main@2026-04-21