Claude Code and Claude Chat don't share history. You've had the same conversation twice because one platform doesn't know what happened on the other.
Found 3 sessions across platforms: 1. [Claude Code] "DB migration: add user_preferences table" March 18 · 23 messages · CLI session 2. [Claude Chat] "Planning the migration strategy" March 17 · 12 messages · Desktop chat 3. [Claude Code] "Fix migration rollback bug" March 19 · 8 messages · Desktop Code mode All three sessions are searchable from any platform.
# Sessions sync automatically when they end. # To sync all past sessions on demand: luminaria sync
# Add to claude_desktop_config.json:
{
"mcpServers": {
"luminaria": {
"command": "npx",
"args": ["-y", "@anthropic/luminaria-mcp"],
"env": { "LUMINARIA_API_KEY": "your-key" }
}
}
}# Go to claude.ai → Settings → Connectors # Search for "Luminaria" and connect # Your conversations sync when you use luminaria tools
Manually checking multiple apps trying to find where a conversation happened. One search, all platforms.