Installation¶
Get AI completions, agent monitoring, and session intelligence working in under two minutes.
Open VSX (Cursor, VSCodium, and other forks)¶
Install from Open VSX — the open marketplace used by Cursor, VSCodium, and other VS Code forks.
VS Code Marketplace¶
Install directly from the VS Code Marketplace:
- Open VS Code
- Go to Extensions (
Ctrl+Shift+X) - Search for "Sidekick Agent Hub"
- Click Install
Download from GitHub Releases¶
- Download the latest
.vsixfile from Releases - In your editor: Extensions →
...menu → "Install from VSIX..." - Select the downloaded file
Build from Source¶
git clone https://github.com/cesarandreslopez/sidekick-agent-hub.git
cd sidekick-agent-hub/sidekick-vscode
npm install
npm run package
Then install the generated .vsix file as above.
Cursor-Specific Notes¶
Cursor has its own AI features that may conflict with Sidekick completions. To use Sidekick in Cursor:
- Disable Cursor's built-in completions in Cursor Settings if you prefer Sidekick's
- Or use both side-by-side (Sidekick uses your configured provider tokens, Cursor uses its own)
Next Steps¶
After installation, set up your preferred provider and follow the Quick Start guide.