Welcome to CodeLoop for VS Code¶
CodeLoop is an agentic AI coding assistant for VS Code — chat with pycodeloop from a sidebar view instead of the terminal to read, edit, and run code in your workspace. Bring your own model: Anthropic Claude, OpenAI, Google Gemini, xAI Grok, Groq, AWS Bedrock, Moonshot Kimi, DeepSeek, Together AI Llama, Alibaba Qwen, NVIDIA NIM, or a local Ollama/LM Studio model.
The extension spawns pycodeloop serve, which speaks a small JSON-RPC-2.0 protocol over its stdin/stdout — text deltas, tool calls/results, usage, context %, retries, compaction events, and a confirm request/response round-trip for dangerous tools.
Start with the basics here.
Getting Help¶
We use GitHub issues for tracking bugs and feature requests.
Commit Style¶
| Icon | Type | Description |
|---|---|---|
| ⚙️ | FEATURE | New feature |
| 📝 | LINT | ESLint/Prettier formatting fixes |
| 📌 | ISSUE | Reference to issue |
| 🪲 | BUG | Bug fix |
| 📘 | DOCS | Documentation changes |
| 📦 | NPM | npm/marketplace releases |
| ❤️️ | TEST | Automated tests |
| ⬆️ | CI/CD | Changes in continuous integration/delivery |
| ⚠️ | SECURITY | Security improvements |
License¶
This project is licensed under the terms of the MIT License.