Skip to main content

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

  1. Reads the task description, acceptance criteria, and any attached context
  2. Explores your connected repository to understand the relevant code
  3. Makes the necessary code changes across however many files are needed
  4. Opens a pull request against your repository

Running the agent on a task

  1. Open the task from the Tasks panel.
  2. Click Build → Run coding agent.
  3. Progress updates appear as it runs.
  4. 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.