1 parent f359d29 commit ed9bf8bCopy full SHA for ed9bf8b
1 file changed
packages/opencode/src/snapshot/index.ts
@@ -29,7 +29,7 @@ export namespace Snapshot {
29
}
30
31
export async function cleanup() {
32
- if (Instance.project.vcs !== "git" || Flag.OPENCODE_CLIENT === "acp") return
+ if (Instance.project.vcs !== "git") return
33
const cfg = await Config.get()
34
if (cfg.snapshot === false) return
35
const git = gitdir()
@@ -54,7 +54,7 @@ export namespace Snapshot {
54
55
56
export async function track() {
57
58
59
60
0 commit comments