返回 AI 編程擴充
AI 編程擴充
Continue logo

Continue

Continue 是一款開源 AI 程式開發代理,支援 VS Code、JetBrains、CLI 工作流程,以及在 pull request 上進行原始碼版本控制的 AI checks。

Quick Verdict

當 model control、open-source extensibility,以及 repository-defined AI checks 比完整 managed AI editor experience 更重要時,Continue 值得選擇。

Last checked: Jun 13, 2026
Pricing checked: Jun 13, 2026
Editor Base
VS Code
Pricing
Freemium
Platforms
VS Code, JetBrains IDEs, CLI, GitHub
Models
Anthropic, OpenAI, Azure, Amazon Bedrock
Continue preview

Pricing Plans

Open-source Extension / CLI

$0

Apache-2.0 codebase,官方管道提供 VS Code extension、CLI,以及 JetBrains plugin artifacts。

Starter

$3million tokens

採用 pay-as-you-go,用於建立與執行 agents、integrations,以及 frontier model credits。

Team

Recommended
$20seat/month

包含 team management、private shared agents、agent controls、Gmail/GitHub SSO,以及每個 seat $10 credits。

Company

Custom

企業方案,包含 SAML 或 OIDC SSO、BYOK、commitments、invoicing 與 SLA。

Core Features

1IDE 輔助

  • 用於開發任務的 agent mode
  • 用於程式碼問題與解釋的 chat
  • 用於選取範圍變更的 edit mode
  • 用於行內程式碼建議的 autocomplete

2AI Checks

  • 儲存在 repository 中的 Markdown-based checks
  • Pull requests 上的 GitHub status checks
  • 失敗 checks 的 suggested diffs
  • 透過相容 coding agents 進行 local check loop

3模型彈性

  • 在同一份設定中使用多個 model providers
  • 針對 chat、edit、apply、autocomplete、embeddings 分離 model roles
  • 透過 Ollama、LM Studio 等支援 local models
  • MCP tools 與 custom tool configuration

4團隊工作流程

  • Shared private agents
  • Team-level agent controls
  • 用於 PR checks 的 GitHub integration
  • 集中管理用 Mission Control

Pros

  • 具備 Apache-2.0 授權的開源基礎。
  • 可在既有 VS Code 與 JetBrains workflows 中使用,不必更換 editor。
  • 模型供應商彈性高,包含 cloud、local 與 self-hosted options。
  • Source-controlled checks 讓 AI review rules 可稽核且可重複。
  • 能串接 IDE assistance、CLI agents 與 CI-based review workflows。

Cons

  • 產品定位已從傳統 IDE assistant 轉向 PR checks 與 agent workflows,舊使用者可能會感到混淆。
  • 主要 continuedev/continue GitHub repository 標示為 read-only,且不再 actively maintained。
  • JetBrains 使用者的路徑可能較不核心,官方 notes 建議使用 CLI 而不是 JetBrains plugin。
  • Hosted usage 採 token-based,成本會取決於 model choice 與 usage volume。
  • 團隊需要設定紀律,避免 scattered local YAML setups 與 inconsistent agent behavior。

為什麼選擇 Continue?

當團隊希望 AI coding 可以被設定、被檢查,並且和既有開發基礎設施結合時,Continue 的優勢最明顯。它不是要求開發者遷移到新的 AI-native editor,而是把助手放在許多團隊已經使用的工具旁邊:VS Code、JetBrains、命令列,以及 GitHub pull requests。

它最有辨識度的方向,是 source-controlled AI checks。check 不只是藏在 SaaS 產品裡的一段 prompt;它可以放在 repository 中,描述具體的工程標準,並針對每一個 pull request 執行。這讓 Continue 很適合想把反覆出現的 review comments 轉換成可重複 AI-assisted quality gates 的團隊。

Continue 也很適合重視模型選擇的開發者。同一套工作流程可以把 chat、editing、autocomplete、embeddings 或 apply operations 分別路由到不同供應商。當團隊想用快速本機 completions、較強的雲端推理處理重構,以及單獨的 embedding model 處理 codebase context 時,這種彈性特別有用。

核心工作流程

實際的 Continue 工作流程有兩層。第一層是 editor 內的 assistant:用 chat 理解程式碼,用 edit mode 修改選取區塊,用 autocomplete 加速重複性實作,並用 agent mode 處理較大的任務。這一層對用過 Copilot 類型 coding assistant 的開發者來說很熟悉。

第二層更偏流程管理。團隊可以在 repository 中定義 checks,在開發時本機執行,並透過 pull request status checks 強制執行。這會形成一個回饋循環:AI agent 不只是寫程式碼,也會檢查程式碼是否符合團隊特定標準。

對成熟團隊來說,最好的模式是先從範圍狹窄的 checks 開始。例如 migration safety、缺少 input validation、accessibility regressions、logging conventions、test coverage rules,或特定 framework anti-patterns。寬泛的「review everything」prompt 往往會產生噪音;Continue 更適合用在具體到讓開發者信任訊號的 checks 上。

使用場景

Continue 很適合已經有清楚工程標準,但難以穩定執行的團隊。資深工程師可以把可重複的 review rules 編寫一次,和 codebase 一起保存,讓每個 pull request 都接受相同的第一輪檢查。

