Skip to content

v0.9.0 — NLWeb link tag

Choose a tag to compare

@jdevalk jdevalk released this 13 Apr 16:45
· 4 commits to main since this release

Added

  • NLWeb <link> tag. When the NLWeb endpoint URL setting (new Agent discovery admin section) is populated, every rendered page carries <link rel=\"nlweb\" href=\"…\"> advertising the site's conversational endpoint for agent discovery.

Requirements

Needs the EmDash release that contains emdash-cms/emdash#523 (merged upstream). On older EmDash versions the sandbox allowlist rejects the rel value and the contribution is silently dropped.

The contribution site carries a transient @ts-expect-error against the currently-published emdash types — it auto-unblocks once the new emdash version hits npm.

Status of other experimental features

Still blocked on upstream — see README warning table. No change since v0.8.0 for llms.txt, schema/map, or Fuzzy Redirects. Tracked at #530 (ContentItem missing slug/status/locale) and #525 (404 middleware captures wrong URL).

Full Changelog: v0.8.0...v0.9.0