conductor-remote 1.85.0 → 1.86.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 +6 -3
- package/dist/assets/{index-BoZE-Dzs.js → index-Cvfvb9B8.js} +31 -31
- package/dist/index.html +1 -1
- package/dist/sw.js +1 -1
- package/dist-node/src/notify.js +13 -12
- package/dist-node/src/prefs.js +74 -2
- package/dist-node/src/reads.js +45 -16
- package/dist-node/src/routes.js +1 -1
- package/dist-node/src/server.js +30 -2
- package/dist-node/src/staged-attachments.js +36 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -147,9 +147,12 @@ Open that on the phone and **Add to Home Screen**. The token is stored in
|
|
|
147
147
|
can't read your sessions.
|
|
148
148
|
|
|
149
149
|
Read marks and unsent prompt drafts stay local-first for offline use and are also
|
|
150
|
-
mirrored to `~/Library/Application Support/conductor-remote/prefs.json`.
|
|
151
|
-
|
|
152
|
-
|
|
150
|
+
mirrored to `~/Library/Application Support/conductor-remote/prefs.json`. A draft
|
|
151
|
+
includes its ready attachments and staged agent choices; file bytes stay in the
|
|
152
|
+
workspace or the relay's pre-workspace staging directory. That durable copy survives
|
|
153
|
+
a PWA hostname/origin change and restores the same state on another authenticated
|
|
154
|
+
device. Access tokens, uploads still in flight, and in-flight send state remain
|
|
155
|
+
device-local.
|
|
153
156
|
|
|
154
157
|
### Deploy (run on login as a background service)
|
|
155
158
|
|