v0.8.1
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 Depthsetting 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_depthfilter.
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.