Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>OGContinue - Local AI Code AssistantNew to Visual Studio Code? Get it now.
OGContinue - Local AI Code Assistant

OGContinue - Local AI Code Assistant

Chris Engineer

|
1 install
| (0) | Free
Community fork of Continue focused on fully local AI coding assistance. Unofficial, not affiliated with Continue Dev, Inc.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

OGContinue

OGContinue is a community-maintained fork of Continue (based on the v1.0.10-vscode tag), focused on running fully locally with local models — no cloud, no accounts, no telemetry required. It is not affiliated with or endorsed by Continue Dev, Inc.

"Continue" and the Continue logo are trademarks of Continue Dev, Inc. This is an independent, unofficial fork; no trademark rights are claimed or implied.

Why OGContinue?

Upstream Continue treats local models as a secondary path — most of its polish targets hosted, API-key models. OGContinue flips that: local models via Ollama are the primary target, not an afterthought, because they were the most neglected part of the original project.

Concretely, that means Chat, Autocomplete, Edit, and Agent are all made to work reliably with local models — including small (7B-class and below) ones that struggle with tool-calling and instruction-following compared to hosted frontier models. Agent mode in particular gets extra recovery logic (tolerant path resolution, stuck-loop detection with a nudge back on track, tool-call output that actually confirms a change landed) specifically because small local models trip on things large hosted models rarely do. Larger local models and hosted API-key models still work exactly as before — this is about not leaving the smaller end of the range broken.

Chat

Chat makes it easy to ask for help from an LLM without needing to leave the IDE.

Chat mode

Autocomplete

Autocomplete provides inline code suggestions as you type.

Autocomplete

Edit

Edit is a convenient way to modify code without leaving your current file.

Edit mode

Agent

Agent enables you to make more substantial changes to your codebase.

Agent mode

License

Apache 2.0. Original work © 2023-2024 Continue Dev, Inc. Modifications © 2026 Krzysiek-Mistrz. See LICENSE and CHANGES.md.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft