Skip to content

v0.8.1

Choose a tag to compare

@jakemgold jakemgold released this 25 Apr 22:15
· 145 commits to main since this release

What's new

This release adds an optional Deep research mode that gives the AI more context when generating posts, plus minor settings UI polish.

Deep research depth

  • New Research Depth setting in the Post Creation section: choose Standard or Deep.
  • Standard (default) — the AI reviews the release notes, linked issues and PRs, repository metadata, and the README.
  • Deep — additionally fetches commit messages and a file-change summary between the previous and current release tag via the GitHub Compare API. Useful when release notes are sparse, but uses more API tokens and generation time.
  • Per-repo override available via the new ctbp_research_depth filter.

Settings UI polish

  • Post Audience changed from a dropdown to radio buttons — clearer scanning of the descriptive options.
  • The Post Creation section now renders before GitHub on the Settings tab.
  • Cleaner page header copy on Tools → Release Posts.

Documentation

  • Readme phrasing updated — describes researching each release, not just reading release notes.