Merge branch 'main' into code-streaming

This commit is contained in:
Anirban Kar
2024-11-12 23:20:30 +05:30
committed by GitHub
30 changed files with 6269 additions and 491 deletions

View File

@@ -272,7 +272,7 @@ export class StreamingMessageParser {
}
(actionAttributes as FileAction).filePath = filePath;
} else if (actionType !== 'shell') {
} else if (!(['shell', 'start'].includes(actionType))) {
logger.warn(`Unknown action type '${actionType}'`);
}