Flow CoderFlow Coder enables developers to create custom AI code assistants with our VS Code extension. The AI code assistant can be customized through the configuration of models, rules, prompts, docs, and MCP servers. ChatChat makes it easy to ask for help from an LLM without needing to leave the IDE. You send it a task, including any relevant information, and it replies with the text / code most likely to complete the task. If it does not give you what you want, then you can send follow up messages to clarify and adjust its approach until the task is completed. EditEdit is a convenient way to modify code without leaving your current file. Highlight a block of code, describe your code changes, and a diff will be streamed inline to your file which you can accept or reject. AgentAgent enables you to make more substantial changes to your codebase. Agent equips the Chat model with the tools needed to handle a wide range of coding tasks, allowing the model to make decisions and save you the work of manually finding context and performing actions. Enjoy coding with the official CI&T Flow extension for VS Code! |