v3.0.0
featfix
August 28, 2026
⚠ BREAKING CHANGES
- docs:
copilot-instructions.mdis deleted and no longer shipped in the npm tarball -- it has been dropped frompackage.jsonfiles. 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: runpncli skills installforskills/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-copilotnow resolves to.github/skills(project) and~/.copilot/skills(user), the directories GitHub documents for Copilot. It previously meant.agents/skillsat both scopes. The default install directory is unchanged —.agents/skills— but it is now reached under the agent namecodexrather thangithub-copilot, so callers relying on the default are unaffected. Anyone passing--agent github-copilotexplicitly 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/skillsstay 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)