mirror of
https://github.com/harivansh-afk/clanker-agent.git
synced 2026-04-18 16:02:28 +00:00
fix(coding-agent): harden chat stream completion
Flush final text before closing each AI SDK text block, surface event-processing failures to chat callers, and clear the remaining Companion OS check blockers. fixes #273 Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
parent
6b2a639fb6
commit
3c0f74c1dc
5 changed files with 124 additions and 24 deletions
|
|
@ -84,7 +84,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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue