Conversation Continuity
هذا المحتوى غير متوفر بلغتك بعد.
How Continuity Works
- First message: GhostMind creates a new upstream conversation with the provider
- Response: The upstream conversation ID and message ID are captured
- 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
| Type | Context | File Access |
|---|---|---|
| General | Conversation history only | None |
| Project | Conversation history + project files | From 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
- Conversations Guide — User guide
- Chat Completions API — API reference