fix(coding-agent): add a space between the skill and user messages

This commit is contained in:
Sviatoslav Abakumov
2026-06-03 22:36:09 +04:00
parent dc7b547f62
commit e9a9322199

View File

@@ -3106,6 +3106,7 @@ export class InteractiveMode {
this.chatContainer.addChild(component);
// Render user message separately if present
if (skillBlock.userMessage) {
this.chatContainer.addChild(new Spacer(1));
const userComponent = new UserMessageComponent(
skillBlock.userMessage,
this.getMarkdownThemeWithSettings(),