Installation
Prerequisites
Section titled “Prerequisites”- Python 3.10 or later
- pip (included with Python)
Install from PyPI
Section titled “Install from PyPI”pip install sessionfsVerify installation
Section titled “Verify installation”sfs --versionStart the daemon
Section titled “Start the daemon”sfs daemon startThe daemon watches all 8 supported tools automatically. No configuration needed.
Supported tools
Section titled “Supported tools”| Tool | Capture | Resume |
|---|---|---|
| Claude Code | Yes | Yes |
| Codex CLI | Yes | Yes |
| Gemini CLI | Yes | Yes |
| Copilot CLI | Yes | Yes |
| Cursor IDE | Yes | Capture-only |
| Amp | Yes | Capture-only |
| Cline | Yes | Capture-only |
| Roo Code | Yes | Capture-only |
Configuration
Section titled “Configuration”The default configuration works out of the box. To customize:
sfs config show # View current configsfs config set log_level DEBUG # Change a settingConfig file location: ~/.sessionfs/config.toml