Continue Is it worth pretending to be now? If your expectation is to "install an alternative that is exactly like the Cursor", the answer is not that simple; But if you want a more controllable, codebase rule that can be accessed and an open source coding capability layer that extends to PR checks and CI, Continue is still well worth watching. Its official README now focuses on source-controlled AI checks and the open-source Continue CLI, indicating that it is not just about in-editor completion, but about "codebase-level AI review and automation".
It is different from what many people understand as "AI programming plugins"
When many people mention Continue, they still think of "open source Copilot alternatives in VS Code". Of course, it has this part, but now it's more interesting that you can manage AI checks as rules files in the repository, and then let them run as GitHub status checks in PRs. In other words, it not only helps you write code, but also begins to participate in the layer of "whether the code is compliant or not, is there a problem".
What team is it suitable for
If you care about code specifications, review automation, and want to tie AI capabilities to repository rules instead of just having each developer use a black box assistant, then Continue is the right way to go. Its advantages are open source, configurable, and capable of entering team processes; The price is that you need to be willing to understand the configuration and rules yourself, not the most worry-free product that is fully automatic when installed.
When you don't need it, it's more hassle-free
If you only want the most convenient personal coding experience, and don't care about rule precipitation, PR-level checks, or maintenance and configuration yourself, then it is often more time-saving to use ready-made business tools. The value of Continue lies in "controllability", not "everyone is the most trouble-free out of the box".
Official open source address
- GitHub:https://github.com/continuedev/continue
- Official website: https://continue.dev
- Documentation: https://docs.continue.dev
The official README states that it is the Apache 2.0 License. For those who want to integrate AI coding capabilities into their team processes for a long time, this open source and controlled route is still attractive.