Skip to content

v0.1.0

Choose a tag to compare

@benjamincanac benjamincanac released this 27 Aug 12:19
· 36 commits to main since this release
v0.1.0
66f6476

馃殌 Features

  • let sites extend the discovery layer (c636719)
  • llms: generate llms.txt from the content adapter (cf61a77)
  • mcp: export the pieces an agent docs tool is built from (9d044cc)
  • module: give excludePrefixes the extend / replace shape (c0761f3)
  • module: re-export AgentListEntry and AgentSectionSelector (43a1a01)
  • openapi: contribute the discovery layer as OpenAPI fragments (e11c713)
  • openapi: describe the MCP endpoint alongside its server card (2ca66cc)
  • openapi: give every generated operation a stable operationId (841b506)
  • raw: let agent-discovery:index set the title and description (497965c)
  • sitemap: group sitemap.md into sections (db499fb)
  • sitemap: keep the raw prefix out of @nuxtjs/sitemap (8952be9)
  • skills: serve agent skills with a generated index (1d42d3e)

馃悰 Bug Fixes

  • alias #agent-discovery app-side so server routes typecheck (1bac937), references #agent-discovery
  • comark: render the same document the content adapter does (1d171df)
  • content: stringify with the minimark @nuxt/content resolves (0566da6)
  • content: strip the highlighter style node from raw markdown (59a796f)
  • discovery: cache the documents that cannot change between builds (bf9593b)
  • llms: absolutise same-origin links in llms.txt (74a4a6f)
  • llms: keep pages without a markdown body out of the bridge (c200a7c)
  • mcp: detect the toolkit at modules:done (1b0db45)
  • module: copy the default arrays into the negotiation config (78b207f)
  • module: detect the companion modules at modules:done (be178af)
  • module: exclude /sitemap.md whenever its link is registered (3b7b448)
  • module: only cache-redirect the rules the routes negotiate (0545aa2)
  • playground: prepare the module before the vercel build (d93b321)
  • pre-publish correctness pass (#5) (e30e0d0)
  • raw: omit an empty title or description from the frontmatter (e06fc02)
  • robots: contribute through the robots:config hook (68f55c1)
  • sitemap: resolve the markdown twins through rawUrl (abd2dd1)
  • skills: quote the description holding a colon (095e714)
  • skills: rename migrate skill (8947016)
  • skills: say why a SKILL.md frontmatter could not be read (f758ba5)
  • types: keep the module's own source type-checking inside a consuming site (ca8ccc1)
  • vercel: honour Accept: text/markdown;q=0 at the edge (6ddc1aa)

Full Changelog: v0.0.1...v0.1.0