TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Open-source CLI coding framework using Claude

84 pointsby vysakh010 months ago

9 comments

vysakh010 months ago
For the last two weeks I have been using Claude extensively for my coding experiments.<p>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.<p>I built this using this tool itself partly.<p>Probably OpenDevin, Agents is the future, maybe even Cursor like autocomplete, for now I find this approach useful.<p>Added some examples in the README. Would love some feedback, this is my first python library that I published.
评论 #40949216 未加载
评论 #40948599 未加载
CGamesPlay10 months ago
How&#x27;s it work? From briefly glancing through, looks like the first step (&quot;metadata&quot;) is to upload all of the code to Claude on a per-file basis and ask it to summarize the &quot;contents or purpose&quot;. Is there some automatic selection of metadata, or does it only pull in metadata that the user specifically requests?<p>The &quot;dev server monitor&quot; 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&#x27;s fun! How effective is it? Do you have any way to advise the agent while it&#x27;s working? Example: it detects an error and starts working and I write a message to it &quot;this happened when I uploaded an image on a brand new user account&quot;, which it then uses to inform its plan?<p>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.
评论 #40951415 未加载
mlamina10 months ago
Looks cool! I&#x27;ve been building something similar, based on OpenAI models: <a href="https:&#x2F;&#x2F;github.com&#x2F;PR-Pilot-AI&#x2F;pr-pilot-cli">https:&#x2F;&#x2F;github.com&#x2F;PR-Pilot-AI&#x2F;pr-pilot-cli</a>
qrian10 months ago
I am an idiot for running this in an unsandbox environment as it decided to rm -rf all files to restart from error, deleting a whole lot of important files.
评论 #40961765 未加载
sigoden10 months ago
A similar coding assistant in less than 100 lines of code.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;sigoden&#x2F;llm-functions&#x2F;tree&#x2F;main&#x2F;agents&#x2F;coder">https:&#x2F;&#x2F;github.com&#x2F;sigoden&#x2F;llm-functions&#x2F;tree&#x2F;main&#x2F;agents&#x2F;co...</a>
评论 #40951438 未加载
rpm3310 months ago
This is awesome, i just tried it myself for a simple form builder that I needed to send out a survey.<p>I will play around more, at first glance, it might be useful for learning new frameworks&#x2F;langages that require installation of external dependencies.<p>what do you wish to do with further?
评论 #40951749 未加载
kosolam10 months ago
How is this compares to aider?
评论 #40951464 未加载
Vaslo10 months ago
What kind of hardware do you need for this?
评论 #40950918 未加载
wanderingmind10 months ago
Looks good, but any specific reason to build this instead of using more mature tools like aider?
评论 #40952873 未加载