What's New
🐛 Bug Fixes
- Large file upload failures — Fixed file uploads so large writes use chunked multipart when targeting execd directly, and Content-Length multipart when going through the server proxy. Previously, large file uploads could fail depending on the transport path. Per-entry text encoding handling is preserved in both upload paths. Includes async and sync regression tests that verify request framing and headers for both modes. (#1089)