Merge pull request #273 from getcompanion-ai/grind

fix chat
This commit is contained in:
Hari 2026-03-09 16:02:14 -04:00 committed by GitHub
commit d880d2740e
5 changed files with 386 additions and 49 deletions

View file

@ -68,7 +68,7 @@ function buildProjectContextSection(
}
if (guides.length > 0) {
section += "\n" + guides.map((g) => `- ${g}`).join("\n") + "\n";
section += `\n${guides.map((g) => `- ${g}`).join("\n")}\n`;
}
section += "\n";