Skip to content

v0.12.3

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Sep 16:52
· 6 commits to main since this release
v0.12.3
168cda1

Requires nr-llm 0.34

The netresearch/nr-llm floor moves to ^0.34, and ext_emconf.php with it — its upper bound is now 0.34.99 rather than 0.99.99, so the composer and TER install paths no longer disagree about everything above 0.34. By @CybotTM in #146.

nr-llm 0.34.0 has one breaking change: its backend modules left Administration for a shared AI section, and the container URL /module/nrllm is gone with no successor (ADR-183). This extension registers its module under its own parent and links to no nr-llm route, so the move reaches nothing here. Checked against the released 0.34.0 before the floor was raised: phpstan clean, 363 unit tests.

Nothing else changed. This release exists so the demo instance — and any installation running several Netresearch AI extensions side by side — can take 0.34 without one of them holding it at 0.33.

Installation

composer require netresearch/nr-mcp-agent

Publication status

  • TER: skipped
  • Packagist: skipped
  • Documentation: skipped

Security

All release artifacts are signed with Sigstore keyless signing.

Verify signatures

cosign verify-blob \
  --bundle nr-mcp-agent-0.12.3.zip.sigstore.json \
  --certificate-identity-regexp "https://github.com/netresearch/.*" \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
  nr-mcp-agent-0.12.3.zip

Verify checksums

sha256sum -c checksums.txt

Software Bill of Materials (SBOM)

SBOMs are provided in both SPDX and CycloneDX formats for supply chain transparency.