#362 · Primary category: AI Coding Assistants
dao-code
Open-source terminal coding agent for DeepSeek-V4 with byte-stable caching and cache-reusing forks for near-zero-cost cross-session memory.
Project last updated:08/02/26
GitHub Stars
1.3K
Forks
52
Contributors
1
License
MIT
Why we included this project
Dao Code is a terminal coding agent that reads and writes code, runs commands, and fixes bugs, streaming its reasoning and tool calls behind an approval gate until the task is done. Its main draw is cost: it targets DeepSeek V4 and keeps the system prefix, tool table, and memory byte-stable so cross-session memory and a self-correction layer reuse DeepSeek's cheap prefix cache instead of adding fresh token spend. That makes it a practical pick for developers and small teams who want a Claude Code-style workflow without the per-task price, and for users in mainland China it sidesteps the extra accounts and network workarounds other agents need. It also supports Skills, MCP, and Hooks and reads Claude Code configuration, so teams already on that tooling can switch over quickly. The project publishes measured cache-hit and cost figures from real open-source bug-fix tasks, giving you something concrete to check before adopting it.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.