v2.0.22
2.0.22 (2026-07-18)
Bug Fixes
-
crawler: preserve cache IDs and reject unsupported GitHub URLs (a67d95e)
Crawl Compatibility:
- Preserve historical crawl cache IDs, including bare empty-query markers
- Reject unsupported GitHub blob URLs with actionable guidance
- Keep explicit branch and nested documentation paths intact
Crawler Reliability:
- Clear llms.txt request timers on every exit path
- Pin same-domain redirect handling
- Remove unused crawler helpers and dormant progress plumbing
-
indexing: preserve reindex settings and drain storage on shutdown (5fa329a)
Reindexing:
- Preserve stored path prefixes by default
- Support explicit path-prefix overrides and clearing
- Exercise missing, valid, and expired authentication sessions
Shutdown Safety:
- Drain accepted tools, indexing work, and queued storage mutations
- Close storage before process exit with cancellation timeout headroom
- Keep search filters and non-retryable write behavior pinned