https://blog.cloudflare.com/artifacts-git-for-agents-beta/

entire git protocol engine is written in pure Zig (no libc), compiled to a ~100KB WASM binary.
Support for both v1 and v2 of the git protocol.
support capabilities including ls-refs, shallow clones (deepen, deepen-since, deepen-relative), and incremental fetch with have/want negotiation.
有人知道这玩意开源不?不开源能扒出来别的地方用不?
1
shyrock 19 小时 16 分钟前 via iPhone
这个能干啥
|
2
kneo 18 小时 51 分钟前
扒出来也只有只有核心的 git 功能,你让 AI 用 zig 写一个最简版本的 git 也许还更省事。
|
3
rb6221 8 小时 51 分钟前
场景就是和 AI 对话的时候可以方便的持久化、版本控制你的对话内容,以及产出内容,用 git 的方式实现
|