v0.5.0
AI-Powered Setup Wizard & Dashboard Improvements
This release introduces an AI-powered wizard system that dramatically simplifies the initial setup experience. Instead of manually creating providers, models, configurations, and tasks one by one, editors can now describe what they need in plain language and let the LLM generate everything automatically.
Highlights
- AI Setup Wizard — describe your use case (e.g. "SEO meta description generator") and the wizard creates a complete task with provider, model, configuration, and prompt template in one step
- Task Creation Wizard — chain multiple wizard steps to create tasks with matching configurations, or reuse existing ones
- Live output format toggle — switch between Plain, HTML, and Markdown rendering on the task execution page without re-running the task
- Configurable test prompt — the configuration/model test prompt is now configurable via extension settings with
{lang}placeholder for the backend user's locale - Enhanced dashboard — quick-access cards for record counts, setup wizard link, and provider status overview
- Model ID field with live fetch — TCA field that fetches available models from the provider API directly in FormEngine
- Model parameter constraints — configuration form dynamically adjusts slider ranges based on the selected model's capabilities (e.g. Anthropic temperature max 1.0, reasoning models with fixed values)
Security
- HTML output preview now uses a fully sandboxed iframe (
sandbox="") to prevent DOM access from untrusted LLM content
Installation
composer require netresearch/nr-llmSecurity
All release artifacts are signed with Sigstore keyless signing.
Verify signatures
cosign verify-blob \
--bundle nr-llm-0.5.0.zip.bundle \
--certificate-identity-regexp "https://github.com/netresearch/.*" \
--certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
nr-llm-0.5.0.zipVerify checksums
sha256sum -c checksums.txtSoftware Bill of Materials (SBOM)
SBOMs are provided in both SPDX and CycloneDX formats for supply chain transparency.