Skip to content

v0.33.0

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Aug 15:19
· 24 commits to main since this release
v0.33.0
adf57dc

Changes

  • chore(release): 0.33.0 (#876)
  • chore(spec-kit): keep the specifications, drop the generated scaffolding (#872)
  • fix(provider): resolve the default configuration's adapter, not its row id (#874)
  • feat(tools): reference an existing file from a content element (#865)
  • fix(ci): shard the directories the functional config names, not two of them (#867)
  • fix(telemetry): attribute what the specialized services spend (#866)
  • feat(mcp): import a catalogue from the CLI, so a deploy needs no click (#863)
  • fix(agent): keep the caller source across resume and the queue (#870)
  • docs(adr): retire every line citation in the corpus, and three of them were wrong (#860)
  • docs(adr): propose the write-target contract #772 is blocked on (#871)
  • security(js): make the sanitizer rule an error, and earn it (#862)
  • docs(adr): cite symbols, not line numbers, and check what a test can check (#858)
  • fix(docs): a merge conflict marker shipped in the ADR index (#869)

Installation

composer require netresearch/nr-llm

Publication status

Security

All release artifacts are signed with Sigstore keyless signing.

Verify signatures

cosign verify-blob \
  --bundle nr-llm-0.33.0.zip.sigstore.json \
  --certificate-identity-regexp "https://github.com/netresearch/.*" \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
  nr-llm-0.33.0.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.