conductor-remote 1.49.1 → 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 +3 -0
- package/dist/assets/index-CoIBy3W8.js +44 -0
- package/dist/assets/index-wpiTjRvu.css +1 -0
- package/dist/index.html +2 -2
- package/dist/sw.js +1 -1
- package/dist-node/src/attachments.js +11 -3
- package/dist-node/src/routes.js +4 -0
- package/dist-node/src/server.js +116 -0
- package/package.json +1 -1
- package/dist/assets/index-DWYStsWl.css +0 -1
- package/dist/assets/index-qLOtnZJy.js +0 -43
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
|
|