RWX runs triggered for PRs added to GitHub merge queues now are automatically cancelled when the underlying merge group is removed by GitHub. These runs also are now properly associated to the PR number when filtering runs to a specific PR.
You can now see the vault approval requests awaiting you right from the sidebar. Pending approvals for locked vaults reach their approvers instead of waiting to be chased down. Learn more about vault approvals here.
Retried Playwright tests now keep the full trace history and attachments for every attempt, not just the last one. You can dig into what failed on the first try even after a later attempt passes.
You can now find runs more easily via the RWX CLI with rwx runs list. This brings the same filters available in the UI to you and your coding agents, and allows you to filter by branch, author, result status, and more. See the docs and give it a try.
CLI-triggered runs now include repository metadata, making them easier to filter and find alongside runs from GitHub and GitLab.
You can now get more detailed run and task information locally, for both scripting and agent use, with rwx results --json. See the newly available fields in the docs.
Dispatch parameters now support an optional values list, allowing you to select from a predefined list of options when dispatching from the UI. See the docs.
The github/create-pull-request RWX package now supports auto-merge and review requests. Run rwx update to bump your packages, and see the docs for more.
We just released a new VCS integration with Forgejo. Whether you are self hosting or using a managed service, like Codeberg, head over to the docs to get started.