Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CopilotKit/pathfinder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: CopilotKit/pathfinder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cr-fix-audit-r1
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 13 files changed
  • 1 contributor

Commits on May 8, 2026

  1. Add walkSourceFiles utility and SLACK_WEBHOOK_URL config

    walkSourceFiles enumerates matching files for a source config without
    reading content — used by the post-reindex health audit.
    SLACK_WEBHOOK_URL env var for operational alerts.
    jpr5 committed May 8, 2026
    Configuration menu
    Copy the full SHA
    0d9ff2e View commit details
    Browse the repository at this point in the history
  2. Add post-reindex health audit with Slack alerting

    Three read-only checks after each reindex: stale files (DB entries with
    no disk file), scope leaks (DB paths outside config.path), and count
    divergence (DB vs disk file count mismatch). Fires Slack webhook when
    issues detected. Wired into onReindexComplete, fire-and-forget.
    jpr5 committed May 8, 2026
    Configuration menu
    Copy the full SHA
    b1eb4d6 View commit details
    Browse the repository at this point in the history
  3. Add tests for reindex audit and walkSourceFiles

    18 audit tests (stale files, scope leaks, count divergence, Slack
    alerting, error handling, multi-source). 7 walkSourceFiles tests
    (matching, exclusion, skipDirs, maxFileSize, missing dir).
    jpr5 committed May 8, 2026
    Configuration menu
    Copy the full SHA
    a22330c View commit details
    Browse the repository at this point in the history
  4. Bump version to 1.13.2

    Post-reindex health audit, response compression, stale chunk cleanup.
    jpr5 committed May 8, 2026
    Configuration menu
    Copy the full SHA
    85fce8a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7a43007 View commit details
    Browse the repository at this point in the history
Loading