Releases: leweii/agentic-git-sync
Release list
1.3.31
1.3.30
Automated release for 1.3.30. Build artifacts carry a GitHub artifact attestation.
1.3.29
Automated release for 1.3.29. Build artifacts carry a GitHub artifact attestation.
1.3.28
Automated release for 1.3.28. Build artifacts carry a GitHub artifact attestation.
1.3.27
Automated release for 1.3.27. Build artifacts carry a GitHub artifact attestation.
1.3.26
Automated release for 1.3.26. Build artifacts carry a GitHub artifact attestation.
1.3.25
Automated release for 1.3.25. Build artifacts carry a GitHub artifact attestation.
1.3.24
Automated release for 1.3.24. Build artifacts carry a GitHub artifact attestation.
1.3.23
Automated release for 1.3.23. Build artifacts carry a GitHub artifact attestation.
1.3.22
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.
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