feat(autolayout): add fitToView on autolayout and reduce horizontal spacing between blocks (#2575)

* feat(autolayout): add fitToView on autolayout and reduce horizontal spacing between blocks

* remove additional yaml code
This commit is contained in:
Waleed
2025-12-24 16:19:29 -08:00
committed by GitHub
parent 77521a3a57
commit 92b2e34d25
20 changed files with 68 additions and 1872 deletions

View File

@@ -1066,7 +1066,6 @@ export async function GET(req: NextRequest) {
model: chat.model,
messages: Array.isArray(chat.messages) ? chat.messages : [],
messageCount: Array.isArray(chat.messages) ? chat.messages.length : 0,
previewYaml: null, // Not needed for chat list
planArtifact: chat.planArtifact || null,
config: chat.config || null,
createdAt: chat.createdAt,