Skip to main content
Modes have access to a set of tools that can be used to perform tasks. Agent can call these tools as needed based on the selected mode to perform the assigned task.

File Access

Write a new file to the codebase.
Read the content of a file from the codebase.
Check the generated code for any linting errors and fix it.
Read the file structure of a directory.
Delete a file from the codebase.
Rename a file in the codebase.
Edit a file in the codebase.
Copy a file from the codebase.

Terminal

Run terminal commands to install dependencies and run scripts.
Check the status of the commands running in the terminal.
Search for a specific string in the codebase.
Visit a URL and read the content of the page.

Stack

Autonomously update the tech stack settings.

Skills

Fetch the skills of the supported technologies.

Planning

Create a scope for the assigned task before coding.
Ask clarifying questions related to the assigned task.
Ask structured questions to break down the assigned task into smaller steps.

Assets

Extract assets from the attached Figma design.
Find relevant icons based on the assigned task.

Browser

Navigate to an URL, autonomously perform actions in the browser, and provide browser tools access to the user.
Read page content, DOM structure, console logs, network traffic, and performance data.