Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,20 @@ nmem --json t create -t "Gemini CLI Session - auth refactor" -c "Goal: finish th
nmem status
```

For historical backfill, preview first:

```bash
nmem t sync --from gemini-cli --all-projects --limit 20
```

Then import:

```bash
nmem t sync --from gemini-cli --all-projects --apply
```

Use `-p /path/to/project` instead of `--all-projects` when you only want one project. The command reads local Gemini CLI session files and writes to the Mem server configured in `nmem`.

## Thread Save vs Handoff

Gemini now supports two separate save paths, and they should stay distinct:
Expand Down
Loading