Skip to content

Releases: docsector/docsector-reader

v1.7.1

19 Apr 23:43
v1.7.1
0c6f3d9

Choose a tag to compare

Patch release focused on markdown rendering correctness and consumer scaffold reliability.

Changes

  • 🛠️ Fixed inline and block HTML rendering inside page markdown sections.
  • ✨ Added scaffold wiring for virtual:docsector-homepage-override in generated consumer i18n setup.
  • 📚 Updated README feature list to document HTML rendering and scaffold override support.
  • ✅ Validated build output for SPA production artifacts.

v1.7.0

19 Apr 23:22
v1.7.0
27ee8ca

Choose a tag to compare

Focus: Improves homepage remote README integration and AI handoff behavior while polishing UX in Docsector Reader.

Changes

  • ✨ Added robust remote-home behavior with proper action routing for AI handoff links.
  • 🛠️ Fixed homepage markdown/view link behavior when remote README mode is enabled.
  • 🛠️ Fixed homepage rendering quality by preserving remote HTML blocks and improving title extraction.
  • 🧼 Improved homepage UX by hiding edit/translation footer metadata in remote-home mode.
  • 📚 Updated README feature list and CLI/package versioning for v1.7.0.
  • ✅ Validated with successful production build before release.

v1.6.0

19 Apr 21:28
v1.6.0
3f86b3c

Choose a tag to compare

Focus: Introduce WebMCP browser tools for better agent interaction with documentation sites.

Changes

  • ✨ Added WebMCP browser tool registration with support for navigator.modelContext.registerTool and optional provideContext fallback.
  • 🧩 Added four built-in browser tools: search_docs, get_page, navigate_to, and copy_current_page.
  • 🔌 Bridged browser tools to MCP HTTP endpoint for search_{toolSuffix} and get_page_{toolSuffix} calls.
  • 🧹 Added lifecycle cleanup using AbortController to unregister tools safely.
  • ⚙️ Extended configuration with a new webMcp block in createDocsector.
  • 📚 Updated README and CLI scaffold docs with WebMCP setup and validation guidance.
  • ✅ Validated build output for the package after integration.

v1.5.0

19 Apr 20:57
v1.5.0
5d12977

Choose a tag to compare

Focus: Add MCP Server Card discovery support and improve MCP discoverability artifacts.

Changes

  • ✨ Added MCP Server Card generation at /.well-known/mcp/server-card.json with serverInfo, transport endpoint, remotes, and derived tool capabilities.
  • 🛠️ Added configurable mcpServerCard contract in the core config and build pipeline with JSON content-type header generation.
  • 📚 Updated scaffold and README with MCP Server Card configuration, behavior, and validation guidance.
  • ✅ Validated generated card fields, tool names, and transport endpoint in build output.

v1.4.0

19 Apr 20:20
v1.4.0
bd2d210

Choose a tag to compare

Focus: Agent Skills Discovery Index and validations.

Changes

  • ✨ Introducing Agent Skills Discovery Index for enhanced searchability
  • 🛠️ Improved documentation parsing and validation logic
  • 📚 Updated documentation on discovery features
  • ✅ Added comprehensive validations for metadata and structure

v1.3.1

19 Apr 17:18
v1.3.1
0773623

Choose a tag to compare

Focus: Patch release improving GitHub edit URL reliability and project metadata consistency.

Changes

  • 🛠️ Fixed route-to-source mapping for Edit on GitHub links, including trailing slash handling for subpages.
  • 🔗 Fixed GitHub base edit URL handling to ensure edit links target the correct repository path.
  • 📚 Updated README feature list to document robust edit link mapping behavior.
  • ✅ Validated with a successful production build (Quasar/Vite).

v1.3.0

19 Apr 16:44
v1.3.0
ac60be4

Choose a tag to compare

Focus: Content Signals support for AI usage policy in robots.txt, with deterministic and idempotent build behavior.

Changes

  • ✨ Added Content Signals support to declare AI policy in robots.txt using ai-train, search, and ai-input.
  • ⚙️ Added a new contentSignals configuration block with enabled, aiTrain, search, aiInput, userAgent, and applyToAllBlocks.
  • 🧩 Updated scaffold templates to include Content-Signal in the global User-agent: * block.
  • 🛠️ Added build-time robots.txt patching to inject/update Content-Signal without duplicate lines across rebuilds.
  • 📚 Updated README with Content Signals configuration and validation guidance.
  • ✅ Validated build and syntax checks for the release.