|
|
@@ -5,6 +5,10 @@ description: "Set up your development environment for contributing"
|
|
|
|
|
|
# Development Environment
|
|
|
|
|
|
+{% callout type="info" %}
|
|
|
+**The VS Code extension and CLI have moved.** For extension and CLI development, see [Kilo-Org/Kilo](https://github.com/Kilo-Org/Kilo) (extension at `packages/kilo-vscode`, CLI at `packages/opencode`). The instructions below apply to shared packages, documentation, and infrastructure in this repository.
|
|
|
+{% /callout %}
|
|
|
+
|
|
|
<!-- Please refer to the [DEVELOPMENT.md](https://github.com/Kilo-Org/kilocode/blob/main/DEVELOPMENT.md) guide in the main repository for detailed instructions on setting up the development environment. -->
|
|
|
|
|
|
This document will help you set up your development environment and understand how to work with the codebase. Whether you're fixing bugs, adding features, or just exploring the code, this guide will get you started.
|