release(deepagents-code): 0.1.53 - #5310
Conversation
9ac7a75 to
799bfe9
Compare
0531746 to
623a24c
Compare
|
Review and edit the release notes between the content markers below as needed. Keep the version heading intact. To regenerate with steering instead of editing by hand, run Drafted with maintainer instructions: don't emphasize 0.1.53 (2026-08-06)Features
Bug Fixes
When the release changes are finalized, run: Merge only after the curated release-notes check passes. If new relevant entries appear after applying, draft again and then re-apply: To ship without curated notes, add the |
|
release-bot draft don't emphasize |
|
release-bot apply |
|
Curated release notes were applied to the package changelog and release PR body. Do not add more |
|
The package release workflow has started: Follow the linked run for build, test, and publish status. |
GitHub release notes now include a **Special thanks** section. It credits the users who reported the issues that this release's pull requests closed, with links to those issues. The existing community-contributor shoutouts credit pull request authors; this section credits issue reporters. Users who are internal maintainers on this release are not included. ```md **Special thanks** to everyone who reported the issues addressed in this release: @Carol ([#5310](#5310)), @dave ([#5201](#5201), [#5202](#5202)) ``` --- The existing `collect_contributors` walk does the lookup. Its per-PR `gh pr view` call now also requests `closingIssuesReferences`, so both attribution lists use the same range, retry, and failure handling. For each merged PR, the issue author is credited — not the PR author. Entries are grouped by login with deduplicated, ascending issue numbers, and rendered as a comma-separated list like the other attribution lines. Bot accounts (`[bot]` suffix), empty logins, and unusable issue numbers are skipped with a warning. A missing `closingIssuesReferences` field also warns instead of silently producing an empty section. If no closed issues are found, the section is omitted. Lookup failures never block a release.
Caution
Merging this PR will automatically publish to PyPI and create a GitHub release.
For the full release process, see
.github/RELEASING.md.Release notes preview: keep this section in sync with the package
CHANGELOG.md. Publish reads the merged CHANGELOG viarelease.yml, not this PR description — keep them aligned anyway so the PR stays an accurate historical record for reviewers and anyone returning later.0.1.53 (2026-08-06)
Features
genai-pricesis missing data (#5312, #5304).Bug Fixes
/auto modelselector immediately while connecting (#5341).PostToolUseFailure(#5315).End release notes preview.
Note
A New Contributors section is appended to the GitHub release notes automatically at publish time (see Release Pipeline, step 2).