Skip to content

Conversation Continuity

How Continuity Works

  1. First message: GhostMind creates a new upstream conversation with the provider
  2. Response: The upstream conversation ID and message ID are captured
  3. Follow-up: GhostMind passes these IDs to continue the same upstream conversation

This means the AI provider (e.g., ChatGPT) maintains the full conversation context. GhostMind acts as the bridge, ensuring the right IDs are passed.

General vs Project

TypeContextFile Access
GeneralConversation history onlyNone
ProjectConversation history + project filesFrom first message

Sticky Binding

Once a conversation starts on a specific provider account, it stays on that account. GhostMind does not rebalance mid-conversation. This ensures the upstream conversation context is preserved.

Next Steps