CodeBot gives you a conversational interface for writing, analyzing, testing, and reviewing code. With your permission, it can understand the project you are working in, suggest focused changes, and apply them for you.
Think of CodeBot as a junior pair programmer who is always ready to help.
More Than Just Chat
CodeBot’s main interface is conversational chat, so it will feel familiar to anyone who has used modern AI tools. But CodeBot is more than a place to ask questions. Because it is built into Fire and Water, it can work with the context that matters: your open files, your project structure, your compiler settings, and the build system around them.
It can create new code from a prompt, explain unfamiliar routines, understand how pieces of a project fit together, and refactor existing code with the surrounding context in mind. It can add classes and files, update the code you already have, apply edits directly in the IDE, run a build, or start a round of unit tests when that is the next useful step.
For larger tasks, CodeBot v3 can think through a plan and run agentic workflows that break the work into smaller steps. Approval checkpoints keep you in control while CodeBot uses tools, edits files, and follows the trail from a high-level request to concrete changes in your project.

