mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-15 06:12:50 -07:00
54b3642706
- Support UTF-8 BOM at the start of SKILL.md files. - Support optional trailing spaces after frontmatter markers. - Improve simple parser fallback to be case-insensitive and support spaces before colons. - Prevent simple parser from swallowing subsequent keys into descriptions. - Added unit tests for identified edge cases. Fixes https://github.com/google-gemini/gemini-cli/issues/25693