
Support for Multiple Operating Systems, without Defaults or Boilerplate
We recently shipped support for specifying the operating system for RWX runs. We did it without having defaults, or requiring boilerplate.

Automatically Creating GitHub Pull Requests
We recently shipped an RWX package to create GitHub pull requests. It's the fastest and easiest way to automate opening PRs.

Dave Reed Joins RWX as Chief Operating Officer
Dave Reed has joined RWX as Chief Operating Officer. He has been advising us since last summer, watching us grow from $0 to landing $100,000 ARR customers.

Fast File Tree Navigation, Powered by WebAssembly
We shipped a web-based file tree navigator to see files from a task's output. To make browsing as fast as possible, we implemented it in WebAssembly.

Instantly Starting Batch Downloads
We started to build an asynchronous user experience commonly used for batch downloads. RWX is a platform built on performance though, so we made it faster.

Which Version of Node.js Does VS Code Use to Run Extensions?
When we built our language server and VS Code extension we wanted to determine the version of Node.js that VS Code uses to run extensions.