Merge pull request #5371 from Perlence/fix/skill-user-message-spacing

fix(coding-agent): add a space between the skill and user messages
This commit is contained in:
Mario Zechner
2026-06-04 23:52:17 +02:00
committed by GitHub

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(),