fix: retry failed connector updates and preserve Git path history - #553
Merged
Conversation
Merged
mavaali
added a commit
that referenced
this pull request
Sep 6, 2026
Minor release. Adds declared frontmatter filtering in vault_search (#513), fixes connector-update retry + exact Git path-history preservation (#553), and folds in dependency/CI bumps since v3.12.1. Also realigns manifest.json, which drifted at 3.12.0 when the 3.12.1 security patch skipped it. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Failed connector updates could persist a new revision with the old completed hash, causing subsequent syncs to skip the failed work. Changed revisions now retain the existing empty-hash pending marker until distillation succeeds. Tests cover returned errors, thrown errors, persisted checkpoint recovery, and skipping the revision after successful recovery.
Bulk Git history previously parsed quoted, newline-delimited paths and trimmed trailing whitespace. It now uses NUL-delimited fields and preserves exact pathnames. Regression coverage includes accented/CJK names, tabs, embedded and leading newlines, trailing spaces, control-byte prefixes, multiple commits and an interleaved empty commit.
Closes #534.
Closes #538.
Validation: build passed; full suite 4,827 passed / 17 skipped; focused suites passed; lint passed with six pre-existing informational findings and no changed-file findings. Existing installed dependencies were reused; this is not a clean-install dependency validation. Both regressions failed before the fixes.
This prevents future stuck checkpoints; previously persisted falsely-complete connector revisions are not migrated automatically and require a targeted refresh. Coordinate the small engine change with the shared integration work in #511/#514.