thinkt sources#
Manage and view available session sources
Synopsis#
View and manage available AI assistant session sources.
Sources are the AI coding assistants that store session data on this machine (e.g., Claude Code, Kimi Code, Gemini CLI, Copilot CLI, Codex CLI).
Examples: thinkt sources list # List all available sources thinkt sources status # Show detailed source status thinkt sources enable claude # Enable a source thinkt sources disable kimi # Disable a source thinkt sources enable –all # Enable all sources thinkt sources disable –all # Disable all sources
thinkt sources [flags]Options#
-h, --help help for sources
--json output as JSONOptions inherited from parent commands#
-v, --verbose verbose outputSEE ALSO#
- thinkt - Tools for AI assistant session exploration and extraction
- thinkt sources disable - Disable a source
- thinkt sources enable - Enable a source
- thinkt sources list - List available session sources
- thinkt sources status - Show detailed source status