claude-code
mycoder
| claude-code | mycoder | |
|---|---|---|
| 7 | 9 | |
| 300 | 568 | |
| - | 0.5% | |
| 2.4 | 9.0 | |
| over 1 year ago | 5 months ago | |
| JavaScript | TypeScript | |
| GNU General Public License v3.0 or later | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
claude-code
- What makes Claude Code so damn good
- Show HN: Reverse eng Claude Code to work with local and any OpenAI API models
- Anthropic DMCAs decompiled Claude-code
- De-Obfuscated Claude Code
-
Claude-code full source code extracted from source maps
Amateurs and rookies at Anthropic releasing their project with the entire source map.
Their system prompt of Claude Code is also leaked. [0]
[0] https://github.com/dnakov/claude-code/blob/main/src/constant...
-
Claude 3.7 Sonnet and Claude Code
The source maps were included in an earlier release. I extracted the source code here if anyone is curious:
https://github.com/dnakov/claude-code
mycoder
- Launch HN: Continue (YC S23) – Create custom AI code assistants
-
Anthropic raises $3.5B at $61.5B valuation
Makes a lot of sense. In writing in agentic coder (https://mycoder.ai), I find Claude is head and shoulders above the rest. I wish I could invest.
-
Show HN: MyCoder, an open source Claude-Code alternative
> I notice that it seems to look at all files in examples, then opts to scan examples/react/start-basic-auth/src/main.tsx, then says "I apologize for the confusion" and seems to move on to something else (lines 13-22). What happened here? This happens again on line 77.
You mean this response? "Looking at "examples/react/start-basic-auth/src/main.tsx", Checking main file for useSession usage"
I think there was a miscommunication between the agent and the sub-agent, the proper path should have had "app" not "src". I am working on better sub-agent prompting as there is some information loss sometimes, and then wrong assumptions made.
On line 77 it made the same wrong assumption about "src" instead of "app."
> It looks (lines 25 to 37) like it has difficulty actually working with source files, due to file size. This seems to happen several more times in the h3 section (line 85).
I did add a 10K limit to the characters of a file that will be read at a time, and I tried to tell it was only a partial read. The issue is that a single file can be huge sometimes and I didn't want to blow the context window.
https://github.com/drivecore/mycoder/blob/main/src/tools/io/...
> It might be worth building something like Aider's repomap to handle larger files.
I will have a look at that idea.
-
Claude 3.7 Sonnet and Claude Code
Nice!
It seems very very similar. I open sourced the code to MyCoder here: https://github.com/drivecore/mycoder I'll compare them. Off hand I think both CodeBuff and Claude Coder are missing the web debugging tools I added to MyCoder.
-
Did Semgrep Just Get a Lot More Interesting?
I have a closed loop coding agent working here, you can try it out: https://mycoder.ai
- Show HN: Mycoder, an open source Devin (agent coder) on your command line
What are some alternatives?
claude-code - Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.
OpenHands - 🙌 OpenHands: AI-Driven Development
polyglot-benchmark - Coding problems used in aider's polyglot benchmark
claude-code-reverse - A Tool to Visualize Claude Code's LLM Interactions
app - A self-hostable, web-based audio streaming app.