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
Copy file name to clipboardExpand all lines: .ai/history/pascal/codex/.2026-03-02-1223-i-added-a-new-symlink-in-symlinks-to-gemini.-can-you-search.json
By default syncs Codex, Claude, and Cursor. Use `--source-system codex`, `--source-system claude`, or `--source-system cursor` to sync a single source. No `--output-path` needed — the Git root is used as destination and the current working directory is used as scope filter. Recursive folder matching is enabled by default; use `--no-recursive` to restrict to the current folder only. Sessions are written flat under `.ai/history/<user>/<source-system>/` with no machine name or path nesting.
53
+
By default syncs Codex, Claude, Cursor, and Gemini. Use `--source-system codex`, `--source-system claude`, `--source-system cursor`, or `--source-system gemini` to sync a single source. No `--output-path` needed — the Git root is used as destination and the current working directory is used as scope filter. Recursive folder matching is enabled by default; use `--no-recursive` to restrict to the current folder only. Sessions are written flat under `.ai/history/<user>/<source-system>/` with no machine name or path nesting.
54
54
55
55
## backup — full backup command
56
56
@@ -64,12 +64,13 @@ uv run convx backup \
64
64
65
65
## Common options
66
66
67
-
-`--source-system`: source(s) to sync: `all` (default), `codex`, `claude`, `cursor`, or comma-separated.
67
+
-`--source-system`: source(s) to sync: `all` (default), `codex`, `claude`, `cursor`, `gemini`, or comma-separated.
0 commit comments