From 60f5b0490d67bb01e1b5c184ba0bb91b2850eda6 Mon Sep 17 00:00:00 2001 From: Daniel Edrisian Date: Tue, 26 Aug 2025 14:19:55 -0700 Subject: [PATCH] update prompt again --- scripts/release_gen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release_gen.sh b/scripts/release_gen.sh index e9450b80e6..97ce128890 100755 --- a/scripts/release_gen.sh +++ b/scripts/release_gen.sh @@ -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