Skip to content

Releases: leweii/agentic-git-sync

1.3.31

Choose a tag to compare

@github-actions github-actions released this 07 Jul 09:18

Automated release for 1.3.31. Build artifacts carry a GitHub artifact attestation.

1.3.30

Choose a tag to compare

@github-actions github-actions released this 16 Jun 01:55

Automated release for 1.3.30. Build artifacts carry a GitHub artifact attestation.

1.3.29

Choose a tag to compare

@github-actions github-actions released this 15 Jun 10:03

Automated release for 1.3.29. Build artifacts carry a GitHub artifact attestation.

1.3.28

Choose a tag to compare

@github-actions github-actions released this 15 Jun 02:44

Automated release for 1.3.28. Build artifacts carry a GitHub artifact attestation.

1.3.27

Choose a tag to compare

@github-actions github-actions released this 12 Jun 10:28

Automated release for 1.3.27. Build artifacts carry a GitHub artifact attestation.

1.3.26

Choose a tag to compare

@github-actions github-actions released this 12 Jun 04:44

Automated release for 1.3.26. Build artifacts carry a GitHub artifact attestation.

1.3.25

Choose a tag to compare

@github-actions github-actions released this 10 Jun 09:50

Automated release for 1.3.25. Build artifacts carry a GitHub artifact attestation.

1.3.24

Choose a tag to compare

@github-actions github-actions released this 09 Jun 09:42

Automated release for 1.3.24. Build artifacts carry a GitHub artifact attestation.

1.3.23

Choose a tag to compare

@github-actions github-actions released this 09 Jun 06:31

Automated release for 1.3.23. Build artifacts carry a GitHub artifact attestation.

1.3.22

Choose a tag to compare

@github-actions github-actions released this 09 Jun 05:43

What's new in 1.3.22

🔗 GitHub App integration — install once, sync everywhere

Agentic Git Sync now has a dedicated GitHub App that handles authentication and repository access without personal tokens.

Install the GitHub App →

Once installed, click Connect with GitHub App in Settings → Account. The app grants fine-grained access to only the repos you choose, works across org accounts, and never expires.


✨ Zero-click PR creation (team mode)

The manual "Create PR" button is gone. Instead, every successful sync in team mode automatically opens a pull request on GitHub — no extra clicks required.

  • Works for both manual syncs and the background auto-sync interval
  • AI drafts the PR title and description from your commit history (falls back to last commit subject if no AI provider is configured)
  • Already-open PRs are detected and skipped silently
  • A brief notice with the PR link appears when a new PR is created

🎨 Redesigned GitHub App settings row

The Account section now shows two distinct states:

  • Disconnected — "GitHub App · Recommended" badge with an "Install the app on GitHub →" link so new users know where to start
  • Connected — a compact row per account with a ✓ check-circle, access list, and Refresh / Disconnect controls

🗂 PAT mode can now browse repositories

The repo picker (used in Add Submodule) now works with a Personal Access Token, not just the GitHub App. If you have a PAT configured, the browse button appears and lists all accessible repos. Selecting a repo also auto-fills the local folder name.


Other fixes

  • Settings page and setup wizard refresh automatically when a GitHub App connection completes — no manual reload needed
  • Disconnecting the last GitHub App account no longer silently switches the auth method back to PAT