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:
@@ -3106,6 +3106,7 @@ export class InteractiveMode {
|
|||||||
this.chatContainer.addChild(component);
|
this.chatContainer.addChild(component);
|
||||||
// Render user message separately if present
|
// Render user message separately if present
|
||||||
if (skillBlock.userMessage) {
|
if (skillBlock.userMessage) {
|
||||||
|
this.chatContainer.addChild(new Spacer(1));
|
||||||
const userComponent = new UserMessageComponent(
|
const userComponent = new UserMessageComponent(
|
||||||
skillBlock.userMessage,
|
skillBlock.userMessage,
|
||||||
this.getMarkdownThemeWithSettings(),
|
this.getMarkdownThemeWithSettings(),
|
||||||
|
|||||||
Reference in New Issue
Block a user