thinkt sessions#

View and manage sessions across all sources

Synopsis#

View and manage sessions from all discovered sources.

Running without a subcommand launches the interactive session viewer.

Project selection:

  • In a project directory: automatically uses that project
  • Otherwise: shows interactive project picker
  • -p/–project : use specified project
  • –pick: force picker even if in a project directory

Use –source to filter by source (e.g. claude, kimi, gemini, copilot, codex, qwen).

Examples: thinkt sessions # Interactive viewer (same as view) thinkt sessions view # Interactive picker thinkt sessions list # Auto-detect or picker thinkt sessions list –pick # Force project picker thinkt sessions list -p ./myproject thinkt sessions summary -p ./myproject –source kimi thinkt sessions delete -p ./myproject thinkt sessions copy -p ./myproject ./backup

thinkt sessions [flags]

Options#

  -a, --all                  view all sessions in time order
  -h, --help                 help for sessions
      --log string           write debug log to file
      --pick                 force project picker even if in a known project directory
  -p, --project string       project path (auto-detects from cwd if not set)
      --raw                  output raw text without decoration/rendering
  -s, --source stringArray   filter by source (claude|kimi|gemini|copilot|codex|qwen, can be specified multiple times)

Options inherited from parent commands#

  -v, --verbose   verbose output

SEE ALSO#