Skip to content

Installation

  • Python 3.10 or later
  • pip (included with Python)
Terminal window
pip install sessionfs
Terminal window
sfs --version
Terminal window
sfs daemon start

The daemon watches all 9 supported tools automatically. No configuration needed.

| 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 | | Kilo Code | Yes | Capture-only |

The default configuration works out of the box. To customize:

Terminal window
sfs config show # View current config
sfs config set log_level DEBUG # Change a setting

Config file location: ~/.sessionfs/config.toml