trace) is your terminal-based intelligence engine. It allows you to debug deployed sites, local servers, and production apps directly from your command line.
🚀 Installation
🔑 Authentication
Most advanced features (AI Analysis) require an API key.🛠️ Main Commands
1. trace analyze <url> (Alias: a)
The most powerful command. It connects to the page, plans a debugging strategy, and executes it using AI.
-q, --query <text>: Ask a specific question (e.g., “Why is the cart empty?”).--no-headless: Watch the browser interactions in real-time.--json: Output raw JSON for CI/CD pipelines.
2. trace repl <url> (Alias: r)
Starts an Interactive Debugging Session. You can type questions to the AI or run slash commands.
/debug: Run a full scan./errors: Show console errors./eval <js>: Run JavaScript in the browser context./screenshot: Capture the current view.- Why is the font wrong?: Ask the AI directly.

