Commands can be invoked either by selecting them from the input box or by using ”/” to bring up available commands.
Behaviour
Different operation modes can be switched on or off to adjust how Maestro operates during your session. These modes allow you to fine-tune the agent’s behavior to match your workflow.
| Command | Description |
|---|
/ideate | Discuss code strategies without implementation |
/pair | Begin a pair programming session with interactive buttons |
/boost | Enhance code reasoning in file proposals |
/auto | Automatically accept all changes for this turn |
Memory
Memory management includes the ability to forget, remember, or compact prior turns in your conversation. This helps maintain relevant context while keeping interactions token-efficient.
| Command | Description |
|---|
/forget | Forget prior turns |
/compact | Memory compaction controls |
File Operations
Manage the files that the agent is currently viewing or working with. Use these commands to manually manage context between turns.
| Command | Description |
|---|
/refresh | Refresh viewed files to latest iterations |
/hidefiles | Hide files currently being viewed by the agent |
Utilities
These actions help with session management and system controls.
| Command | Description |
|---|
/stats | Display session statistics |
/tools | Display a table of all available tools |
/help | Display all commands |
/synopsis | Provide a comprehensive session overview |
/credentials | Manage credentials for the sandbox |
/reset-sandbox | Manually reset the sandbox |
Source Control Management
Maestro can clone repositories, create new repositories, and generate pull requests. This integration streamlines your version control workflow directly within the agent interface.
| Command | Description |
|---|
/clone | Clone a Git repository |
/create | Create a GitHub repository |
/pr | Create a GitHub Pull Request |
For the git commands to work, you need to be authenticated via git. Click on your User in the top-right corner for options to authenticate.
Download
Create downloadable packages of your work, including individual files, directories, or complete project archives.
| Command | Description |
|---|
/download-all | Download a .zip archive of all project files |
/download-changed | Download a .zip archive of new and modified files |
/download-recent | Download recent files |