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 outputSEE ALSO#
- thinkt agents - List active agents (local and remote)
- thinkt apps - Manage open-in apps and default terminal
- thinkt collect - Start trace collector server
- thinkt completion - Generate the autocompletion script for the specified shell
- thinkt docs - Generate documentation for thinkt
- thinkt embeddings - Manage embedding model, storage, and sync
- thinkt export - Export traces to a remote collector
- thinkt help - Help topics for thinkt
- thinkt indexer - Specialized indexing and search via DuckDB (requires thinkt-indexer)
- thinkt language - Get or set the display language
- thinkt projects - Manage and view projects
- thinkt prompts - Extract and manage prompts from trace files
- thinkt search - Search for text across indexed sessions
- thinkt semantic - Search sessions by meaning using on-device embeddings
- thinkt server - Manage the local HTTP server for trace exploration
- thinkt sessions - View and manage sessions across all sources
- thinkt setup - Scan for AI session sources and configure thinkt
- thinkt sources - Manage and view available session sources
- thinkt teams - List and inspect agent teams
- thinkt theme - Browse and manage TUI themes
- thinkt tui - Launch interactive TUI explorer
- thinkt version - Print the version information
- thinkt web - Open the web interface in your browser