continue

⏩ the open-source autopilot for software development—bring the power of ChatGPT to VS Code (by continuedev)

Continue Alternatives

Similar projects and alternatives to continue

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better continue alternative or higher similarity.

continue reviews and mentions

Posts with mentions or reviews of continue. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-24.
  • Show HN: Use Code Llama as Drop-In Replacement for Copilot Chat
    7 projects | news.ycombinator.com | 24 Aug 2023
    Hi HN,

    Code Llama was released, but we noticed a ton of questions in the main thread about how/where to use it — not just from an API or the terminal, but in your own codebase as a drop-in replacement for Copilot Chat. Without this, developers don't get much utility from the model.

    This concern is also important because benchmarks like HumanEval don't perfectly reflect the quality of responses. There's likely to be a flurry of improvements to coding models in the coming months, and rather than relying on the benchmarks to evaluate them, the community will get better feedback from people actually using the models. This means real usage in real, everyday workflows.

    We've worked to make this possible with Continue (https://github.com/continuedev/continue) and want to hear what you find to be the real capabilities of Code Llama. Is it on-par with GPT-4, does it require fine-tuning, or does it excel at certain tasks?

    If you’d like to try Code Llama with Continue, it only takes a few steps to set up (https://continue.dev/docs/walkthroughs/codellama), either locally with Ollama, or through TogetherAI or Replicate's APIs.

    7 projects | news.ycombinator.com | 24 Aug 2023
    We've done work to set Continue up to be a JetBrains plugin—it's a matter of just a) figuring out the basics of putting a webview in a JetBrains plugin and b) implementing this class (https://github.com/continuedev/continue/blob/main/extension/...) that communicates with the server. So long story short, we're planning on this soon and welcome PRs. It's a medium-sized task.
  • Show HN: Continue (YC S23) – Open-source coding autopilot
    9 projects | news.ycombinator.com | 26 Jul 2023
    I'm not aware of any reason we would be connecting to windows.net. I would be surprised if VS Code did not already have access to Desktop / Documents / etc. but if this is the case, then Continue reads the currently open files as context for the LLM. It would be very useful to hear more about the details of these two cases so we can try to better reproduce and solve the problem. Would you be interested in opening a new issue? (https://github.com/continuedev/continue/issues/new)

    Continue will cache Python packages in ~/.continue/server/env after the first download, but there might be something else causing slower startup. Will look into this as well!

    Meilisearch is an open-source search library. We connect to meilisearch.com only in order to download the software, which then runs completely locally to power search in the dropdown as you type. The line of code where we do this is here: https://github.com/continuedev/continue/blob/ce76e391775034c...

    9 projects | news.ycombinator.com | 26 Jul 2023
    Just deleted: https://github.com/continuedev/continue/commit/eba2f57a6462f...

    Neither were doing anything, we simply forgot to `npm uninstall` after (a while ago) playing around to decide which service to use. Thanks for pointing it out.

    9 projects | news.ycombinator.com | 26 Jul 2023
    We were actually doing this a couple weeks ago, but due to limitations of VS Code, it was slightly buggy (issues mainly around knowing the terminal window size when setting up a pseudo-terminal). That work still exists here, and we hope to find a solution eventually: https://github.com/continuedev/continue/blob/main/extension/...
    9 projects | news.ycombinator.com | 26 Jul 2023
  • A note from our sponsor - Sonar
    www.sonarsource.com | 24 Sep 2023
    Sonar helps you commit clean code every time. With over 225 unique rules to find Python bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work. Learn more →

Stats

Basic continue repo stats
8
4,153
9.9
4 days ago

continuedev/continue is an open source project licensed under Apache License 2.0 which is an OSI approved license.

The primary programming language of continue is Python.

Updating dependencies is time-consuming.
Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free.
blog.mergify.com