mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
temporarily disable project details in system prompt
This commit is contained in:
parent
261bb7f110
commit
b99d4650ec
1 changed files with 3 additions and 3 deletions
|
|
@ -82,9 +82,9 @@ export namespace SystemPrompt {
|
|||
` Platform: ${process.platform}`,
|
||||
` Today's date: ${new Date().toDateString()}`,
|
||||
`</env>`,
|
||||
`<project>`,
|
||||
` ${app.git ? await tree() : ""}`,
|
||||
`</project>`,
|
||||
// `<project>`,
|
||||
// ` ${app.git ? await tree() : ""}`,
|
||||
// `</project>`,
|
||||
].join("\n"),
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue