Kilo for Slack embeds an AI coding agent directly into Slack conversations, aiming to reduce context switching by letting engineering teams ask about repositories, debug issues, implement fixes, and push PRs without leaving chat. The integration was announced Jan 16, 2026 and ships with MiniMax M2.1 as the default model (free for the first week).
What Kilo for Slack does differently
Kilo frames the Slack integration around execution rather than single-turn interactions. Its headline distinctions are:
- Multi-repository inference by default: the bot attempts to infer which repository a thread refers to rather than being tied to a single repo.
- Continuous, context-aware conversations: threads and pull requests can carry multi-turn context so follow-up requests build on prior exchanges.
- Cross-surface execution: handoffs are supported across Slack, IDEs, cloud agents, and the CLI so generated work can be pushed as branches and PRs.
These design choices are positioned against other Slackbots that limit scope to one repo or one-off interactions.
Key capabilities
Kilo for Slack supports four primary workflows directly inside Slack threads or DMs:
- Codebase queries: ask how a subsystem implements error handling or other patterns.
- On-the-fly debugging: paste a stack trace and request diagnosis and a PR with a fix.
- Implement fixes from discussion: convert thread conclusions into code changes and PRs.
- Mass edits and refactors: request repository-wide changes (for example, updating a string across files) and have the bot create a branch and PR.
How it works
When @Kilo is mentioned in a thread, the bot reads the thread context and accesses connected GitHub repositories. For implementation requests, it spins up a cloud agent, creates a branch, commits changes, and opens a PR that appears back in Slack. Integration with existing Kilo tooling (VS Code, JetBrains, CLI) is intended to keep generated work compatible with established developer workflows.
Models and pricing
Kilo for Slack is model-agnostic in practice:
- MiniMax M2.1 is the default model for the Slack integration and is free to use in Kilo for Slack for the first week.
- Over 450 models are available to select from for the bot.
- Pricing is usage-based and billed the same as using a model directly through Kilo.
Kilo positions the MiniMax partnership in the context of increased capability from open-weight models in 2025; the announcement links to broader reporting on model convergence and MiniMax’s recent Hong Kong IPO.
Getting started
Setup is described as a quick process:
- Create a Kilo Code account.
- Connect GitHub repositories in the Integrations tab at app.kilo.ai.
- Add the Slack integration from the same Integrations page.
- Mention @Kilo in any channel or DM to begin interactions.
Where this fits
Bringing an agent into Slack places code-focused automation at the point where teams already discuss issues and decisions. By retaining thread context and producing PRs without explicit context transfer, the integration aims to reduce repetitive explanation and friction between discussion and implementation.
Read the original announcement: https://blog.kilo.ai/p/announcing-kilo-for-slack