Releases: mparq/llm-docs-cli
Releases · mparq/llm-docs-cli
Release list
v0.4.2
v0.4.1
v0.4.0
Added
- Prefer hosted LLM-friendly markdown pages (
.md,.markdown,.txt) before falling back to rendered HTML extraction. - Probe
llms.txtindexes and seed crawls from their same-domain markdown links when available.
Fixed
- Report the package version from
llm-docs --versionand reserve-vfor version output.
v0.3.0
Added
llm-docs cache --site <hostname>to clear cached pages for a specific site.
Changed
- Group cache entries by hostname under
~/.cache/llm-docs. - Discourage
--namefor normal website scrapes in CLI help, runtime output, and agent-facing README guidance.
0.2.0
v0.1.0
Initial release.
Added
- Prefix-priority crawler with depth and URL limits
- Playwright-based JS rendering (headless Chromium)
- Turndown HTML-to-markdown conversion with DOM cleanup
- Site-specific vendor rules (Shopify, Microsoft Learn)
- File-based cache with 7-day TTL
- robots.txt support (on by default)
linkssubcommand for discovering unscraped pageslinks --fixto rewrite absolute URLs to relative paths--scopeflag and auto-scoping site profiles--include/--excludepath and regex filters--keep-query-stringsfor versioned doc sites--namefor custom output directory names
Install:
npm install -g llm-docs-cli
npx playwright install chromium
Full Changelog: https://github.com/mparq/llm-docs-cli/commits/v0.1.0