Boyka AI Assistant is an intelligent coding companion that integrates AI-powered assistance into your Java development workflow in IntelliJ IDEA.
- AI-powered code suggestions and explanations
- File management tools
- Context-aware assistance
- Support for multiple AI models (OpenAI and Claude)
- Open IntelliJ IDEA
- Go to File > Settings > Plugins
- Click on "Install plugin from disk"
- Select the Boyka AI Assistant plugin file
- Restart IntelliJ IDEA
- Open the Boyka AI tool window from the right sidebar
- Configure your API keys in the Settings tab
- Start chatting with the AI assistant in the Chat tab
- Manage your context files in the Context tab
To set up the development environment:
- Clone the repository
- Open the project in IntelliJ IDEA
- Run
./gradlew buildto build the project - Run
./gradlew runIdeto start a development instance of IntelliJ IDEA with the plugin installed
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License.