Update shaba/litecrawl to v0.1.3#2605
Merged
Merged
Conversation
crazywoola
approved these changes
Jun 26, 2026
crazywoola
left a comment
Member
There was a problem hiding this comment.
✅ LGTM
Decision: Approve
Local Check Results
| Check | Status | Detail | Required action |
|---|---|---|---|
PR content language |
✅ Pass | PR title/body CJK ratio=0.0% (zh=0, en=1188, ignored_zh=0, allowed_zh<=0) | None. |
Project structure |
✅ Pass | All expected files present: manifest.yaml, README.md, PRIVACY.md. _assets/: yes. | None. |
Manifest author |
✅ Pass | author is valid. | None. |
Icon validation |
✅ Pass | icon exists: _assets/icon.svg | None. |
Version check |
✅ Pass | version 0.1.3 is available. | None. |
README language |
✅ Pass | README.md CJK ratio=0.0% (zh=0, en=1367, allowed_zh<=0) | None. |
PRIVACY.md |
✅ Pass | PRIVACY.md exists and is non-empty. | None. |
Dependency install |
✅ Pass | requirements installed successfully. | None. |
dify_plugin version |
✅ Pass | dify_plugin version 0.9.0 satisfies >= 0.9.0. | None. |
Install test |
✅ Pass | plugin install test passed. | None. |
Packaging test |
✅ Pass | packaging check passed. | None. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Plugin Submission Form
1. Metadata
2. Submission Type
3. Description
Version update to 0.1.3. Bug fix: sitemap scope is now derived from the crawl URL (its own directory or an explicit path prefix), never from docs-root auto-discovery. On documentation sites whose sitemap pages live at the root (e.g. VitePress wikis), discovery could match a generic path such as
/wiki/that returns200, which then filtered out every real sitemap entry; the JS-rendered SPA yielded no BFS links, so a crawl returned only the start page. The sitemap is now tried first, scoped to the given URL;find_docs_root+ BFS remain only the no-sitemap fallback, now hardened with a catch-all / soft-404 guard. Verified on a 479-page VitePress wiki (previously 1 page).4. Checklist
5. Documentation Checklist