freshcrate
Skin:/
Home > AI Agents > continue

continue

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

Why this rank:Strong adoptionRelease freshnessHealthy release cadence

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
v1.3.38-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
v1.0.67-jetbrains## What's Changed * fix: redirect Winston logger to stderr to prevent IPC stream corruption + fix binary tests by @RomneyDa in https://github.com/continuedev/continue/pull/11914 * 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 hMedium3/27/2026
v1.2.21-vscode## What's Changed * chore: jb-66-vs-37 by @RomneyDa in https://github.com/continuedev/continue/pull/11909 * fix: remove Ollama template-based tool support gate by @RomneyDa in https://github.com/continuedev/continue/pull/11905 **Full Changelog**: https://github.com/continuedev/continue/compare/v1.2.20-vscode...v1.2.21-vscodeMedium3/26/2026
v1.3.37-vscode## What's Changed * chore: jb-66-vs-37 by @RomneyDa in https://github.com/continuedev/continue/pull/11909 * fix: remove Ollama template-based tool support gate by @RomneyDa in https://github.com/continuedev/continue/pull/11905 **Full Changelog**: https://github.com/continuedev/continue/compare/v1.3.36-vscode...v1.3.37-vscodeMedium3/26/2026
v1.0.66-jetbrains## What's Changed * chore: jb-66-vs-37 by @RomneyDa in https://github.com/continuedev/continue/pull/11909 * fix: remove Ollama template-based tool support gate by @RomneyDa in https://github.com/continuedev/continue/pull/11905 **Full Changelog**: https://github.com/continuedev/continue/compare/v1.0.65-jetbrains...v1.0.66-jetbrainsMedium3/26/2026
mainRelease mainMedium3/26/2026
v1.2.20-vscode## What's Changed * fix: add ModelDescription type to binary test callbacks by @RomneyDa in https://github.com/continuedev/continue/pull/11888 * Fix StringIndexOutOfBoundsException in readRangeInFile by @ivanlen in https://github.com/continuedev/continue/pull/11881 * fix: resolve critical and high security vulnerabilities by @RomneyDa in https://github.com/continuedev/continue/pull/11848 * chore: jetbrains 65, vs code 36 by @RomneyDa in https://github.com/continuedev/continue/pull/11892 * fMedium3/26/2026
v1.0.65-jetbrains## What's Changed * chore: jetbrains 65, vs code 36 by @RomneyDa in https://github.com/continuedev/continue/pull/11892 * fix(openai-adapter): map max_tokens to max_completion_tokens for DeepSeek reasoner by @RomneyDa in https://github.com/continuedev/continue/pull/11889 * fix: harden JetBrains remote config sync to prevent IDE freezes by @RomneyDa in https://github.com/continuedev/continue/pull/11891 * vscode 1.3.36 by @RomneyDa in https://github.com/continuedev/continue/pull/11898 * fix: uMedium3/26/2026
v1.3.36-vscode## What's Changed * fix: add ModelDescription type to binary test callbacks by @RomneyDa in https://github.com/continuedev/continue/pull/11888 * Fix StringIndexOutOfBoundsException in readRangeInFile by @ivanlen in https://github.com/continuedev/continue/pull/11881 * fix: resolve critical and high security vulnerabilities by @RomneyDa in https://github.com/continuedev/continue/pull/11848 * chore: jetbrains 65, vs code 36 by @RomneyDa in https://github.com/continuedev/continue/pull/11892 * fMedium3/26/2026
v1.0.64-jetbrains## What's Changed * chore: move .continue/agents to .continue/checks by @sestinj in https://github.com/continuedev/continue/pull/10596 * Add banner image to README by @TyDunn in https://github.com/continuedev/continue/pull/10605 * docs: add Improving Your Checks page by @sestinj in https://github.com/continuedev/continue/pull/10604 * feat: Claude Sonnet and Opus 4.6 updates by @RomneyDa in https://github.com/continuedev/continue/pull/10600 * feat: integrate ai-sdk provider by @uinstinct in Medium3/26/2026
v1.2.19-vscode## What's Changed * fix: remove Llama 3.1 405B from Groq provider by @RomneyDa in https://github.com/continuedev/continue/pull/11804 * fix: add keepAlive to YAML completion options schema by @RomneyDa in https://github.com/continuedev/continue/pull/11801 * fix(llama.cpp): include model name in completion request body by @RomneyDa in https://github.com/continuedev/continue/pull/11803 * fix(moonshot): add reasoning_content field support for Kimi models by @RomneyDa in https://github.com/continMedium3/26/2026
v1.3.35-vscode## What's Changed * fix: remove Llama 3.1 405B from Groq provider by @RomneyDa in https://github.com/continuedev/continue/pull/11804 * fix: add keepAlive to YAML completion options schema by @RomneyDa in https://github.com/continuedev/continue/pull/11801 * fix(llama.cpp): include model name in completion request body by @RomneyDa in https://github.com/continuedev/continue/pull/11803 * fix(moonshot): add reasoning_content field support for Kimi models by @RomneyDa in https://github.com/continMedium3/26/2026
v1.2.18-vscode## What's Changed * fix: harden system message tools and wire toolOverrides to system message path by @shanevcantwell in https://github.com/continuedev/continue/pull/10485 * [Snyk] Security upgrade undici from 7.18.2 to 7.24.0 by @sestinj in https://github.com/continuedev/continue/pull/11379 * fix: terminal links open wrong URL for addresses with ports by @shanevcantwell in https://github.com/continuedev/continue/pull/11369 * refactor: unify AbortError detection with isAbortError utility by Medium3/25/2026
v1.0.63-jetbrains## What's Changed * fix: harden system message tools and wire toolOverrides to system message path by @shanevcantwell in https://github.com/continuedev/continue/pull/10485 * [Snyk] Security upgrade undici from 7.18.2 to 7.24.0 by @sestinj in https://github.com/continuedev/continue/pull/11379 * fix: terminal links open wrong URL for addresses with ports by @shanevcantwell in https://github.com/continuedev/continue/pull/11369 * refactor: unify AbortError detection with isAbortError utility by Medium3/25/2026
v1.3.34-vscode## What's Changed * fix: harden system message tools and wire toolOverrides to system message path by @shanevcantwell in https://github.com/continuedev/continue/pull/10485 * [Snyk] Security upgrade undici from 7.18.2 to 7.24.0 by @sestinj in https://github.com/continuedev/continue/pull/11379 * fix: terminal links open wrong URL for addresses with ports by @shanevcantwell in https://github.com/continuedev/continue/pull/11369 * refactor: unify AbortError detection with isAbortError utility by Medium3/25/2026
v1.2.17-vscode## What's Changed * chore: move .continue/agents to .continue/checks by @sestinj in https://github.com/continuedev/continue/pull/10596 * Add banner image to README by @TyDunn in https://github.com/continuedev/continue/pull/10605 * docs: add Improving Your Checks page by @sestinj in https://github.com/continuedev/continue/pull/10604 * feat: Claude Sonnet and Opus 4.6 updates by @RomneyDa in https://github.com/continuedev/continue/pull/10600 * feat: integrate ai-sdk provider by @uinstinct in Low3/13/2026
v1.0.62-jetbrains## What's Changed * chore: move .continue/agents to .continue/checks by @sestinj in https://github.com/continuedev/continue/pull/10596 * Add banner image to README by @TyDunn in https://github.com/continuedev/continue/pull/10605 * docs: add Improving Your Checks page by @sestinj in https://github.com/continuedev/continue/pull/10604 * feat: Claude Sonnet and Opus 4.6 updates by @RomneyDa in https://github.com/continuedev/continue/pull/10600 * feat: integrate ai-sdk provider by @uinstinct in Low3/13/2026
v1.3.33-vscode## What's Changed * chore: move .continue/agents to .continue/checks by @sestinj in https://github.com/continuedev/continue/pull/10596 * Add banner image to README by @TyDunn in https://github.com/continuedev/continue/pull/10605 * docs: add Improving Your Checks page by @sestinj in https://github.com/continuedev/continue/pull/10604 * feat: Claude Sonnet and Opus 4.6 updates by @RomneyDa in https://github.com/continuedev/continue/pull/10600 * feat: integrate ai-sdk provider by @uinstinct in Low3/13/2026
v1.5.45Release v1.5.45 built and published from the main branch.Low3/4/2026
v1.5.44Release v1.5.44 built and published from the main branch.Low3/2/2026
v1.2.16-vscode## What's Changed * .continue/agents by @sestinj in https://github.com/continuedev/continue/pull/10233 * .continue/agents p2 by @sestinj in https://github.com/continuedev/continue/pull/10235 * feat: limited MCP App support by @RomneyDa in https://github.com/continuedev/continue/pull/10132 * feat(cli): curl/irl installation scripts and docs by @RomneyDa in https://github.com/continuedev/continue/pull/9835 * feat: add cn checks CLI command by @sestinj in https://github.com/continuedev/continuLow2/17/2026
v1.0.61-jetbrains## What's Changed * .continue/agents by @sestinj in https://github.com/continuedev/continue/pull/10233 * .continue/agents p2 by @sestinj in https://github.com/continuedev/continue/pull/10235 * feat: limited MCP App support by @RomneyDa in https://github.com/continuedev/continue/pull/10132 * feat(cli): curl/irl installation scripts and docs by @RomneyDa in https://github.com/continuedev/continue/pull/9835 * feat: add cn checks CLI command by @sestinj in https://github.com/continuedev/continuLow2/17/2026
v1.3.32-vscode## What's Changed * .continue/agents by @sestinj in https://github.com/continuedev/continue/pull/10233 * .continue/agents p2 by @sestinj in https://github.com/continuedev/continue/pull/10235 * feat: limited MCP App support by @RomneyDa in https://github.com/continuedev/continue/pull/10132 * feat(cli): curl/irl installation scripts and docs by @RomneyDa in https://github.com/continuedev/continue/pull/9835 * feat: add cn checks CLI command by @sestinj in https://github.com/continuedev/continuLow2/17/2026
v1.2.15-vscode## What's Changed * docs: update /info command description with usage statistics by @continue[bot] in https://github.com/continuedev/continue/pull/9071 * chore(deps): bump undici from 7.16.0 to 7.18.2 in /binary by @dependabot[bot] in https://github.com/continuedev/continue/pull/9534 * fix: add GH_TOKEN to continue-agents workflow by @ThanhNguyxn in https://github.com/continuedev/continue/pull/9497 * chore: bump prerelease versions by @RomneyDa in https://github.com/continuedev/continue/pullLow2/4/2026
v1.0.60-jetbrains## What's Changed * fix(cli): flaky hub loader tests by @uinstinct in https://github.com/continuedev/continue/pull/9923 * [Snyk] Upgrade @tiptap/extension-text from 2.26.1 to 2.27.1 by @sestinj in https://github.com/continuedev/continue/pull/9915 * chore(deps): bump tar from 7.4.3 to 7.5.7 in /core by @dependabot[bot] in https://github.com/continuedev/continue/pull/9985 * chore(deps): bump hono from 4.11.4 to 4.11.7 in /core by @dependabot[bot] in https://github.com/continuedev/continue/pullLow2/4/2026
v1.3.31-vscode## What's Changed * fix(cli): flaky hub loader tests by @uinstinct in https://github.com/continuedev/continue/pull/9923 * [Snyk] Upgrade @tiptap/extension-text from 2.26.1 to 2.27.1 by @sestinj in https://github.com/continuedev/continue/pull/9915 * chore(deps): bump tar from 7.4.3 to 7.5.7 in /core by @dependabot[bot] in https://github.com/continuedev/continue/pull/9985 * chore(deps): bump hono from 4.11.4 to 4.11.7 in /core by @dependabot[bot] in https://github.com/continuedev/continue/pullLow2/4/2026
v1.5.43-beta.20260203Daily beta release for testing. This version will be promoted to stable after 7 days if no critical issues are found.Low2/3/2026
@continuedev/config-yaml@1.42.0# [1.42.0](https://github.com/continuedev/continue/compare/@continuedev/config-yaml@1.41.0...@continuedev/config-yaml@1.42.0) (2026-02-03) ### Bug Fixes * add reasoning content field support in chat body ([ac93dd9](https://github.com/continuedev/continue/commit/ac93dd9381021989507b1c724205780074898786)) * add reasoning content field support in chat body ([#10027](https://github.com/continuedev/continue/issues/10027)) ([6c56210](https://github.com/continuedev/continue/commit/6c56210f1c4cf52a15Low2/3/2026
@continuedev/config-yaml@1.41.0# [1.41.0](https://github.com/continuedev/continue/compare/@continuedev/config-yaml@1.40.0...@continuedev/config-yaml@1.41.0) (2026-02-03) ### Bug Fixes * detect WSL remote for shell PATH resolution ([939b44b](https://github.com/continuedev/continue/commit/939b44b39fbe1eeea0d4c501e820f23ea5079c87)), closes [#9737](https://github.com/continuedev/continue/issues/9737) * detect WSL remote for shell PATH resolution ([#9934](https://github.com/continuedev/continue/issues/9934)) ([895632c](https://Low2/3/2026
v1.5.43Direct stable release from main branch. Version 1.5.43 built and published directly from the latest main branch.Low2/2/2026
v1.5.42Direct stable release from main branch. Version 1.5.42 built and published directly from the latest main branch.Low2/2/2026
v1.5.41Direct stable release from main branch. Version 1.5.41 built and published directly from the latest main branch.Low2/2/2026
v1.5.40-beta.20260202Daily beta release for testing. This version will be promoted to stable after 7 days if no critical issues are found.Low2/2/2026
v1.5.40Direct stable release from main branch. Version 1.5.40 built and published directly from the latest main branch.Low2/2/2026
v1.5.39-beta.20260201Daily beta release for testing. This version will be promoted to stable after 7 days if no critical issues are found.Low2/1/2026
@continuedev/config-yaml@1.40.0# [1.40.0](https://github.com/continuedev/continue/compare/@continuedev/config-yaml@1.39.0...@continuedev/config-yaml@1.40.0) (2026-01-31) ### Bug Fixes * account for different tokenizers ([b4bc3ae](https://github.com/continuedev/continue/commit/b4bc3aedaa2e44149a1898c609405ebb80ca91b2)) * add missing cancelStream call and return for non-retryable errors ([c391353](https://github.com/continuedev/continue/commit/c391353709ad4367fb333680190e0ba73c868ef0)) * also show underlying provider for opeLow1/31/2026
v1.5.39-beta.20260131Daily beta release for testing. This version will be promoted to stable after 7 days if no critical issues are found.Low1/31/2026
v1.5.39-beta.20260130Daily beta release for testing. This version will be promoted to stable after 7 days if no critical issues are found.Low1/30/2026
v1.5.39-beta.20260129Daily beta release for testing. This version will be promoted to stable after 7 days if no critical issues are found.Low1/29/2026
v1.5.39-beta.20260128Daily beta release for testing. This version will be promoted to stable after 7 days if no critical issues are found.Low1/28/2026
v1.5.39-beta.20260127Daily beta release for testing. This version will be promoted to stable after 7 days if no critical issues are found.Low1/27/2026
v1.0.59-jetbrains## What's Changed * docs: update /info command description with usage statistics by @continue[bot] in https://github.com/continuedev/continue/pull/9071 * feat: subagents by @uinstinct in https://github.com/continuedev/continue/pull/9128 * Update docs index page with new inbox card and copy changes by @BekahHW in https://github.com/continuedev/continue/pull/9533 * docs: Add documentation for running agents locally by @bdougie in https://github.com/continuedev/continue/pull/9507 * feat: agentLow1/26/2026
v1.3.30-vscode## What's Changed * docs: update /info command description with usage statistics by @continue[bot] in https://github.com/continuedev/continue/pull/9071 * feat: subagents by @uinstinct in https://github.com/continuedev/continue/pull/9128 * Update docs index page with new inbox card and copy changes by @BekahHW in https://github.com/continuedev/continue/pull/9533 * docs: Add documentation for running agents locally by @bdougie in https://github.com/continuedev/continue/pull/9507 * feat: agentLow1/26/2026
v1.5.39-beta.20260126Daily beta release for testing. This version will be promoted to stable after 7 days if no critical issues are found.Low1/26/2026
v1.5.39Direct stable release from main branch. Version 1.5.39 built and published directly from the latest main branch.Low1/26/2026
@continuedev/fetch@1.9.0# [1.9.0](https://github.com/continuedev/continue/compare/@continuedev/fetch@1.8.0...@continuedev/fetch@1.9.0) (2026-01-26) ### Bug Fixes * Replace console.debug with logger in exit tool ([b65f440](https://github.com/continuedev/continue/commit/b65f44027a9c36d02e930ed2be41bac274ceb312)) * Set isComplete metadata when agents finish execution ([65a1e15](https://github.com/continuedev/continue/commit/65a1e1500b112de4e24364eff890bd9b4fcac895)) * support object-type arguments in tool call parsing Low1/26/2026
v1.5.38Direct stable release from main branch. Version 1.5.38 built and published directly from the latest main branch.Low1/26/2026
v1.5.37Direct stable release from main branch. Version 1.5.37 built and published directly from the latest main branch.Low1/26/2026
v1.5.36Direct stable release from main branch. Version 1.5.36 built and published directly from the latest main branch.Low1/23/2026

Dependencies & License Audit

Loading dependencies...

Similar Packages

@robota-sdk/agent-coreComplete AI agent implementation with unified core and tools functionality - conversation management, plugin system, and advanced agent featuresmain@2026-05-31
@zhing2026/krewMulti-AI-Agent collaborative CLI toolv0.11.12
byterover-cliByteRover CLI (brv) - The portable memory layer for autonomous coding agents (formerly Cipher)v3.16.1
@genesis-agent/cliGenesis — universal autonomous AI agent with multi-agent swarm executionv0.6.19
PulSeedAn AI agent system that grows your goals from seed to tree. Set a goal — Seedy observes, delegates, and tracks until done.v0.6.6

More in AI Agents

hermes-agentThe agent that grows with you
awesome-copilotCommunity-contributed instructions, agents, skills, and configurations to help you make the most of GitHub Copilot.
CopilotKitThe Frontend Stack for Agents & Generative UI. React + Angular. Makers of the AG-UI Protocol
e2bE2B SDK that give agents cloud environments