continue
There are 46 repositories under continue topic.
pathintegral-institute/mcpm.sh
CLI MCP package manager & registry for all platforms and all clients. Search & configure MCP servers. Advanced Router & Profile features.
xNul/code-llama-for-vscode
Use Code Llama with Visual Studio Code and the Continue extension. A local LLM alternative to GitHub Copilot.
stacklok/toolhive-studio
ToolHive is an application that allows you to install, manage and run MCP servers and connect them to AI agents
continuedev/rules
📕 A CLI for managing rules across any AI IDE
IOriens/codellama-chat
Codellama Instruct OpenAi style api.
xNul/codestral-mamba-for-vscode
Use Codestral Mamba with Visual Studio Code and the Continue extension. A local LLM alternative to GitHub Copilot.
IBM/opensource-ai-workshop
Open Source AI with Granite and Granite Code
NoeSamaille/continue-watsonx
CustomLLM config to leverage watsonx LLMs with continue.dev.
BenevolenceMessiah/flstudio_setup
FL Studio on Linux — Customizable One-Command/Installer/Updater & AI-Ready Tool‑chain
anseki/gulp-confirm
Abort or continue the flow of tasks according to an answer (with or without Enter key) to the specified question. The flow of tasks is paused, until the user responds and the next behavior is found by specified options.
erikerlandson/breakable
A lightweight library for 'break' and 'continue' in Scala for-comprehensions
Yurzs/ollama-x
Ollama Proxy Server with extensions
LeadMagic/leadmagic-mcp
🚀 Production-ready Model Context Protocol server for LeadMagic API - Complete B2B data enrichment suite with 19 powerful tools. Zero-config setup for Claude, Cursor, Windsurf, Continue.dev, and all MCP clients.
anseki/grunt-confirm
Abort or continue the flow of tasks according to an answer (with or without Enter key) to the specified question. The flow of tasks is paused, until the user responds and the next behavior is found by specified options.
zswDev/lib_co
a c++ continue library
eagurin/synapse
🧠 Synapse - Supercharge your AI coding assistants with memory, context, MCP tools, and intelligent routing. Works with Cline, Roo, Cursor, and any OpenAI-compatible tool. Just change the API endpoint and get superpowers! ✨
guna7222/CompletePythonDeveloper
CompletePythonDeveloper
OsoianMarcel/promise-all-always
Execute all the promises whether they resolve or reject
flamingquaks/promptrek
A universal AI Editor prompt storage solution that dynamically maps prompt data to a wide-range of agentic/AI editors and tools. This tool allows you to create generic prompts and allow developers to use their own tools with the AI context stored in the format your AI tooling expects
NavarroAlexKU/Python-Vowel-Eater
create a program to skip all the vowels and print the remaining string
to-aoki/tiny_chat
This is an LLM application with chat functionality, featuring chat using RAG, a database, and MCP server capabilities. The UI is designed for Japanese users.
pritaaa/Python-part-2
List Of Contents : Break, Continue, While Loops, List Comprehension, Functions
sharmaishan2511/Some-basics-of-c
A repository containing the basic algorithms in c language.
yordanaxpetrova/Programming_Basics_SoftUni
My solutions to homework assignments from the course Programming Basics with C# - March 2024, Software Engineering at Software University Ltd.
abyss-s/continue-mentoring
[2024 오픈소스 컨트리뷰션 아카데미] Git 활용 및 Continue
amaraelekwa/FizzBuzz-Project
FizzBuzz is a well known programming assignment. The given code solves the FizzBuzz problem.
craneoankh/mcp-server-manager
⚙️ Manage MCP servers effortlessly with a single binary and simple YAML config, supporting multiple clients and systems, all through a user-friendly interface.
hamimbsf/EVERYTHING_ABOUT_LOOP
Master JavaScript loops with real-world problems and beginner-friendly code — in Bangla!
hijimasa/Coding-support-tool-using-local-llm-with-proxy
プロキシ環境下でローカルLLMを用いたコーディング支援ツールを立ち上げるためのリポジトリ
JustinCBates/self-hosted-ai-continue
Self-hosted AI backend for Continue VS Code extension with FastAPI and HuggingFace models
marelycarcamo/break-continue
Ejemplo para describir la diferencia entre el uso de la instrucción break y continue
martinvillysson/super-simple-ai-chat
super simple ai chat app with ollama partly generated using continue.dev with and open ai gpt4 mini
Razib2019/js-loop-tasks
Module 18: Fundamental Concepts Of Loops
tuestD/self-hosted-ai-continue
🤖 Build your own AI backend for the Continue VS Code extension, enabling code assistance without external APIs or dependence on cloud services.
VaibhavMojidra/Kotlin---Demo-Continue-Keyword
The Kotlin continue statement breaks the loop iteration in between (skips the part next to the continue statement till end of the loop) and continues with the next iteration in the loop.