AiderDesk Connector is an IntelliJ plugin that connects to the AiderDesk tool, tracking file operations in your project 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 (alphanumeric code for 'aider')
- Tracks currently opened files in IntelliJ IDEA
- Provides real-time file status updates to AiderDesk
- Seamless integration with Aider's AI pair programming workflow
The plugin automatically starts when IntelliJ IDEA launches. No manual configuration is needed - just make sure AiderDesk is running.
The plugin will:
- Connect to AiderDesk on port 24337
- Track your project's open files
- Send real-time updates as you work with files
- Open IntelliJ IDEA
- Go to File > Settings > Plugins
- Search for "AiderDesk Connector" in the Marketplace tab
- Click Install and restart your IDE
To build and run the plugin:
- Clone the repository
- Import the project in IntelliJ IDEA
- Configure the Gradle build
- Run the
runIde
task to launch a development IDE instance
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.