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 JSON

Options inherited from parent commands#

  -v, --verbose   verbose output

SEE ALSO#