它也適合想要 BYOK 或 local-model coding setup 的開發者。Continue 可以停留在 editor 裡,而實際模型則透過偏好的 API provider、本機 runner、cloud gateway,或 self-hosted endpoint 執行。這讓它成為重視隱私實驗與成本可控 AI adoption 的實用選擇。

另一個強使用場景是 AI workflow standardization。與其讓每位開發者從零開始發明 prompts,團隊可以共享 agent configurations、rules、prompts 與 model roles。這會把 AI coding 從個人生產力技巧,轉變成更可重複的工程工作流程。

與替代工具比較

與 GitHub Copilot 相比,Continue 給開發者更多模型路由與 workflow configuration 控制權。Copilot 對許多團隊來說更容易採用,但當團隊想要 open-source visibility、local models、custom rules,以及 repository-level AI checks 時,Continue 更有吸引力。

與 Cursor 或 Windsurf 相比,Continue 不太像完整 editor replacement。Cursor 和 Windsurf 提供更整合的 AI-native environment,而 Continue 更適合想保留目前 editor,並逐步把 AI workflows 疊加到既有開發流程中的團隊。

與 Cline 相比,Continue 通常更適合 configurable team workflows 和 model-role separation;Cline 則常被用於更自律的 VS Code agent 行為。正確選擇取決於優先順序是 controlled repeatability,還是 hands-on agent autonomy。

與 Aider 或 Claude Code 相比,Continue 覆蓋面更廣。Terminal-first agents 很適合直接操作 repo,但 Continue 能把 editor assistance、CLI behavior 和 pull request enforcement 串成同一條 workflow。

最佳設定

對個人開發者來說,最佳起點通常是 VS Code extension:chat 和 edit 使用熟悉的 cloud model,autocomplete 則使用更快或更便宜的模型。這可以避免每次輸入都花高成本,同時保留複雜任務需要的強推理能力。

對 local-first setups,可以先用 local model provider 處理 autocomplete 和低風險探索,並把 cloud models 保留給需要更強推理或更大 context 的任務。當 offline 或 air-gapped behavior 很重要時,應停用 telemetry 並確認本機設定。

對團隊來說,最好的做法是在廣泛推出 checks 之前,先標準化 model roles 和 rules。決定哪個 provider 處理 chat、哪個 model 處理 autocomplete、哪個 model apply diffs,以及哪些 repositories 應執行 AI checks。沒有這種紀律,Continue 可能很強但不一致。

對 PR checks,先從人類 review 中反覆出現的 3 到 5 個狹窄標準開始。把每個 check 當作 code:review、version、refine;如果產生太多噪音,就移除。

遷移注意事項

從 GitHub Copilot 移到 Continue,主要是 workflow migration,而不是 editor migration。開發者可以繼續使用 VS Code,但需要更有意識地思考 providers、model roles、YAML configuration 和 rules。交換條件是:更多控制權,也代表更多 setup responsibility。

從 Cursor 或 Windsurf 遷移則不同。Continue 不打算重現所有 AI-native editor affordances。只有當團隊想回到既有 editor stack,或更重視 open configuration 和 repository-defined checks,而不是高度整合的 editor experience 時,這種遷移才有意義。

JetBrains 使用者應仔細評估目前的 plugin path。Continue 仍然提到 JetBrains support,但官方 repository notes 建議使用 CLI,而不是 JetBrains plugin。使用 IntelliJ、WebStorm 或 PyCharm 的團隊,應在大規模推出前測試預期的實際 workflow。

最重要的遷移原則,是把個人 coding assistance 和 team enforcement 分開。Continue 可以同時做到兩者,但應該分階段採用:先驗證 editor workflow,再標準化 model configuration,最後只在訊號清楚有用的地方加入 repository checks。

Best For

  • 想在 VS Code 內使用 AI coding assistance,而不想切換到完整 AI-native editor 的開發者。
  • 想把 AI review rules 存在 repository,並作為 PR status checks 強制執行的團隊。
  • 需要橫跨 cloud、local、self-hosted 與 gateway providers 的模型彈性的組織。
  • 使用 YAML configuration、rules、prompts、models 與 tools 建立 custom coding agents 的開發者。
  • 在採用更大型 autonomous coding systems 前,想先試驗 AI quality gates 的工程團隊。

Not Ideal For

  • 想要最少設定、精緻 all-in-one AI IDE 的使用者。
  • 偏好單一 vendor-managed model 與 billing experience 的團隊。
  • 需要 IDE plugin 作為主要支援路徑的 JetBrains-heavy teams。
  • 不想為 hosted model usage 使用 token-based billing 的使用者。
  • 對 legacy main GitHub repository 目前 read-only 狀態感到不安的組織。

Privacy Notes

Continue 在 open-source extensions 中記載 anonymous telemetry,表示會移除 personally identifiable information,並為 IDE extensions 與 CLI 提供 opt-out controls。Local 與 offline setups 也有文件,但隱私仍取決於選擇的 model provider、GitHub integration、telemetry settings,以及任何設定的 data destinations。

Update History

  • Jun 13, 2026: 已驗證目前官方對 AI checks、pricing tiers、supported IDE/CLI surfaces、model-provider flexibility、telemetry controls 與 repository status 的定位。

Related Tools

More listings in a similar part of the directory.

瀏覽 AI 編程擴充