Using the Rezonant coding agent
The Rezonant coding agent takes a shaped task and turns it into a pull request — exploring your codebase, making changes across files, and opening a PR for your team to review.
How it works
- Reads the task description, acceptance criteria, and any attached context
- Explores your connected repository to understand the relevant code
- Makes the necessary code changes across however many files are needed
- Opens a pull request against your repository
Running the agent on a task
- Open the task from the Tasks panel.
- Click Build → Run coding agent.
- Progress updates appear as it runs.
- When done, a pull request is opened with a link in the task panel.
Security and isolation
The coding agent runs in a fully isolated environment. It can only access the repository you've explicitly connected — it has no access to your database, infrastructure, secrets, or other services.