Skip to content

v1.3.2

Choose a tag to compare

@daniel-vacic daniel-vacic released this 06 Jan 20:08
· 16 commits to main since this release

Bug Fix

Critical fix: Generator class had private constructor preventing /llms.txt endpoint from working.

Fixed

  • Made Generator constructor public so EndpointHandler can instantiate it for serving /llms.txt requests
  • The PSR-4 migration (v1.3.0) incorrectly made the constructor private

This fixes the "critical error" on /llms.txt endpoints while .md endpoints continued to work.