The paper trail
Changelog
Every release, in one place.
2026
Bitbucket: send reviewer user.name instead of user.slug
v5.0.1 Sep 10Cap rate-limit retry waits and surface requested delay
v5.0.0 Sep 9Pncli servicenow and all its subcommands are removed. The servicenow. config keys and PNCLI_SERVICENOW_ environment variables no longer resolve, and config check / config test no longer report a servicenow entry. Scripts that read that key from the JSON envelope must drop it. ServiceNow PAT support is not widely enabled at enterprises, so the integration could not meet pncli's personal-access-token-only auth bar.
v4.1.1 Sep 3Ado: paginate list-prs with $skip instead of continuation tokens
v4.1.0 Sep 3Functions: smoke-test key and feedback-smoke skill for one-command end-to-end verification
v4.0.1 Sep 3Infra: validate required vars before mutating Azure; never re-create an existing function app
v4.0.0 Sep 3Jira Cloud is no longer supported. pncli jira assign --assignee, --assignee on create-issue/update-issue, and user-typed custom fields passed via --field now take a Data Center username and send it in the name field. Callers passing a Cloud accountId must switch to the username, or use Atlassian's MCP server for Jira Cloud.
v3.0.0 Aug 28Docs: 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.
v2.0.0 Aug 27The pncli udeploy commands and all PNCLI_UDEPLOY_* config have been removed. IBM UrbanCode Deploy has no personal access token usable as a standalone credential, so its only workable auth was a username and password — which meant asking users to put a real account password in a config file. That fails pncli's authentication bar, which requires a long-lived static token the user generates in the target tool's own UI. There is no replacement; UCD is not coming back. A stale udeploy key left in ~/.pncli/config.json is ignored and can be deleted by hand, or will be dropped on the next pncli config init.
v1.26.0 Aug 24Add --raw flag to openshift pods for full Kubernetes object output
v1.25.1 Aug 21Site: escape angle brackets in generated command docs prose
v1.25.0 Aug 20Bitbucket: add create-prs command for batch PR creation across multiple repos
v1.24.0 Aug 19Add GitHub review thread resolution and list-review-threads
v1.23.0 Aug 18Logscale: add CrowdStrike Falcon LogScale integration
v1.22.0 Aug 18Ado: add --draft flag to create-pr and update-pr
v1.21.0 Aug 15Add bitbucket add-reviewer command
v1.20.0 Aug 13Site: Context Overflow-inspired makeover with robot art
v1.19.0 Jul 31Add Dynatrace integration
v1.18.0 Jul 24Confluence: --body-file, --markdown, and XML error hints
v1.17.0 Jul 20Ado: add work list-areas and list-iterations commands
v1.16.0 Jun 27Add GitHub integration with PR, review, and comment operations
v1.15.0 Jun 21Cli: add --debug global option for API call traces
v1.14.1 Jun 14Ado: always send application/octet-stream for work item attachments
v1.14.0 Jun 13Ado: add work item attachment upload
v1.13.0 May 30Ado,jira: add attachment list and download commands
v1.12.0 May 23Jenkins: add --folder flag to pipeline list for folder-scoped job enumeration
v1.11.1 May 16Deps: replace @inquirer/prompts with individual packages
v1.11.0 May 15Git: add report command with date filtering and CSV export
v1.10.1 May 14Improve supply chain security for socket.dev
v1.10.0 May 14Enable mcp__github__pull_request_review_write for Claude review approvals
v1.9.0 May 11Deps: add Sonatype OSS Index as vulnerability source for deps frisk
v1.8.0 Apr 24Add --path filter to ado repo diff
v1.7.0 Apr 13Migrate function app secrets to Key Vault references
v1.6.1 Apr 12Add repository field to package.json for npm provenance verification
v1.6.0 Apr 12Add --output flag to config check command
v1.5.0 Apr 11Add permissions configuration for Bash commands in settings
v1.4.0 Apr 11Azure DevOps Server integration (work items, repos, PRs, pipelines)
v1.3.0 Apr 6Confluence integration + fail() exit fix + TLS bypass
v1.2.0 Apr 5Dep watchdog — pncli deps command group
v1.1.0 Apr 5Add PNCLI_EMAIL and PNCLI_USERID as global user identity
v1.0.1 Apr 4Rename package to @kolatts/pncli and add --access=public for npm publish
v1.0.0 Apr 4Add HTTP client and Bitbucket Server integration