Skip to content

Add newline separator when concatenating skill body content#46

Merged
rwjdk merged 1 commit intorwjdk:mainfrom
visasnouski:fix/Skill-body-concatenation-newline
Feb 18, 2026
Merged

Add newline separator when concatenating skill body content#46
rwjdk merged 1 commit intorwjdk:mainfrom
visasnouski:fix/Skill-body-concatenation-newline

Conversation

@visasnouski
Copy link
Copy Markdown
Contributor

This pull request addresses an issue where the body content of agent skills was incorrectly concatenated without proper line separators, leading to malformed or unreadable content in the final parsed skill object. The fix ensures that each line from the file after the front matter delimiter is properly joined with a newline character (\n) to maintain correct formatting and readability of the skill's body text.

Copy link
Copy Markdown
Owner

@rwjdk rwjdk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good 👍

@rwjdk rwjdk merged commit f3749f1 into rwjdk:main Feb 18, 2026
@rwjdk
Copy link
Copy Markdown
Owner

rwjdk commented Feb 18, 2026

@visasnouski : Thank you for the fix; much appreciated 🙌🙏👍 - Will be out in a nuget in a day or so.

@rwjdk
Copy link
Copy Markdown
Owner

rwjdk commented Feb 21, 2026

@visasnouski The fix is now released in lates verion of the nuget

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants