Skip to content

Refine Codex issue digest summaries#20097

Merged
etraut-openai merged 2 commits intomainfrom
etraut/refine-issue-digest-summary
Apr 28, 2026
Merged

Refine Codex issue digest summaries#20097
etraut-openai merged 2 commits intomainfrom
etraut/refine-issue-digest-summary

Conversation

@etraut-openai
Copy link
Copy Markdown
Collaborator

Why

The codex-issue-digest skill was producing more detail than the daily digest needed, and broad all-area digests could miss active issues. In particular, issue #16088 had substantial recent comments and reactions but did not appear in the weekly all-areas output because GitHub search was using default relevance ranking and the collector could exhaust its candidate cap before later search queries got a fair sample.

That made the digest look quieter than the underlying user activity and made threshold tuning misleading.

What changed

  • Make the digest summary headline-first and summary-only by default.
  • Add an explicit opt-in flow for ## Details, so the issue table is shown only when requested or when the prompt asks for details upfront.
  • Update the collector to request GitHub issue search results with sort=updated and order=desc.
  • Apply the search candidate cap per query instead of globally across all queries.
  • Bump the collector script version to 3.
  • Add tests that cover updated sorting and per-query candidate limits.

Verification

@etraut-openai etraut-openai merged commit 2223b31 into main Apr 28, 2026
25 checks passed
@etraut-openai etraut-openai deleted the etraut/refine-issue-digest-summary branch April 28, 2026 23:54
@github-actions github-actions Bot locked and limited conversation to collaborators Apr 28, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant