Releases: docsector/docsector-reader
Releases · docsector/docsector-reader
v1.7.1
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-overridein 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
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
Focus: Introduce WebMCP browser tools for better agent interaction with documentation sites.
Changes
- ✨ Added WebMCP browser tool registration with support for
navigator.modelContext.registerTooland optionalprovideContextfallback. - 🧩 Added four built-in browser tools:
search_docs,get_page,navigate_to, andcopy_current_page. - 🔌 Bridged browser tools to MCP HTTP endpoint for
search_{toolSuffix}andget_page_{toolSuffix}calls. - 🧹 Added lifecycle cleanup using
AbortControllerto unregister tools safely. - ⚙️ Extended configuration with a new
webMcpblock increateDocsector. - 📚 Updated README and CLI scaffold docs with WebMCP setup and validation guidance.
- ✅ Validated build output for the package after integration.
v1.5.0
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
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
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
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.