Skip to content

v2.0.22

Choose a tag to compare

@github-actions github-actions released this 18 Jul 22:47
· 203 commits to main since this release
a66b316

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