Foundry. Chat. FileSessionStore
(foundry v0.2.0)
Copy Markdown
File-backed session store for Studio copilot sessions.
Sessions are stored as JSON files in .foundry/local/chat_sessions/ relative to the project root.
Each file is named <session_id>.json and contains the full session state.
Atomic writes are ensured via temp-file + rename pattern.