v0.1.1
What's changed
Performance
- Replace
cp -Rcsubprocess with a directclonefile(2)syscall. A 2 GB repository now clones in ~130 ms wall time with near-zero extra disk overhead until files are modified.
jj (Jujutsu) fixes
- Run
jj workspace addbefore copying untracked files, so the destination is empty when jj initialises it - Pass
signing.behavior="drop"to suppress SSH passphrase prompts on the workspace-init commit - Write cow metadata to
.jj/cow-context(invisible to jj tracking) instead of.cow-contextat the workspace root
Docs
- New command reference page
- New changelog page
- Fixed terminal demo output to match actual CLI, corrected benchmark and MCP config path