Skip to content

v3.1.0

Choose a tag to compare

@github-actions github-actions released this 14 Mar 19:06
v3.1.0
98c3689

Diagnostic Setup Status

Vague error messages like "Translation is not configured yet" are replaced with specific diagnostics that tell administrators exactly which configuration step is missing.

New: Setup Status Module

A new Cowriter Setup Status page under Admin Tools shows a checklist of all required LLM configuration steps with pass/fail indicators and direct "Fix" links to the relevant NR LLM module pages.

The 8-step diagnostic chain checks:

  • Provider exists and is active
  • Provider has an API key configured
  • Model exists and is active
  • LLM configuration exists, is active, and has a default set

Improved Error Messages

When the Cowriter encounters a configuration issue, the error now tells you exactly what's missing:

No LLM provider configured. Create a provider in Admin Tools > LLM > Providers. Ask an administrator to check the Cowriter Setup Status page for details.

Error responses include a link to the Setup Status page so administrators can diagnose issues directly from the CKEditor dialog.

Documentation

  • Fresh TYPO3 v14 screenshots replace outdated v11 captures
  • Cross-references to NR LLM docs use interlink references for docs.typo3.org

Installation

composer require netresearch/t3-cowriter:^3.1

Security

All release artifacts are signed with Sigstore keyless signing.

Verify signatures

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