You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Folder structure | Yes | All folders, nesting, colors, and conversation assignments |
10
+
| Prompt library | Yes | All saved prompts with tags and folder organization |
11
+
| Starred messages | Yes | Timeline bookmarks from any conversation |
12
+
| Extension settings | Yes | Cross-device preferences such as sorting, colors, and input behavior |
13
+
| Plugin configuration | Yes | Install/enable state and plugin settings; site permissions remain per-device |
14
+
| Conversation content | No | Chat content stays on Google's servers |
14
15
15
16
## Features
16
17
@@ -19,7 +20,7 @@ Voyager Cloud Sync backs up your folders, prompt library, and starred messages t
19
20
-**Flexible Sync**: Support for manual uploading and downloading/merging of data.
20
21
21
22
::: info
22
-
**Coming Soon**: The next version will support syncing starred conversations.
23
+
Device identifiers, access tokens, caches, viewport coordinates, and temporary runtime state are intentionally not synced as personalization settings.
23
24
:::
24
25
25
26
## How to Use
@@ -58,8 +59,8 @@ While Cloud Sync offers great convenience, we strongly recommend that you also p
58
59
## How It Works
59
60
60
61
1.**Authorization**: You sign in with Google and grant Voyager the `drive.file` permission — the most restrictive Drive scope available. Voyager can only see files it created.
61
-
2.**Upload**: When you click "Upload to Cloud," Voyager serializes your folders, prompts, and stars into a JSON file and writes it to a dedicated folder in your Google Drive.
62
-
3.**Download & Merge**: When you click "Download & Merge" on another device, Voyager reads the JSON file and intelligently merges it with your local data. New folders and prompts are added; existing ones are updated without duplicating.
62
+
2.**Upload**: When you click "Upload to Cloud," Voyager writes separate JSON files for folders, prompts, stars, forks, timeline hierarchy, personalization settings, and plugin configuration to a dedicated folder in your Google Drive. Highlight data is included when highlight cloud sync is enabled.
63
+
3.**Download & Merge**: When you click "Download & Merge" on another device, Voyager reads those files and merges them by data type. New folders and prompts are added without duplication, cloud preferences are restored, and plugin entries are merged by plugin ID.
63
64
4.**No background sync**: Sync is manual and on-demand. Voyager never syncs without your explicit action.
0 commit comments