feature(code-streaming): added code streaming to editor while AI is writing code
This commit is contained in:
@@ -36,6 +36,10 @@ const messageParser = new StreamingMessageParser({
|
||||
|
||||
workbenchStore.runAction(data);
|
||||
},
|
||||
onActionStream: (data) => {
|
||||
logger.trace('onActionStream', data.action);
|
||||
workbenchStore.runAction(data, true);
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user