diff --git a/packages/opencode/src/session/system.ts b/packages/opencode/src/session/system.ts index e15185b38b7..f0492a7492c 100644 --- a/packages/opencode/src/session/system.ts +++ b/packages/opencode/src/session/system.ts @@ -45,16 +45,6 @@ export namespace SystemPrompt { ` Platform: ${process.platform}`, ` Today's date: ${new Date().toDateString()}`, ``, - ``, - ` ${ - project.vcs === "git" - ? await Ripgrep.tree({ - cwd: Instance.directory, - limit: 200, - }) - : "" - }`, - ``, ].join("\n"), ] }