No description
  • TypeScript 79.5%
  • JavaScript 12.6%
  • Kotlin 3.6%
  • Python 2.1%
  • Rust 0.7%
  • Other 1.4%
Find a file
Nate Sesti cb273098d9
Some checks failed
Main Branch Build / republish-pr-artifacts (Linux) (push) Has been cancelled
Main Branch Build / republish-pr-artifacts (macOS) (push) Has been cancelled
PR Checks / track-rerun (push) Has been cancelled
PR Checks / prettier-check (push) Has been cancelled
PR Checks / core-checks (push) Has been cancelled
PR Checks / gui-checks (push) Has been cancelled
PR Checks / binary-checks (push) Has been cancelled
PR Checks / vscode-checks (push) Has been cancelled
PR Checks / get-packages-matrix (push) Has been cancelled
PR Checks / vscode-get-test-file-matrix (push) Has been cancelled
PR Checks / vscode-package-extension-linux (push) Has been cancelled
PR Checks / jetbrains-tests (push) Has been cancelled
PR Checks / require-all-checks-to-pass (push) Has been cancelled
Submit Gradle Dependency Graph For Dependabot / dependency-submission (push) Has been cancelled
continue-agents.yml / Merge pull request #12156 from RomneyDa/add-mercury-2 (push) Has been cancelled
reusable-release.yml / Merge pull request #12156 from RomneyDa/add-mercury-2 (push) Has been cancelled
run-continue-agent.yml / Merge pull request #12156 from RomneyDa/add-mercury-2 (push) Has been cancelled
Merge pull request #12156 from RomneyDa/add-mercury-2
2026-04-16 20:27:48 -07:00
.claude/skills/docs-style docs: add docs-style skill and TUI mode sample page 2026-02-13 09:25:35 -08:00
.continue feat: add 5 agent checks derived from codebase history (#10401) 2026-03-09 10:51:44 -07:00
.github fix: remove unnecessary version bump/PR step from prerelease workflow 2026-03-27 14:55:10 -07:00
.husky feat: .continue/environment.json (#7983) 2025-09-25 16:30:56 -07:00
.idea fix: migrate to built-in inline completion API from 2024.1 (#6947) 2025-08-20 09:54:40 -07:00
.vscode fix: don't skip installs by default and sync lock file (#11837) 2026-03-25 15:43:42 -07:00
actions Replace community Discord links with GitHub Discussions 2026-01-30 17:19:56 -08:00
binary fix: redirect Winston logger to stderr to prevent IPC stream corruption + fix binary tests (#11914) 2026-03-27 14:03:06 -07:00
core fix: tighten Inception provider copy and drop redundant comment 2026-04-16 18:18:25 -07:00
docs feat: unified dynamic model fetching for all providers 2026-04-05 22:15:28 -07:00
eval Preview (#1750) 2024-07-28 23:16:18 -07:00
extensions feat: unified dynamic model fetching for all providers 2026-04-05 22:15:28 -07:00
gui fix: tighten Inception provider copy and drop redundant comment 2026-04-16 18:18:25 -07:00
manual-testing-sandbox chore(deps): bump django from 4.2.22 to 4.2.27 in /manual-testing-sandbox (#8992) 2025-12-03 09:49:19 -08:00
media Update banner image with better proportions 2026-02-17 17:10:21 -08:00
packages fix: tighten Inception provider copy and drop redundant comment 2026-04-16 18:18:25 -07:00
scripts Add script to analyze file hotspots from git history (#8591) 2025-11-04 11:55:36 -08:00
skills Fix defunct hub.continue.dev URLs to point to continue.dev 2026-02-02 01:56:19 -08:00
sync merkel 2024-10-23 10:29:15 +02:00
.continueignore ignore .continue folder 2025-03-08 16:18:51 -08:00
.eslintrc.shared.json add no misused promises rule 2025-06-13 22:09:32 +05:30
.gitignore .continue/agents 2026-02-05 11:07:47 -08:00
.node-version Update Node.js LTS to v20.20.1 (#11506) 2026-03-24 11:36:07 -07:00
.nvmrc Update Node.js LTS to v20.20.1 (#11506) 2026-03-24 11:36:07 -07:00
.prettierignore feat: husky for prettier (#7979) 2025-09-25 16:13:08 -07:00
.prettierrc remove border above input box 2024-11-05 08:18:31 -08:00
CLA.md fix: Return the CLA (#6585) 2025-07-16 02:01:42 -07:00
CODE_OF_CONDUCT.md npx prettier --check "**/*.{js,jsx,ts,tsx,json,css,md}" --ignore-path . 2025-05-25 18:41:32 -07:00
CONTRIBUTING.md Update Node.js LTS to v20.20.1 (#11506) 2026-03-24 11:36:07 -07:00
LICENSE Create LICENSE 2023-06-03 09:29:19 +02:00
package-lock.json fix: resolve critical and high security vulnerabilities (#11848) 2026-03-26 10:46:44 -07:00
package.json add support for deepseek 2026-02-26 12:29:50 +05:30
README.md Move banner below tagline and remove old Continue logo 2026-02-17 17:02:45 -08:00
SECURITY.md Create SECURITY.md 2025-02-01 01:01:08 -08:00
tsconfig.json .continuerules 2024-12-15 09:30:56 -08:00
worktree-config.yaml Add worktree copy configuration and ignore copy status files 2025-12-10 20:01:59 -08:00

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.