Live data from Hacker News

Show HN: Open-source CLI coding framework using Claude

github.com

1–10 of 22 posts

Re: Show HN: Open-source CLI coding framework using Claude

#2
For 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 README. Would love some feedback, this is my first python library that I published.

Re: Show HN: Open-source CLI coding framework using Claude

#4
post #2

For 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…

Not a review of your product, but I have to say that I love the name. Told me you love old school cricket, without mentioning it.

Re: Show HN: Open-source CLI coding framework using Claude

#5
post #2

For 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…

Thank you for building and releasing this, very helpful.

Re: Show HN: Open-source CLI coding framework using Claude

#8
How's it work? From briefly glancing through, looks like the first step ("metadata") is to upload all of the code to Claude on a per-file basis and ask it to summarize the "contents or purpose". Is there some automatic selection of metadata, or does it only pull in metadata that the user specifically requests?

The "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.

Post reply on HN