summaryrefslogtreecommitdiff
path: root/internal/cli
AgeCommit message (Expand)Author
2026-03-28feat(sync): auto-sync full backups and showcase cgit linksv0.17.0mainPaul Buetow
2026-03-19chore(release): bump version to 0.15.7v0.15.7Paul Buetow
2026-03-18feat(ai): add opencode as default AI tool for releases and showcasesv0.15.6Paul Buetow
2026-03-11feat(sync): enforce daily repo sync intervalsPaul Buetow
2026-03-11refactor(internal): extract sync and summary helpersPaul Buetow
2026-03-11fix(cli): return handler errors consistentlyPaul Buetow
2026-03-11feat(sync): randomize repository sync orderv0.14.0Paul Buetow
2026-02-22fix(cli): avoid dynamic format strings in PrintfPaul Buetow
2026-02-07feat(sync): add throttled sync modev0.12.0Paul Buetow
2025-10-31feat: implement amp AI tool support and replace Taskfile with Magev0.10.0Paul Buetow
2025-09-08chore(version): bump to 0.9.2v0.9.2Paul Buetow
2025-08-31some fixesPaul Buetow
2025-08-19feat(sync): sync repository descriptions across Codeberg and GitHub\n\nfeat(v...v0.9.0Paul Buetow
2025-08-16feat(release): add repo/tag skip_releases and logs; bump version to 0.8.7v0.8.7Paul Buetow
2025-07-19feat: add aichat support for showcase project descriptionsv0.8.1Paul Buetow
2025-07-19feat: add support for aichat as AI tool for release notesv0.8.0Paul Buetow
2025-07-15add vibe coding infoPaul Buetow
2025-07-13fix: change default config path to ~/.config/gitsyncer/config.jsonPaul Buetow
2025-07-13chore: bump version to 0.7.1v0.7.1Paul Buetow
2025-07-13fix: update default config path to follow XDG Base Directory specPaul Buetow
2025-07-12feat: clear cache and track failed AI release note generationsPaul Buetow
2025-07-12feat: save AI release notes cache after each successful generationPaul Buetow
2025-07-12feat: add persistent caching for AI release notesPaul Buetow
2025-07-12feat: improve AI release notes generationPaul Buetow
2025-07-12fix: make --check-releases scan all repositories in work directoryPaul Buetow
2025-07-12fix: remove verbose token loading messagesPaul Buetow
2025-07-12feat: add AI-powered release notes generationPaul Buetow
2025-07-12feat: add automatic release checking and creationPaul Buetow
2025-07-09feat: add --batch-run flag for weekly automated syncPaul Buetow
2025-07-07feat: add comprehensive showcase generation with metadata and imagesPaul Buetow
2025-07-03feat: add SSH backup locations with --backup flagv0.2.0Paul Buetow
2025-06-28feat: add --delete-repo command to delete repositories from all organizationsPaul Buetow
2025-06-27feat: implement --create-codeberg-reposPaul Buetow
2025-06-26add cleanPaul Buetow
2025-06-25feat: add configurable work directory with default ~/git/gitsyncer-workdirPaul Buetow
2025-06-24refactor: use value semantics for GitHub and Codeberg clientsPaul Buetow
2025-06-24feat: add branch exclusion feature with regex patternsPaul Buetow
2025-06-24feat: add abandoned branch detection and reportingPaul Buetow
2025-06-24refactor: break down large functions into smaller, focused onesPaul Buetow