I made a small CLI tool called "que". It’s meant for those moments when you're SSH’d into a box or staring at a CI failure and just want to pipe the output into an LLM and get “here’s what broke + how to fix it.”
Nice and simple to install and use.
Comments
jenia_n•8m ago
I got tired of scrubbing API keys manually before asking Claude for help... que will scrub those secrets from your log, handle log size and build a smart prompt before going to your favorite LLM (bring your own key).
jenia_n•8m ago