Under the hood
Remote worker sessions can now write files back through the bridge, not just read them
What
A new function lets a remote 'worker' session write a batch of files (sent as base64-encoded content) back through the API to a bridge/channel endpoint. Previously this bridge could only be used to read files.
Why
This lets a remote session push its output files back to the project, rather than only pulling files down, making two-way file exchange possible over the bridge.