Commit Graph
5 Commits
Author SHA1 Message Date
Søren Lund aea85794bd fix(scripts): use env var for OpenAI model in summarize script 2026-05-21 13:17:30 +02:00
Søren Lund f49ff6b19a feat(summarize-changes): add debug output for API responses
- Set DEBUG=1 in pipeline environment to enable debug mode
- Output full API response to stderr when DEBUG is set
- Use a temporary file to store and inspect API responses
2026-05-21 13:09:28 +02:00
Søren Lund c92ad10be1 chore(scripts): update shebang to use /bin/sh for portability 2026-05-21 11:29:54 +02:00
Søren Lund 8532c2098d refactor(scripts): remove debug output from summarize_git_changes
- Delete extraneous echo statements from summarize function
- Clean up script output for improved readability and automation
2026-05-21 11:27:38 +02:00
Søren Lund 09cafe7ddb refactor(ci): modularize git scripts and update pipeline usage
- Extract get_clone_urls and clone_repos to git_lib.sh for reuse
- Rename git_summary.sh to summarize_git_changes with improved logic
- Update Woodpecker pipeline to source new script names and functions
- Enhance summarize_git_changes with flexible date handling and markdown output
2026-05-21 11:21:14 +02:00