mycoder
deep-seek
mycoder | deep-seek | |
---|---|---|
9 | 1 | |
539 | 496 | |
2.0% | 1.6% | |
9.8 | 9.1 | |
5 months ago | over 1 year ago | |
TypeScript | TypeScript | |
MIT License | 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.
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
deep-seek
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.
quolo - Quolo enables companies to easily build their own platforms that leverage LLMs without the need to build custom permissions engines.
polyglot-benchmark - Coding problems used in aider's polyglot benchmark
Notate - Notate is a desktop chat application that takes AI conversations to the next level. It combines the simplicity of chat with advanced features like document analysis, vector search, and multi-model AI support - all while keeping your data private.
app - A self-hostable, web-based audio streaming app.
cherry-studio - 🍒 Cherry Studio is a desktop client that supports for multiple LLM providers.