summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index f56554b..9feb08d 100644
--- a/README.md
+++ b/README.md
@@ -177,6 +177,13 @@ gitsyncer release create myproject --no-ai-notes
gitsyncer release create --ai-tool aichat
```
+#### AI Release Notes Engines
+
+- Default flow: tries `hexai` first by piping the generated commit/diff payload to stdin and passing an instruction prompt as the sole argument (equivalent to `cat SOMETEXT.txt | hexai PROMPT`).
+- Fallback: if `hexai` is not available or fails, falls back to `claude --model sonnet`, then to `aichat`.
+- Explicit tool: `--ai-tool claude` or `--ai-tool aichat` influences the fallback preference, but `hexai` is still attempted first when available.
+- Requirements: ensure `hexai`, `claude`, or `aichat` are installed and available in `PATH`.
+
### Project Showcase
```bash