continue is an open-source AI developer tool for open-source coding-agent workflows and custom AI code assistance. The official source is the public GitHub repository at https://github.com/continuedev/continue. During this creation run, repository metadata showed 34,102 stars, 4,729 forks, 904 open issues, TypeScript as the main language, and a latest public push dated 2026-06-19.
The upstream description says: open-source coding agent. That makes the project relevant for builders who are already testing coding agents, code review automation, local context systems, or AI-assisted development workflows. This is not a foundation model listing and not a generic article. It is a practical developer tool with source code that teams can inspect before trusting it with private repositories.
The safest evaluation path is direct. Read the README, inspect the commands it asks you to run, and test the smallest workflow inside a disposable repository. Check what files the tool reads, whether it writes persistent state, which model providers or local services it expects, and how it behaves when a repository is large, messy, or security-sensitive. That review matters because AI coding tools can touch production code paths if they are adopted too quickly.
continue is most useful for developers, AI engineering teams, and platform teams that want a clearer loop around agent work. A solo builder can use it to experiment with better code context or review behavior. A team can compare it against its current coding assistant setup and decide whether it reduces repeated prompting, narrows context, or improves review quality without hiding important implementation details.
Pricing is listed as free/open-source access because the source repository is public. Real operating cost may still include connected LLM APIs, local compute, hosted runners, storage, or private infrastructure. Review the Apache License 2.0 terms and upstream documentation before using it commercially. If the project later adds hosted plans or formal pricing, this page should be updated with those facts rather than duplicated.
Verification note: OpenTools used the repository URL, GitHub API metadata, README content, and the queue source signal as source material. The page does not infer private roadmap details, hidden benchmarks, or paid features that are not documented upstream.
README excerpt reviewed from the source repository: Continue Pioneering open-source coding agent ## What is Continue? > _Note: The `continuedev/continue` repository is no longer actively maintained and is read-only for all users._ Continue is a coding agent available as a CLI, VS Code extension, and JetBrains plugin. ## Documentation To learn how to configure Continue, how it works, and how to customize it, check out the Continue Docs. ## Final 2.0.0 Release We polished Continue and did a final 2.0.0 release of the VS Code extension, CLI, and JetBrains plugin. This included removing anonymous telemetry, pulling out authentication, squashing bugs, and more. ### VS Code [](https://marketplace.visualstudio.com/items?itemName=Continue.continue) [](https://open-vsx.org/extension/Continue/continue) [](extensions/vscode) ### CLI [](https://www.npmjs.com/package/@continuedev/cli) [](extensions/cli