thinkt#

Tools for AI assistant session exploration and extraction

Synopsis#

thinkt provides tools for exploring and extracting data from AI coding assistant sessions.

Supports: Claude Code, Kimi Code, Gemini CLI, GitHub Copilot CLI, Codex CLI

Running without a subcommand launches the interactive TUI.

Commands: sources Manage and view available session sources tui Launch interactive TUI explorer (default) prompts Extract and manage prompts from trace files projects List and manage projects sessions List and manage sessions

Examples: thinkt # Launch TUI thinkt sources list # List available sources (claude, kimi, gemini, copilot, codex) thinkt projects list # List all projects from all sources

thinkt [flags]

Options#

  -h, --help         help for thinkt
      --log string   write debug log to file
  -v, --verbose      verbose output

SEE ALSO#