Step 1: Install the package<p>$ `npm install -g aidebug`<p>Step 2: Setup the API key for Anthropic<p>$ `export ANTHROPIC_API_KEY=<PASTE_YOUR_OWN_API_KEY>`<p>Step 3: Now you can use the debug command to debug your commands.<p>$ `debug python average.py`<p>Video demo: <a href="https://www.loom.com/share/5afa2d7fd46c470bbc884675a77aec3c?sid=982e79bf-6716-473a-a426-7ed5cdcf0617" rel="nofollow">https://www.loom.com/share/5afa2d7fd46c470bbc884675a77aec3c?...</a>
Sorry. Realized I added very few details. Always-On Debugger is a tool that enhances your terminal experience by automatically detecting errors and providing debugging assistance using AI. It acts as a wrapper around your existing terminal, intercepting commands and their outputs to offer real-time debugging support. It's really simple to use and install: just prefix your terminal command with "debug".<p>It was our AI devtool hackathon project. Wondering there is more to this idea to improve debugging experience in terminal or that's it!