Check out some of the many tools customers are already building with on RWX, on our new RWX Works With... page.
Got 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.
Runs kicked off with rwx dispatch now support a --wait flag, like rwx run and rwx results, to block until the run passes and then print results in your terminal.
If you're not already using dispatch triggers, they're a great way to encapsulate occasional / ad-hoc runs for things like deployments.
We've rolled out several improvements to rwx results:
- View results for a specific commit using
rwx results --commit <sha> - Open the browser view for the latest run for your current branch using
rwx results --open - Get inline suggestions on ways to disambiguate your search when
rwx resultshas multiple possible results (i.e. multiple runs for the same commit) - Look up results for a specific task within a run by passing the
--taskkey along with the run ID
See the full list of supported flags here.
Concurrency pools are now linked from the sidebar, for easy access to your most used pools and the current queue in each. Learn more about concurrency pools here.
As you use the latest version of the RWX CLI, it will now detect when you've got an outdated version of the RWX Agent Skill installed and prompt you when it's time to update that Skill.
Not using the RWX Skill yet? It's the best way to empower your agents to work seamlessly with RWX. Install it today!
The RWX CLI now supports fetching the latest run status for a specific branch. Need to check whether main is green? Run rwx results --branch main. You can also filter by repository and/or RWX run definition file.
See the docs on rwx results for up-to-date filter options.
When downloading CI logs locally for debugging, background process logs can be invaluable. The UI and CLI (rwx logs) now pull background process (and ready-check) logs by default when tasks have them, so you and your agents have the full picture. The CLI will also now auto-extract zipped logs by default, making the --auto-extract flag unnecessary.