Skip to content

v0.49.0

Choose a tag to compare

@github-actions github-actions released this 26 Aug 19:26
· 13 commits to main since this release
041dbd4

v0.49.0

  • Added: pages now point at the site's /llms.txt with the rel="describedby" link relation introduced by version 2 of the llms.txt specification, in both the HTML head and the HTTP Link: header — alongside the Markdown alternate they already advertised. An agent landing on any article can find the site's index without having to guess that /llms.txt exists. Emitted only where the Markdown alternate is already emitted and only while this plugin's own /llms.txt is enabled, so the link never points at an endpoint that is not being served; there is no new setting.
  • Changed: MarkdownController::link_header_has_alternate() is now link_header_has_relation() and takes the relation to look for. It is an internal helper, public only so its parsing can be exercised from the test suite; no documented filter or output contract refers to it.