图片

Written upfront

After I published that article last time, a friend asked me: "The multi-Agent programming assistant you mentioned, I downloaded it and tried it, it's quite useful, is there anything new recently?"

Yes, and quite a lot.

In the past month, we have completely reviewed the entire system from skeleton to flesh; the core remains unchanged - it's still that multi-Agent programming assistant using domestic large models - but now it feels more like a real development team: it can plan tasks on its own, perceive your project structure, work silently in the background, and then inform you when it's done or if there are issues and optimize itself.

This article will not discuss technical details; it will only mention one thing: what can the current oh-my-coder help you with.

Let’s start with a practical scenario

Imagine this scene:

You open the terminal and tell it: "Help me refactor the user module of that old project, and add a third-party login."

Then you just go have a coffee.

After more than an hour, a notification pops up on your computer: "User module reconstruction completed, all tests passed, would you like to accept it?"

You clicked in and saw that the Architect has already drawn a refactoring plan, the CodeWriter has finished writing the code, the Reviewer has reviewed it twice, the Tester has written test cases, and the Git Master has automatically committed the changes.

Throughout the process, you only said one sentence.

This is what oh-my-coder can do now.

How does it work?

The logic is actually very simple - division of labor and collaboration.

Just like a real development team, it’s not just one person buried in writing code, but someone responsible for analyzing requirements, someone responsible for drawing architecture, someone responsible for writing code, someone responsible for reviewing, and someone responsible for writing tests...

oh-my-coder now has 18 professional Agents, each with its own responsibilities:

  • Architect is responsible for designing architecture

  • CodeWriter is responsible for writing code

  • Reviewer is responsible for code review

  • Tester is responsible for writing test cases

  • Debugger is responsible for finding bugs

  • Writer is responsible for writing documentation

  • Security Reviewer is responsible for security review

  • There are also those responsible for Git management, database design, API planning...

What you need to do is just tell it what you want to do, and it will automatically allocate the most suitable Agent to collaborate and complete.

What has been updated this time?

1. It will "perceive" your project now

The biggest problem with AI writing code before was: it didn’t know what your project looked like, and the generated code was completely out of sync with your actual project.

Not anymore.

oh-my-coder will automatically scan your project directory, understand the project structure, identify key files and dependencies, and before starting work, it already knows your project inside out.

The code generated this way naturally fits your project's reality better, reduces AI hallucinations, and minimizes rework.

2. It can now work quietly in the background

With traditional AI programming tools, you have to keep the interface open and wait for it to work; if you close the window, it stops.

The current Quest Mode supports asynchronous tasks; you throw requirements to it, it runs in the background, you can do other things, and when it’s done, it notifies you to accept, just like a remote employee who never complains.

3. It has "memory"

Each time a task is completed, it will automatically review: what was done well, what went wrong, and how to improve next time.

This means: the longer you use it, the more it understands your project and your coding style.

It’s not a one-time tool, but a growing assistant.

4. It has become safer

This is something specifically highlighted.

What if AI executes a dangerous operation by mistake while running commands? For instance, deleting files or exposing sensitive information.

oh-my-coder now has multi-layer security mechanisms: dangerous commands are automatically intercepted, all file operations are performed in an isolated environment, and before releasing code, it will automatically check for leaked API Keys or sensitive information.

Anthropic values safety so much, yet Claude Code can still encounter "low-level errors" like source code leaks; such issues have been proactively blocked here at oh-my-coder.

More supported models

This is the question many friends are most concerned about.

Currently, oh-my-coder already supports 11 domestic large models: DeepSeek, Kimi, Doubao, Tongyi Qianwen, Zhihua GLM, MiniMax, Baichuan Intelligence, Xunfei Xinghuo, Wenxin Yiyan, Tiangong AI, Tencent Hunyuan.

Basically, all the mainstream large models in China are connected.

The most recommended is Zhihua's GLM-4.7-Flash, this model is permanently free, completely sufficient for daily development, almost equal to not spending money.

No need to mess with proxies, no need for VPNs, no monthly subscription fees; just configure a free API Key, run three commands, and you can get started.

How does it compare to other tools?

  • oh-my-coder: GLM-4.7-Flash forever free, fully open source, direct connection in China, 18 professional Agents, supports background tasks

  • Claude Code: $20 / month + proxy, not open source, requires VPN, limited number of Agents, does not support background tasks

  • Cursor: $20 / month, not open source, many restrictions, does not support multiple Agents, does not support background tasks

  • Qoder: charging soon, not open source, supports domestic use, supports multiple Agents, supports background tasks

Core advantages: free + open source + direct connection in China.

Claude Code requires a monthly fee, requires VPN, and has proxy hassles, Cursor also requires a monthly fee; these two have very high hidden costs for domestic developers.

oh-my-coder has lowered all these barriers: one installation command, one line of API configuration, and you can start using it immediately.

Who is it suitable for?

  • Developers who want to quickly prototype - describe requirements, and code will be automatically generated

  • Teams that want more stable code quality - multi-Agent collaborative review to reduce human error

  • Developers learning new technologies - AI explains code logic and architecture design

  • Teams needing to refactor old projects - intelligent analysis + automatic refactoring solutions

  • Developers wanting to improve test coverage - automatically generate test cases

How to get started?

Step 1: Install (fully supports Linux / macOS / Windows)

curl -fsSL raw.githubusercontent.com/VOBC/oh-my-… | bash

Windows users also have a dedicated installation script; just double-click to run.

Step 2: Configure API Key (recommended free plan)

Go to the Zhihua open platform to register an account, obtain an API Key, and then:

export GLM_API_KEY=your API key

Step 3: Start working

omc run "Help me write a to-do list CLI application"

Then? Then go make a cup of coffee and wait for it to notify you to accept.

In conclusion

What is the happiest moment of doing an open-source project?

Someone has clicked Star on GitHub.

Someone said in the issue, "I used it for a while, and it really saved me a lot of time."

Someone asked in the group, "What’s the difference between this and Claude Code?" and then found the answer themselves.

If you think this tool is valuable, feel free to:

  • Give GitHub a Star, it doesn’t cost anything, but it lets more people see it

  • Forward it to friends who write code

  • If you encounter problems, submit an Issue to improve it together

  • If you have good ideas, submit a PR to make it better

The significance of open source is here: everyone makes it better together, and then everyone uses it together.

GitHub:

  • https://github.com/VOBC/oh-my-coder

If you have questions or want to chat about AI programming directions, you are also welcome to communicate on GitHub.

This article was completed with the assistance of oh-my-coder

Further reading: The Chinese version of Oh My Coder is officially released! Supports multi-agent programming assistants for domestic large models.


#OhMyCoder #vibecoding #AI编程工具 #DeepSeek

The IC content you care about

Technical progress | Project information | Global activities

Follow the IC Binance channel

Stay updated with the latest news