May 1, 2026

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!

April 24, 2026

RWX runs now support using ubuntu:26.04 as the base image with base config rwx/base 1.0.3.

April 13, 2026

The RWX CLI can now directly install or update the RWX Agent Skill.

  • Run rwx skill install to 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 update to update it.
April 7, 2026

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.

April 3, 2026

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 results has multiple possible results (i.e. multiple runs for the same commit)
  • Look up results for a specific task within a run by passing the --task key along with the run ID

See the full list of supported flags here.

March 31, 2026

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.

March 26, 2026

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!

March 26, 2026

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.

March 19, 2026

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.

March 18, 2026

You can now fetch logs and artifacts for a known task key from the RWX CLI, making it easier to use those files in automations without leaving the terminal.

NewerOlder