Skip to content

Threads

Each conversation is a thread. Threads are named automatically with the date and time they were created.

  • Click + New to start a fresh conversation
  • Previous threads are listed above the message input

Where threads are stored

Threads are saved to your local filesystem and persist across sessions. Each thread is stored as three files:

File Contents
thread_{id}.json Full message history
thread_{id}.meta.json Title, timestamps, message count
thread_{id}.runs.json Per-run provider, model, and MCP server info

The runs file tracks which AI provider, model, and MCP servers were used for each response in the thread.

The storage location follows the XDG Base Directory convention.

Platform Path
macOS / Linux ~/.local/share/griptape_nodes/threads/
Windows %USERPROFILE%\.local\share\griptape_nodes\threads\

Griptape Nodes Desktop instead keeps threads in a xdg_data_home/griptape_nodes/threads/ folder inside its own application data folder. Open App Settings → App Data Locations to find that folder on your machine.

If a history file becomes corrupt, Griptape Nodes moves it aside automatically (renamed with a .corrupt-<timestamp> suffix) so your other threads are unaffected.