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!
RWX runs now support using debian 11, 12, and 13 as the base image with base config rwx/base 1.1.0.
RWX can generate status badges for your runs, to be embedded on GitHub, GitLab, and anywhere else you'd like to embed an svg representing the current status of your runs.
RWX tasks now support running nested virtualization. See the docs.
You can now configure log retention if you want RWX to retain logs beyond the 28 day default. See the docs.
Check out some of the many tools people are already using with RWX, on the new RWX Works With... page.
Have something cool you're doing on RWX that we missed? Let us know.
RWX runs now support using ubuntu:26.04 as the base image with base config rwx/base 1.0.3.
The RWX CLI can now directly install or update the RWX Agent Skill.
- Run
rwx skill installto add the skill to your current project. Best practice is to commit it for your entire team to use. - If you already have the skill installed and the CLI has notified you that an update is available, run
rwx skill updateto update it.