mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-31 06:12:26 +00:00
ensure @opencode-ai/plugin exists only on first run
This commit is contained in:
@@ -212,11 +212,6 @@ export namespace Worktree {
|
||||
throw new StartCommandFailedError({ message: errorText(ran) || "Worktree start command failed" })
|
||||
}
|
||||
|
||||
const opencodeDir = path.join(info.directory, ".opencode")
|
||||
if (await Bun.file(opencodeDir).exists()) {
|
||||
await Config.installDependencies(info.directory)
|
||||
}
|
||||
|
||||
return info
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user