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: Fork of Claude-code working with local and other LLM providers

177 pointsby npace123 months ago

11 comments

tasn2 months ago
Congrats on the launch!<p>As someone who is ignorant and not following all of the recent releases. Isn&#x27;t Claude-code a proprietary version of <a href="https:&#x2F;&#x2F;aider.chat&#x2F;" rel="nofollow">https:&#x2F;&#x2F;aider.chat&#x2F;</a> in the first place?
评论 #43260062 未加载
评论 #43259776 未加载
评论 #43261530 未加载
Daviey2 months ago
License could be an interesting challenge and compatibility.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;anthropics&#x2F;claude-code&#x2F;blob&#x2F;main&#x2F;LICENSE.md">https:&#x2F;&#x2F;github.com&#x2F;anthropics&#x2F;claude-code&#x2F;blob&#x2F;main&#x2F;LICENSE....</a> and <a href="https:&#x2F;&#x2F;github.com&#x2F;dnakov&#x2F;anon-kode&#x2F;blob&#x2F;main&#x2F;LICENSE.md">https:&#x2F;&#x2F;github.com&#x2F;dnakov&#x2F;anon-kode&#x2F;blob&#x2F;main&#x2F;LICENSE.md</a>
评论 #43258906 未加载
评论 #43258007 未加载
评论 #43257983 未加载
评论 #43257830 未加载
pizzalife2 months ago
Cool project! Though I&#x27;d advise dialing down the edge factor.
评论 #43258520 未加载
mickelsen2 months ago
Thanks a lot! Just wanted to say that for me, no Chromium install is complete without Little Rat there.<p>Very handy, thanks again for that.<p>For those who want to check it out, it&#x27;s an extension to monitor&#x2F;block network access of other extensions, it also lets you turn them on&#x2F;off from the same screen:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;dnakov&#x2F;little-rat">https:&#x2F;&#x2F;github.com&#x2F;dnakov&#x2F;little-rat</a>
评论 #43272983 未加载
koakuma-chan2 months ago
&gt; Fixes your spaghetti code<p>&gt; Explains wtf that function does<p>&gt; Runs tests and other bullshit<p>Love it
评论 #43258053 未加载
d4rkp4ttern2 months ago
How can it be a fork of Claude-code when it’s not open source?
krystofee2 months ago
I wonder why doesnt it use RAG for code context retrival across the codebase? Is there some fundamental reason why init in for example claude coder makes this stupid claude.md file instead of vectorizing and indexing the codebase locally?
评论 #43263937 未加载
评论 #43300299 未加载
kristopolous2 months ago
Look into goose¹ and aider² as well<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;block&#x2F;goose">https:&#x2F;&#x2F;github.com&#x2F;block&#x2F;goose</a><p>[2] <a href="https:&#x2F;&#x2F;aider.chat&#x2F;" rel="nofollow">https:&#x2F;&#x2F;aider.chat&#x2F;</a>
评论 #43261527 未加载
killerstorm2 months ago
I guess the whole point of Claude Code was to show which prompts work the best and what stuff they fine-tune on
npace122 months ago
The interesting part, to me, is that claude-code is made by people who know their models well. Having the same tool work with other models lets us get a better feel of how to make better coding agents
haolez2 months ago
Maybe it&#x27;s easier to just set up a proxy mirroring Anthropic&#x27;s API, but pointing to whatever model you want? Genuine doubt.
评论 #43262268 未加载