update prompt again

This commit is contained in:
Daniel Edrisian
2025-08-26 14:19:55 -07:00
parent 0e325ff358
commit 60f5b0490d

View File

@@ -289,7 +289,7 @@ fi
command -v codex >/dev/null 2>&1 || { echo "Error: codex CLI is required for generation. Use --dump-only to skip." >&2; exit 1; }
DUMP_PATH="$(abspath "$DUMP_FILE")"
PROMPT="`cat ${DUMP_PATH}`\n\n---\n\nPlease generate a summarized release note based on the list of PRs above. Then, write a file called $GEN_FILE with your suggested release notes. It should follow this structure (+ the style/tone/brevity in this example):\n\n\"## Highlights:\n\n### New Features\n- Queued messages (#2637)\n- Copy Paste / Drag & Drop image files (#2567)\n- Fix windows powershell paste (#2544)\n- Add web_search tool (#2371)\n\n### TUI\n- Hide CoT by default; show headers in status indicator (#2316)\n- Add transcript mode with scrolling ability (#2525)\n- Show diff output in pager (+ with hunk headers) (#2568)\n- Simplify command approval UI (#2708)\n- Unify Esc/Ctrl+C interrupt handling (#2661)\n\n### Tools and execution\n- Add support for long-running shell commands `exec_command`/`write_stdin` (#2574)\n- Improve apply_patch reliability (#2646)\n- Cap retry counts (#2701)\n- Sort MCP tools deterministically (#2611)\n\n## Full list of merged PRs:\n\n - #2708 [feat] Simplfy command approval UI\n - #2706 [chore] tweak...\""
PROMPT="`cat ${DUMP_PATH}`\n\n---\n\nPlease generate a summarized release note based on the list of PRs above. Then, write a file called $GEN_FILE with your suggested release notes. It should follow this structure (+ the style/tone/brevity in this example):\n\n\"## Highlights:\n\n### New Features\n- Queued messages (#2637)\n- Copy Paste / Drag & Drop image files (#2567)\n- Add web_search tool (#2371)\n- Add transcript mode with scrolling ability (#2525)\n\n### TUI\n- Hide CoT by default; show headers in status indicator (#2316)\n- Show diff output in pager (+ with hunk headers) (#2568)\n- Simplify command approval UI (#2708)\n- Unify Esc/Ctrl+C interrupt handling (#2661)\n- Fix windows powershell paste (#2544)\n\n### Tools and execution\n- Add support for long-running shell commands `exec_command`/`write_stdin` (#2574)\n- Improve apply_patch reliability (#2646)\n- Cap retry counts (#2701)\n- Sort MCP tools deterministically (#2611)\n\n\n## Full list of merged PRs:\n\n - #2708 [feat] Simplfy command approval UI\n - #2706 [chore] Tweak...\""
header "Calling codex to generate $GEN_FILE"
if (( QUIET )); then