working on improving the app spec page

This commit is contained in:
Cody Seibert
2025-12-14 17:38:12 -05:00
parent fa47264c76
commit b3ea506a73
26 changed files with 1283 additions and 871 deletions

View File

@@ -1129,7 +1129,7 @@ When done, summarize what you implemented and any notes for the developer.`;
if (msg.type === "assistant" && msg.message?.content) {
for (const block of msg.message.content) {
if (block.type === "text") {
responseText = block.text || "";
responseText += block.text || "";
// Check for authentication errors in the response
if (