Tools
Cline's checkpoints re-hashed every untracked file before each model call, blocking messages for minutes on large workspaces
Among the v3.0.62 fixes: each turn re-hashed every untracked file before the model call, which on multi-GB workspaces blocked messages for seconds to minutes, now solved with a persistent per-session snapshot index that lets git skip unchanged files. A second performance bug in the same release: running cline from your home directory got the process OOM-killed, because typing an @ mention indexed every file under $HOME and re-ranked it on each keystroke. Both are the same class of defect as Kilocode's worktree seeding fix shipped the same day, re-hashing a working tree that has not changed.
Source
↳ Follow the thread