v8.9.0
·
447 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
What's Changed
New Features
- feat(pi): add Pi Coding Agent as a generation target (#1553): Added support for Pi Coding Agent as a new generation target. This includes support for rules, commands, and skills generation for Pi.
Changed Files
- 23 files changed, 1756 insertions(+), 2 deletions(-)
- Added Pi-specific processors:
pi-command.ts,pi-rule.ts,pi-skill.ts - Updated
rules-processor.ts,commands-processor.ts,skills-processor.tsto include Pi - Updated documentation:
README.md,file-formats.md,supported-tools.md - Added comprehensive tests for all Pi-related features