mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-19 10:02:04 +08:00
Merge pull request #7949 from Kilo-Org/fix/restore-directory-tree-system-prompt
fix(cli): restore directory tree in system prompt
This commit is contained in:
@@ -74,7 +74,7 @@ export namespace SystemPrompt {
|
||||
`</env>`,
|
||||
`<directories>`,
|
||||
` ${
|
||||
project.vcs === "git" && false
|
||||
project.vcs === "git"
|
||||
? await Ripgrep.tree({
|
||||
cwd: Instance.directory,
|
||||
limit: 50,
|
||||
|
||||
Reference in New Issue
Block a user