Skip to content

v0.3.2

Choose a tag to compare

@CybotTM CybotTM released this 04 Mar 00:06
v0.3.2
b45283a

Changes

  • chore: bump version to 0.3.2
  • feat: extract thinking blocks from LLM responses (#91)
  • fix: preserve newlines in extractThinkingBlocks
  • fix: address PR review feedback for thinking extraction
  • feat: extract thinking blocks from LLM responses
  • fix(ci): restrict push trigger to main branch only (#92)
  • fix(ci): restrict push trigger to main branch only
  • fix: add merge_group trigger to CI workflow (#90)
  • fix: add merge_group trigger to CI workflow

Installation

composer require netresearch/nr-llm

Security

All release artifacts are signed with Sigstore keyless signing.

Verify signatures

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