Skip to content

v0.39.0

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Sep 12:48
· 31 commits to main since this release
d9e8bec

Changelog

Features

Bug Fixes

  • 40b8de2: fix(#2165): cover per-repo onboarding + fix reverse drift guard (@shairevivo)
  • e0e72b5: fix(#2165): document slash commands in update-path PR too (@shairevivo)
  • 5f18e74: fix(#2165): harden onboarding catalog drift guards (@shairevivo)
  • c479ebb: fix(#2165): point onboarding docs at live site and harden drift guard (@shairevivo)
  • 2e73766: fix(#6674): preserve adopted ref so agent update re-resolves the original branch (@fullsend-ai-coder[bot])
  • ddf0ff3: fix(#6773): detect and repair missing GitLab pipeline schedules (@fullsend-ai-coder[bot])
  • 76e8c54: fix(#6810): add retry with exponential backoff to FetchURL (@fullsend-ai-coder[bot])
  • 46017af: fix(#6810): address review feedback on FetchURL retry logic (@fullsend-ai-coder[bot])
  • 4732fe8: fix(#6812): address review feedback on FetchURL retry logic (@fullsend-ai-coder[bot])
  • 1d7674a: fix(#6812): clamp negative MaxRetries and preserve transient error context (@fullsend-ai-coder[bot])
  • 6287c2d: fix(#6818): append [skip ci] to GitLab scaffold MR title (@fullsend-ai-coder[bot])
  • c48514a: fix(#6818): capture runReposInstall error per file convention (@fullsend-ai-coder[bot])
  • e25b1c4: fix(hack): make lint-docs-links actually run on macOS (@guyoron1)
  • 5f31fcf: fix(hack): resolve all links in one python3 process, not one per link (@guyoron1)
  • 3ee498c: fix(mint-worker): add ambient type declarations for vitest-pool-workers v0.22 (@fullsend-ai-coder[bot])
  • 10f87f0: fix(pre-fetch): extract the prior SHA with sed, not BSD-incompatible grep -P (@guyoron1)
  • 0ff7c3b: fix(repos): log runReposInstall error instead of discarding it (@fullsend-ai-coder[bot])
  • c3babba: fix(scaffold-gitlab): keep the GitLab prior-SHA extractor in lockstep (@guyoron1)
  • f4cdfeb: fix: add Ref to layered agent-entry merge and test ref capture (@fullsend-ai-coder[bot])
  • d1ad254: fix: add pipeline schedules to third component list in repo-management guide (@fullsend-ai-coder[bot])
  • 69a227b: fix: add schedule category to ComponentAction.Component doc comment (@fullsend-ai-coder[bot])
  • 8bc1645: fix: add schedule category to ComponentStatus.Name doc comment (@fullsend-ai-coder[bot])
  • 616f849: fix: address review feedback on PR #6774 (@fullsend-ai-coder[bot])
  • 524b4e3: fix: unexport PipelineScheduleSpecs to match package conventions (@fullsend-ai-coder[bot])

Refactoring