Hamza Abqar’s Post

I just shipped CodeDebug CLI : an AI-powered production debugger that runs entirely in your terminal. Built in pure Java 17 (sorry for Java 21/25 lovers). 𝗛𝗼𝘄 𝗶𝘁 𝘄𝗼𝗿𝗸𝘀 : $ tail -n 200 app.log | cdb → Pipes your log into Claude AI → Auto-detects Java / Python / Kotlin / Go / TypeScript / Rust → Returns: ROOT CAUSE · FIX · WHY · PREVENT → With severity labels: [CRITICAL] [HIGH] [MEDIUM] [LOW] 𝗪𝗵𝗮𝘁 𝗺𝗮𝗸𝗲𝘀 𝗶𝘁 𝗱𝗶𝗳𝗳𝗲𝗿𝗲𝗻𝘁: ✦ Single fat JAR : just java -jar and run ✦ Zero HTTP dependencies : uses Java 17's built-in HttpClient ✦ JLine3 REPL with arrow-key history and Ctrl+C support ✦ Config persisted to ~/.codedebugrc ✦ Token usage tracked per session ✦ Extending to a new language = 1 enum constant, 0 other changes 𝗖𝗼𝘀𝘁: ~$0.001 per debug session. Less than $1/month of heavy use. Wrote a full technical breakdown on Medium covering the architecture, the zero-deps HTTP client design, and how language auto-detection works. - Full article in the comments - GitHub: https://lnkd.in/enY2c6er #Java #CLI #DevTools #Anthropic #AI #OpenSource

To view or add a comment, sign in

Explore content categories