TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Simple AI-powered debugger in your terminal

3 点作者 ajabhish9 个月前
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

ajabhish9 个月前
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!