Merge branch 'stackblitz-labs:main' into FEAT_BoltDYI_NEW_SETTINGS_UI_V2

This commit is contained in:
Stijnus
2025-01-30 23:43:27 +01:00
committed by GitHub
5 changed files with 37 additions and 60 deletions

View File

@@ -91,6 +91,11 @@ ${escapeBoltTags(file.content)}
const messages = [filesMessage];
if (commandsMessage) {
messages.push({
role: 'user',
id: generateId(),
content: 'Setup the codebase and Start the application',
});
messages.push(commandsMessage);
}