All releases
v3.0.0
featfix

August 28, 2026

⚠ BREAKING CHANGES

  • docs: copilot-instructions.md is deleted and no longer shipped in the npm tarball -- it has been dropped from package.json files. Anything fetching it from a pinned path in the package or the repo will 404. The content moved to two places that are still published: run pncli skills install for skills/pncli/ (still in the tarball), which carries the setup guidance plus a per-service file, or read https://kolatts.github.io/pncli/getting-started/ and https://kolatts.github.io/pncli/commands/ for the same material online.
  • skills: --agent github-copilot now resolves to .github/skills (project) and ~/.copilot/skills (user), the directories GitHub documents for Copilot. It previously meant .agents/skills at both scopes. The default install directory is unchanged — .agents/skills — but it is now reached under the agent name codex rather than github-copilot, so callers relying on the default are unaffected. Anyone passing --agent github-copilot explicitly and wanting the previous behavior should switch to --agent codex; the flag emits a one-time warning naming both paths. Skills already installed under .agents/skills stay where they are and are still found by the default agent.

Features

  • automation: imagile-bot identity for website issues; formal reviews via workflow token (#398) (f0b352d)
  • docs: retire copilot-instructions.md in favour of skills/pncli/ (#396) (c7cf682)
  • dynatrace: support multiple named environments with --env flag (#392) (185a601)
  • openshift: support multiple environments and cluster instances (#395) (d258b65)
  • site: add OpenShift to feedback form and sort services A-Z (#394) (c21fd42), closes #393
  • skills: .github install target, codex default, and full install visibility (#385) (06b6e45)

Bug Fixes

  • ci: restore npm publishing and backfill the three missed releases (#382) (a0aeb11)