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

@@ -40,7 +40,6 @@ export interface CopilotChat {
model: string
messages: CopilotMessage[]
messageCount: number
previewYaml: string | null
planArtifact: string | null
config: CopilotChatConfig | null
createdAt: Date