Drupal /llms.txt 1.1.1 Fixes Views Token Rendering Error and URL Warning
Stable version 1.1.1 of Drupal's /llms.txt module was released on 16 August 2026 with two bug fixes. The release notes identify a Views-token rendering failure and an undefined prefix array-key warning as the resolved issues. Of the two, the Views-token bug could cause a request to /llms.txt to return Drupal's unexpected-error page.
The rendering failure occurs in an edge case where field_llms_txt_content_section is not attached to any content entity type. The issue record shows Views attempting to resolve data for the absent field when /llms.txt is rendered. Version 1.1.1 adds a guard against that condition so the View is not embedded when the field is unavailable.
The second fix removes an undefined prefix array-key warning during outbound URL processing. The issue record traces the warning to LlmsTxtOnlyOnDefaultPathProcessor removing the option before Drupal's UnroutedUrlAssembler accesses it. The change prevents that processing path from generating the warning.
The /llms.txt module provides Drupal sites with a configurable /llms.txt endpoint intended to help large language models and AI agents understand and locate relevant website content. Its Drupal.org maintainers include Dezső Biczó and Christoph Weber, while Pronovix is listed as the supporting organisation for development and support. The module supports configurable and environment-specific content, custom tokens for machine-readable menus, and render caching with invalidation.


