Appearance
An agent fixes a bug and opens a PR
Persona: a coding Rukie acting on behalf of a user. The agent clones a repository in a VM, edits code with Codex, and opens a pull request.
Steps
- Ensure GitHub and Codex are connected via the coding-setup gate.
- The agent creates a VM and clones the granted repository.
- The agent uses Codex to implement the fix and runs tests via shell execution.
- The agent pushes the branch, creates a PR, and waits for CI.