TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Simple AI-powered debugger in your terminal

3 pointsby ajabhish8 months ago
Step 1: Install the package<p>$ `npm install -g aidebug`<p>Step 2: Setup the API key for Anthropic<p>$ `export ANTHROPIC_API_KEY=&lt;PASTE_YOUR_OWN_API_KEY&gt;`<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:&#x2F;&#x2F;www.loom.com&#x2F;share&#x2F;5afa2d7fd46c470bbc884675a77aec3c?sid=982e79bf-6716-473a-a426-7ed5cdcf0617" rel="nofollow">https:&#x2F;&#x2F;www.loom.com&#x2F;share&#x2F;5afa2d7fd46c470bbc884675a77aec3c?...</a>

1 comment

ajabhish8 months ago
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&#x27;s really simple to use and install: just prefix your terminal command with &quot;debug&quot;.<p>It was our AI devtool hackathon project. Wondering there is more to this idea to improve debugging experience in terminal or that&#x27;s it!