Discover and explore top open-source AI tools and projects—updated daily.
remorsesAI coding agent control via Discord
Top 74.7% on SourcePulse
<2-3 sentences summarising what the project addresses and solves, the target audience, and the benefit.> Kimaki is a Discord bot designed to integrate AI coding agents (OpenCode) directly into development workflows. It allows users to control code editing, file manipulation, and terminal commands on their local machine through conversational messages within Discord channels. This offers a novel, accessible interface for AI-assisted development, enabling developers to "text" their codebase and receive AI-driven assistance.
How It Works
The core architecture links each Discord channel to a specific project directory on the user's machine. When a message is sent, Kimaki spawns or reuses an OpenCode server instance locally to process the request. This server interacts with the codebase, runs commands, and manages AI sessions. A key design choice is the "one bot per machine" model, ensuring security and local access control; controlling multiple machines necessitates deploying separate Kimaki instances, each with its own Discord bot token.
Quick Start & Requirements
npx -y kimaki@latest to initiate an interactive setup wizard.Highlighted Details
Maintenance & Community
No specific details regarding maintainers, community channels (e.g., Discord/Slack), or roadmap were found in the provided README.
Licensing & Compatibility
The README does not specify the project's license or provide compatibility notes for commercial use.
Limitations & Caveats
3 days ago
Inactive