What’s New

ponytail v4.5.0

v4.5.0

v4.5.0: lazy in Copilot

Added
  • GitHub Copilot CLI plugin support via Copilot Marketplace
  • CI on every push and PR with npm test script
Fixed
  • Correctness checks now use python3 for macOS/CI compatibility
  • Hooks degrade gracefully when node is not on PATH

This release is mostly other people, and that's the point. GitHub Copilot CLI is now a full plugin host, contributed by @maxfelker (a Microsoft engineer) who built it with Copilot, tested it live, then reviewed his own PR in ponytail ultra (the headline finding was "delete a test"). CI, an npm test script, and a python3 fix came from @christophermayfield. Plus a fix for the hooks erroring when node isn't on PATH (Nix/nvm setups). The tool that does less got more thorough by getting more hands.

  • GitHub Copilot CLI plugin: copilot plugin marketplace add DietrichGebert/ponytail then copilot plugin install ponytail@ponytail.
  • CI on every push and PR, plus npm test.
  • Correctness checks work on macOS/CI now (python3 probe).
  • Hooks degrade gracefully when node isn't on PATH.
What's Changed
New Contributors

Full Changelog: https://github.com/DietrichGebert/ponytail/compare/v4.4.0...v4.5.0

View original