Show HN: Simple AI-powered debugger in your terminal (github.com)
Step 1: Install the package
$ `npm install -g aidebug`
Step 2: Setup the API key for Anthropic
$ `export ANTHROPIC_API_KEY=<PASTE_YOUR_OWN_API_KEY>`
Step 3: Now you can use the debug command to debug your commands.
$ `debug python average.py`
Video demo: https://www.loom.com/share/5afa2d7fd46c470bbc884675a77aec3c?...
1 comment
[ 71.7 ms ] story [ 1140 ms ] threadIt was our AI devtool hackathon project. Wondering there is more to this idea to improve debugging experience in terminal or that's it!