conductor-remote 1.50.0 → 1.51.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -225,6 +225,9 @@ RELAY_TOKEN=$(openssl rand -hex 16) yarn start
225
225
  target `sessionId` over Conductor's dispatch socket — precise per-workspace
226
226
  targeting, no focus needed. Speaks a private, versioned IPC (see FINDINGS ▸
227
227
  Writes), so it's the more fragile of the two.
228
+ - ✅ **Attach images and files** — tap the paperclip or paste an image into the
229
+ composer. Files up to 25 MB are stored in Conductor's own attachment layout
230
+ before the prompt is sent.
228
231
  - ✅ **Push notifications** when an agent finishes its turn or hits an error —
229
232
  see below.
230
233