The paper trail

Changelog

Every release, in one place.

2026

v5.0.2 Sep 16
fix

Bitbucket: send reviewer user.name instead of user.slug

v5.0.1 Sep 10
fix

Cap rate-limit retry waits and surface requested delay

v5.0.0 Sep 9
feat fix

Pncli 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 3
fix

Ado: paginate list-prs with $skip instead of continuation tokens

v4.1.0 Sep 3
feat

Functions: smoke-test key and feedback-smoke skill for one-command end-to-end verification

v4.0.1 Sep 3
fix

Infra: validate required vars before mutating Azure; never re-create an existing function app

v4.0.0 Sep 3
feat fix

Jira 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 28
feat fix

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.

v2.0.0 Aug 27
feat fix

The 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 24
feat fix

Add --raw flag to openshift pods for full Kubernetes object output

v1.25.1 Aug 21
fix

Site: escape angle brackets in generated command docs prose

v1.25.0 Aug 20
feat fix

Bitbucket: add create-prs command for batch PR creation across multiple repos

v1.24.0 Aug 19
feat fix

Add GitHub review thread resolution and list-review-threads

v1.23.0 Aug 18
feat

Logscale: add CrowdStrike Falcon LogScale integration

v1.22.0 Aug 18
feat fix

Ado: add --draft flag to create-pr and update-pr

v1.21.0 Aug 15
feat fix

Add bitbucket add-reviewer command

v1.20.0 Aug 13
feat fix

Site: Context Overflow-inspired makeover with robot art

v1.19.0 Jul 31
feat fix

Add Dynatrace integration

v1.18.0 Jul 24
feat fix

Confluence: --body-file, --markdown, and XML error hints

v1.17.0 Jul 20
feat fix

Ado: add work list-areas and list-iterations commands

v1.16.0 Jun 27
feat fix

Add GitHub integration with PR, review, and comment operations

v1.15.0 Jun 21
feat fix

Cli: add --debug global option for API call traces

v1.14.1 Jun 14
fix

Ado: always send application/octet-stream for work item attachments

v1.14.0 Jun 13
feat

Ado: add work item attachment upload

v1.13.0 May 30
feat fix

Ado,jira: add attachment list and download commands

v1.12.0 May 23
feat fix

Jenkins: add --folder flag to pipeline list for folder-scoped job enumeration

v1.11.1 May 16
fix

Deps: replace @inquirer/prompts with individual packages

v1.11.0 May 15
feat fix

Git: add report command with date filtering and CSV export

v1.10.1 May 14
fix

Improve supply chain security for socket.dev

v1.10.0 May 14
feat fix

Enable mcp__github__pull_request_review_write for Claude review approvals

v1.9.0 May 11
feat

Deps: add Sonatype OSS Index as vulnerability source for deps frisk

v1.8.0 Apr 24
feat fix

Add --path filter to ado repo diff

v1.7.0 Apr 13
feat fix

Migrate function app secrets to Key Vault references

v1.6.1 Apr 12
fix

Add repository field to package.json for npm provenance verification

v1.6.0 Apr 12
feat fix

Add --output flag to config check command

v1.5.0 Apr 11
feat fix

Add permissions configuration for Bash commands in settings

v1.4.0 Apr 11
feat fix

Azure DevOps Server integration (work items, repos, PRs, pipelines)

v1.3.0 Apr 6
feat

Confluence integration + fail() exit fix + TLS bypass

v1.2.0 Apr 5
feat fix

Dep watchdog — pncli deps command group

v1.1.0 Apr 5
feat

Add PNCLI_EMAIL and PNCLI_USERID as global user identity

v1.0.1 Apr 4
fix

Rename package to @kolatts/pncli and add --access=public for npm publish

v1.0.0 Apr 4
feat fix

Add HTTP client and Bitbucket Server integration