Skip to content

Conversation Threads

SQLsaber automatically saves your conversations locally so that you can view, resume, and manage them.

Threads allow you to pick up where you left off and track your analytical work over time.

View all your conversation threads:

Terminal window
saber threads list

View the complete transcript of a thread:

Terminal window
saber threads show bb7b4d72

Resume an existing conversation thread:

Terminal window
saber threads resume bb7b4d72

This:

  • Loads the full conversation context
  • Connects to the same database used in the original thread
  • Uses the same model from the original conversation
  • Allows you to continue where you left off in interactive mode
Terminal window
# Review what you analyzed
saber threads show abc123 > analysis_report.md
# Share the conversation transcript with colleagues
cat analysis_report.md

Check thread commands and options:

Terminal window
saber threads --help
saber threads list --help
saber threads resume --help

Now that you understand conversation threads:

  1. Set up memory for persistent context across threads
  2. Learn advanced querying techniques
  3. Explore model selection for different thread purposes
  4. Review the command reference for all thread options