Getting Started
Prerequisites
Before installing CoClaw, make sure you have:
- VS Code 1.93 or newer
- GitHub Copilot Chat extension installed and active (
github.copilot-chat) - An active GitHub Copilot subscription
Installation
From the VS Code Marketplace
- Open VS Code.
- Go to the Extensions view (
Ctrl+Shift+X). - Search for CoClaw.
- Click Install.
- Reload VS Code if prompted.
From VSIX
- Download the
.vsixfile from the GitHub Releases page. - In VS Code, open the Command Palette (
Ctrl+Shift+P). - Run Extensions: Install from VSIX… and select the downloaded file.
First Steps
Once installed, CoClaw is ready to use immediately:
- Open Copilot Chat — Click the Copilot Chat icon in the sidebar or press
Ctrl+Shift+I. - Mention CoClaw — Type
@CoClawfollowed by your message. - Check the status bar — The bottom status bar shows the active model and memory count.
CoClaw will automatically start remembering facts, preferences, and decisions from your conversations.
Verify It Works
Send a test message in Copilot Chat:
@CoClaw What is this project about?
CoClaw will respond using the active Copilot model with memory-augmented context. After the response, it automatically extracts and stores relevant facts.
What Happens on First Run
When CoClaw activates for the first time, it:
- Creates its storage directory for memory files.
- Generates default
SOUL.json(assistant identity) andUSER.json(your preferences). - Registers all commands and tools.
- Starts background timers for auto-distillation and memory pruning.
Next Steps
- Learn about the memory system — How CoClaw remembers and recalls information.
- Customize the identity — Change CoClaw's name, role, tone, and your preferences.
- Explore all commands — Full list of chat commands and palette commands.
- Configure settings — Tune memory limits, auto-extraction, and more.