fix(coding-agent): ignore unknown skill frontmatter fields

This commit is contained in:
Mario Zechner 2026-02-04 14:20:24 +01:00
parent fcfbc82ec2
commit d0679dcfc0
5 changed files with 6 additions and 42 deletions

View file

@ -8,6 +8,7 @@
### Fixed
- Ignored unknown skill frontmatter fields when loading skills
- Fixed `/reload` not picking up changes in global settings.json ([#1241](https://github.com/badlogic/pi-mono/issues/1241))
- Fixed Unix bash detection to fall back to PATH lookup when `/bin/bash` is unavailable, including Termux setups ([#1230](https://github.com/badlogic/pi-mono/pull/1230) by [@VaclavSynacek](https://github.com/VaclavSynacek))