Overview
Theoobo sources command shows the status and coverage of all AI tool data sources. It displays which tools are enabled, where their data is stored, how many sessions have been found, and whether transcripts and token data are available.
Usage
Options
Output as JSON for machine parsing
Examples
Show all data sources
JSON output for agents
Data Source Status
Status Indicators
- ✓ Enabled — Tool is enabled in config and oobo will track sessions
- ✗ Disabled — Tool is disabled in config (can be enabled via
oobo setup) - ⚠ Not Detected — Tool data directory not found (tool may not be installed)
Transcript Availability
- ✓ Available — Full conversation transcripts can be read
- ⚠ Partial — Some transcripts available, some encrypted or missing
- ✗ Encrypted — Transcripts are encrypted (e.g., Windsurf)
Token Availability
- ✓ Available — Accurate token counts from tool’s session files
- ⚠ Partial — Estimated tokens (requires API key for exact counts)
- ⚠ Requires API key — Need API key configured via
oobo authfor token data
Agent Hooks
- ✓ Installed — Lifecycle hooks installed for real-time session linking
- ✗ Not supported — Tool doesn’t support agent hooks (uses time-window correlation)
Troubleshooting
Sessions found is 0
Sessions found is 0
Run
oobo scan to discover sessions. The tool may be enabled but not yet scanned.Tokens show as Partial
Tokens show as Partial
Configure API keys via
oobo auth anthropic <key> or oobo auth openai <key> to fetch accurate token counts from provider APIs.Tool shows as Not Detected
Tool shows as Not Detected
The tool may not be installed, or its data directory may be in a non-standard location. Check the installation and run
oobo setup to configure manually.Agent Hooks show as Not Installed
Agent Hooks show as Not Installed
Run
oobo setup and confirm hook installation when prompted. Hooks require write access to the tool’s configuration directory.Use Cases
Verify tool detection
After installing a new AI tool, runoobo sources to verify oobo can read its session data:
Audit data coverage
Check which tools have complete data (transcripts + tokens) vs partial coverage:Diagnose missing sessions
If stats seem incomplete, checksources to see which tools have 0 sessions and run oobo scan:
Related Commands
Scan
Discover sessions across all tools
Setup
Configure and enable tools
Auth
Add API keys for token data
Supported Tools
Complete tool compatibility matrix
