Show HN: Open-source CLI coding framework using Claude
1–10 of 22 posts
Re: Show HN: Open-source CLI coding framework using Claude
#2Made this CLI tool to automate it. And to fix errors by sending it back to the claude api. Also included the vision API to build based on images.
I built this using this tool itself partly.
Probably OpenDevin, Agents is the future, maybe even Cursor like autocomplete, for now I find this approach useful.
Added some examples in the README. Would love some feedback, this is my first python library that I published.
Re: Show HN: Open-source CLI coding framework using Claude
#3Re: Show HN: Open-source CLI coding framework using Claude
#4For the last two weeks I have been using Claude extensively for my coding experiments. Made this CLI tool to automate it. And to fix errors by sending it back to the claude api. Also included the vision API to build based on images. I built this using this tool itself partly. Probably OpenDevin, Agents is the future, maybe even Cursor like autocomplete, for now I find this approach useful. Added some examples in the…
Re: Show HN: Open-source CLI coding framework using Claude
#5For the last two weeks I have been using Claude extensively for my coding experiments. Made this CLI tool to automate it. And to fix errors by sending it back to the claude api. Also included the vision API to build based on images. I built this using this tool itself partly. Probably OpenDevin, Agents is the future, maybe even Cursor like autocomplete, for now I find this approach useful. Added some examples in the…
Re: Show HN: Open-source CLI coding framework using Claude
#6Re: Show HN: Open-source CLI coding framework using Claude
#7Re: Show HN: Open-source CLI coding framework using Claude
#8The "dev server monitor" appears to be the killer feature in your project. So it runs a command, monitors the logs for errors, and attempts to fix them automatically. That's fun! How effective is it? Do you have any way to advise the agent while it's working? Example: it detects an error and starts working and I write a message to it "this happened when I uploaded an image on a brand new user account", which it then uses to inform its plan?
More off topic, I love the prevalence of this kind of project. It only takes a week or two to build yourself a coding assistant for personal use tying into these LLMs, and the results can be quite impressive. It all feels very cyberpunk to me.
Re: Show HN: Open-source CLI coding framework using Claude
#9https://github.com/sigoden/llm-functions/tree/main/agents/co...
Re: Show HN: Open-source CLI coding framework using Claude
#10What kind of hardware do you need for this?