mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
Update msg again
This commit is contained in:
@@ -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- 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...\""
|
||||
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 (Ctrl+T) with scrolling ability (#2525)\n- Edit/resume conversation (esc-esc) from previous messages (#2607)\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### Misc\n- Add model_verbosity config for GPT-5 (#2108)\n- Read all AGENTS.md files up to git root (#2532)\n- Fix git root resolution in worktrees (#2585)\n- Improve error messages & handling (#2695, #2587, #2640, #2540)\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
|
||||
|
||||
Reference in New Issue
Block a user