This commit is contained in:
黑墨水鱼 2025-12-23 16:42:44 +09:00 committed by GitHub
commit efd9853cb9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -45,16 +45,6 @@ export namespace SystemPrompt {
` Platform: ${process.platform}`,
` Today's date: ${new Date().toDateString()}`,
`</env>`,
`<files>`,
` ${
project.vcs === "git"
? await Ripgrep.tree({
cwd: Instance.directory,
limit: 200,
})
: ""
}`,
`</files>`,
].join("\n"),
]
}