Skip to content

v8.9.0

Choose a tag to compare

@github-actions github-actions released this 23 Apr 21:59
· 447 commits to main since this release
Immutable release. Only release title and notes can be modified.
4cec95d

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.ts to include Pi
  • Updated documentation: README.md, file-formats.md, supported-tools.md
  • Added comprehensive tests for all Pi-related features

Contributors

Full Changelog

v8.8.1...v8.9.0