Merge pull request #94 from AutoMaker-Org/app_spec_fixes

working on improving the app spec page
This commit is contained in:
Web Dev Cody
2025-12-14 17:49:55 -05:00
committed by GitHub
30 changed files with 2209 additions and 876 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 (