OGContinueOGContinue is a community-maintained fork of Continue (based on the
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. ChatChat makes it easy to ask for help from an LLM without needing to leave the IDE.
AutocompleteAutocomplete provides inline code suggestions as you type.
EditEdit is a convenient way to modify code without leaving your current file.
AgentAgent enables you to make more substantial changes to your codebase.
LicenseApache 2.0. Original work © 2023-2024 Continue Dev, Inc. Modifications © 2026 Krzysiek-Mistrz. See LICENSE and CHANGES.md. |