Update prompt.

This commit is contained in:
Jay
2026-04-15 13:57:11 -04:00
parent 901654745f
commit 8c28e2cca2

View File

@@ -2,7 +2,27 @@
SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd) SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)
SYSTEM_PROMPT_FILE="$SCRIPT_DIR/coder.md" SYSTEM_PROMPT_FILE="$SCRIPT_DIR/coder.md"
PROMPT="Summarize the changes made in this diff, given the diff and the after state." PROMPT='
Summarize the changes made in this diff, given the diff and the after code.
The rest of the code repository is not provided.
OUTPUT FORMAT:
```
# Digest
one liner detailing what has been changed
# Summary
short paragraph summary of the changes made in the diff
# Details
detailed breakdown of the changes, grouped by topic
```
'
MODEL="gemini-3-flash-preview" MODEL="gemini-3-flash-preview"
FALLBACK="claude-sonnet-4.6" FALLBACK="claude-sonnet-4.6"