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)

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.

March 18, 2026

With the release of the RWX CLI 3.9.0, it's easier to manage vaults in the CLI, making it easier to set up secrets, variables, and OIDC tokens as part of implementing RWX run definitions, either by hand or with an agent.

See the CLI documentation for rwx vaults to learn more.

March 3, 2026

When using rwx run --wait or rwx results --wait with your coding agents, you can now add a --fail-fast flag to get actionable info in the terminal as soon as the first task fails.

March 2, 2026

Use rwx results from inside a git repository to pull the results of the most recent run on your current branch. Results will be formatted as a markdown string that's also easy to feed into agentic tooling. See the docs for more.

February 27, 2026

Concurrency pools can now be paused, helpful for temporarily pausing pipelines as needed. See the docs for more information.

NewerOlder