Continue

Active
GitHub TypeScript Apache-2.0

Description

Continue is an open-source AI code assistant extension for VS Code and JetBrains IDE. It can autocomplete code, refactor, and explain code, helping developers improve programming efficiency.

Key Features

  • PR-level AI Checks — Run AI agents on every pull request as GitHub Status Checks
  • Markdown Check Definitions — Define check rules as Markdown files in .continue/checks/ directory
  • Auto-fix Suggestions — Returns suggested diffs on check failure for direct application
  • Multi-model Support — Claude, GPT-4, Gemini and other LLM backends with flexible switching
  • CLI Tool — cn command-line tool for local checks or CI pipeline integration
  • IDE Extensions — VS Code and JetBrains extensions with inline completion and chat

Use Cases

💡 Automated Security Review — Detect hardcoded secrets, missing validation in CI
💡 Code Style Consistency — Enforce coding standards with automated checks on every PR
💡 PR Quality Gate — Block non-compliant code merges as GitHub Status Checks
💡 Best Practice Enforcement — Encode architecture guidelines and coding standards as AI checks
💡 Doc-Code Sync Verification — Ensure documentation stays consistent with code changes

Quick Start

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

Related Projects

Related Articles