AiderDesk Connector is a VS Code extension that connects to the AiderDesk tool, tracking file operations in your workspace to enable seamless integration with Aider's AI-powered pair programming capabilities.
Learn more about AiderDesk: https://github.com/hotovo/aider-desk
- WebSocket client connecting to AiderDesk on port 24337
- Tracks currently opened files in your projects
- Provides real-time file status updates to AiderDesk
- Seamless integration with Aider's AI pair programming workflow
The extension automatically connects to AiderDesk when VS Code starts. No manual configuration is needed - just make sure AiderDesk is running.
The extension will:
- Connect to AiderDesk on port 24337
- Track your workspace's open files
- Send real-time updates as you work with files
- Clone the repository
- Run
npm install
- Compile the extension with
npm run compile
- Load the extension in VS Code
npm run compile
: Compile the TypeScript codenpm run watch
: Watch for changes and recompilenpm run lint
: Run linter
Contributions are welcome! Please submit pull requests or open issues on the GitHub repository.
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.