How it works
- Oobo reads the session transcript from disk
- All secrets are redacted using gitleaks patterns (or regex fallback)
- Output is a clean JSON document with messages, stats, and metadata
- You can save locally, print to stdout, or upload to your configured server
Save locally
Upload to server
When authenticated, runningoobo share without --out uploads to your configured server and returns a shareable URL:
Self-hosted
Redaction
All session content is redacted before sharing:- gitleaks (if installed): comprehensive secret detection
- Regex fallback: API keys, tokens, passwords, AWS credentials
[REDACTED]. No raw secrets ever leave your machine.
