Chat Mode
Learn and discuss without changing code.
Get started with Planto AI's Agent mode to automatically implement code changes, fix bugs, and run commands using AI-powered tools that can modify your codebase based on natural language instructions.
Agent mode 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.
Learn and discuss without changing code.
Safely explore and plan with read-only tools.
Make actual changes with full tool access.
You can switch to Agent in the mode selector below the chat input box. The mode selector offers three options:
Agent mode lives within the same interface as Chat mode, so the same input is used to send messages. You can still provide context manually using @ context providers or by pasting highlighted code snippets from the editor.
With Agent mode, you can provide natural language instruction and let the model do the work. As an example, you might say Set the @typescript-eslint/naming-convention rule to “off” for all eslint configurations in this project Agent mode will then decide which tools to use to get the job done.
By default, Agent mode will ask permission when it wants to use a tool. Click Accept to allow Agent mode to proceed with the tool call or Cancel to reject it.
Any data returned from a tool call is automatically fed back into the model as a context item. Most errors are also caught and returned, so that Agent mode can decide how to proceed.