Skip to content

release(deepagents-code): 0.1.53 - #5310

Merged
Mason Daugherty (mdrxy) merged 3 commits into
mainfrom
release-please--branches--main--components--deepagents-code
Aug 6, 2026
Merged

release(deepagents-code): 0.1.53#5310
Mason Daugherty (mdrxy) merged 3 commits into
mainfrom
release-please--branches--main--components--deepagents-code

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

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 via release.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

  • Added pricing coverage with Baseten built-in overrides and local fallback overrides when genai-prices is missing data (#5312, #5304).
  • Suggest compacting large resumed threads (#5318).
  • Added terminal program trace metadata (#5329).

Bug Fixes

  • Preserved runtime offload archive routing (#5328).
  • Always restart after a successful startup auto-update (#5317).
  • Fixed leaked turn coroutines and SQLite handles (#5218).
  • Keep MCP shutdown-race tracebacks from appearing in the terminal (#5325).
  • Open the /auto model selector immediately while connecting (#5341).
  • Route failures to PostToolUseFailure (#5315).
  • Use dismissed copy for ask-user prompts (#5331).

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).

@github-actions github-actions Bot added autorelease: pending Used in `release-please` automated workflow; do not remove! dcode Related to `deepagents-code` dependencies Pull requests that update a dependency file release Package release PR size: XS < 50 LOC labels Aug 4, 2026
@github-actions
github-actions Bot force-pushed the release-please--branches--main--components--deepagents-code branch 20 times, most recently from 9ac7a75 to 799bfe9 Compare August 6, 2026 01:16
@github-actions
github-actions Bot force-pushed the release-please--branches--main--components--deepagents-code branch from 0531746 to 623a24c Compare August 6, 2026 01:47
@mdrxy
Mason Daugherty (mdrxy) marked this pull request as ready for review August 6, 2026 02:56
@langchain-oss-automated-triage

langchain-oss-automated-triage Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

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 @release-bot draft <instructions>.

Drafted with maintainer instructions: don't emphasize dcode_term_program as much


0.1.53 (2026-08-06)

Features

  • Added pricing coverage with Baseten built-in overrides and local fallback overrides when genai-prices is missing data (#5312, #5304).
  • Suggest compacting large resumed threads (#5318).
  • Added terminal program trace metadata (#5329).

Bug Fixes

  • Preserved runtime offload archive routing (#5328).
  • Always restart after a successful startup auto-update (#5317).
  • Fixed leaked turn coroutines and SQLite handles (#5218).
  • Keep MCP shutdown-race tracebacks from appearing in the terminal (#5325).
  • Open the /auto model selector immediately while connecting (#5341).
  • Route failures to PostToolUseFailure (#5315).
  • Use dismissed copy for ask-user prompts (#5331).

When the release changes are finalized, run:

@release-bot apply

Merge only after the curated release-notes check passes.

If new relevant entries appear after applying, draft again and then re-apply:

@release-bot draft
@release-bot apply

To ship without curated notes, add the release: dangerously skip curated notes label. That is the only way to skip the curated-notes merge gate — use it only when you intentionally want the generated changelog as-is, without maintainer polish.

@mdrxy

Copy link
Copy Markdown
Member

release-bot draft don't emphasize dcode_term_program as much

@open-swe open-swe Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Open SWE Review: No issues found

Open SWE reviewed this PR and found no potential bugs to report.

Open in WebView Open SWE trace

@mdrxy

Copy link
Copy Markdown
Member

release-bot apply

@langchain-oss-automated-triage

Copy link
Copy Markdown
Contributor

Curated release notes were applied to the package changelog and release PR body.

Do not add more deepagents-code changes before merge unless you are prepared to run @release-bot draft and @release-bot apply again.

@mdrxy
Mason Daugherty (mdrxy) merged commit 0bd15dc into main Aug 6, 2026
81 of 84 checks passed
@mdrxy
Mason Daugherty (mdrxy) deleted the release-please--branches--main--components--deepagents-code branch August 6, 2026 03:11
@github-actions

github-actions Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor Author

The package release workflow has started:

Follow the linked run for build, test, and publish status.

@github-actions github-actions Bot added autorelease: tagged Release has been tagged. Used in `release-please` automated workflow; do not remove! and removed autorelease: pending Used in `release-please` automated workflow; do not remove! labels Aug 6, 2026
Mason Daugherty (mdrxy) added a commit that referenced this pull request Aug 18, 2026
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autorelease: tagged Release has been tagged. Used in `release-please` automated workflow; do not remove! dcode Related to `deepagents-code` dependencies Pull requests that update a dependency file release Package release PR size: XS < 50 LOC

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant