improve AGENTS.md

This commit is contained in:
Dax Raad
2025-06-09 15:28:06 -04:00
parent 60faa26a15
commit a2884b08cc
6 changed files with 19 additions and 27 deletions

View File

@@ -683,6 +683,7 @@ export namespace Session {
modelID: string
providerID: string
}) {
const app = App.info()
await Session.chat({
sessionID: input.sessionID,
providerID: input.providerID,
@@ -690,7 +691,7 @@ export namespace Session {
parts: [
{
type: "text",
text: PROMPT_INITIALIZE,
text: PROMPT_INITIALIZE.replace("${path}", app.path.root),
},
],
})