summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-07-19 16:29:06 +0300
committerPaul Buetow <paul@buetow.org>2025-07-19 16:29:06 +0300
commit2ca1d94d1c6785a40b722a581a842be6a8741cc6 (patch)
tree4f5ee4a0a3f6f320b2f6b2ea08792f8fafece482 /README.md
parente23fc252fbac2aba69f1f1268af9425af4d43d19 (diff)
feat: add support for aichat as AI tool for release notesv0.8.0
- Add --ai-tool flag to release and sync commands - Support both 'claude' and 'aichat' options (default: claude) - Update GenerateAIReleaseNotes to handle both tools - Add tool-specific error messages and hints - Update documentation with usage examples This allows users to choose between Claude CLI and aichat for generating AI-powered release notes. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 88b6f89..f56554b 100644
--- a/README.md
+++ b/README.md
@@ -172,6 +172,9 @@ gitsyncer release create --update-existing
# Create for specific repository without AI
gitsyncer release create myproject --no-ai-notes
+
+# Use aichat instead of claude for AI release notes
+gitsyncer release create --ai-tool aichat
```
### Project Showcase