Skip to content

release(deepagents-code): 0.1.58 - #5591

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

release(deepagents-code): 0.1.58#5591
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 18, 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.58 (2026-08-19)

Breaking Changes

  • deepagents-code now requires Python 3.12 or newer. (#5603)

Features

  • Added OpenRouter z-ai/glm-5.3 to the model switcher. (#5641)
  • Added support for re-authenticating MCP servers from the viewer. (#5637)
  • Footer pickers can now be opened with ctrl+click. (#5611)
  • Resume hints now account for TERM_PROGRAM support before showing terminal-specific guidance. (#5580)

Fixes

  • Completed the dcode config command surface. (#5581)
  • Made /offload interruptible. (#5590)
  • Improved chat and footer UI behavior: rapid typing stays visible, double-click collapses a resized chat input, and the MCP footer wraps on narrow windows. (#5424, #5578, #5651)
  • Captured stdio MCP server stderr in the logger. (#5610)
  • Drained hook pipes after timeout. (#5606)
  • Grouped resume trace rounds. (#5593)
  • Omitted web-search prompt guidance when web search is unavailable. (#5602)
  • Resolved message pointer shapes per cell. (#5592)

End release notes preview.


Note

A community contributors list and a Special thanks section (crediting the users who filed the issues this release's PRs closed) are appended to the GitHub release notes automatically at publish time (see Release Pipeline, step 3).

@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 18, 2026
@github-actions
github-actions Bot force-pushed the release-please--branches--main--components--deepagents-code branch 6 times, most recently from d506ae3 to b36ab11 Compare August 18, 2026 15:47
@github-actions
github-actions Bot force-pushed the release-please--branches--main--components--deepagents-code branch 18 times, most recently from bb30e8d to 83bb822 Compare August 18, 2026 22:28
@github-actions

Copy link
Copy Markdown
Contributor Author

New generated release entries appeared; please re-run @release-bot draft and then @release-bot apply.

@github-actions
github-actions Bot force-pushed the release-please--branches--main--components--deepagents-code branch from be0a789 to 5160e7c Compare August 19, 2026 20:10
@github-actions

Copy link
Copy Markdown
Contributor Author

New generated release entries appeared; please re-run @release-bot draft and then @release-bot apply.

@mdrxy

Copy link
Copy Markdown
Member

release-bot draft

@langchain-oss-automated-triage

Copy link
Copy Markdown
Contributor

The curated release-notes comment on this PR was regenerated in place; review the latest draft in the original comment.

@mdrxy

Copy link
Copy Markdown
Member

release-bot apply

@github-actions
github-actions Bot force-pushed the release-please--branches--main--components--deepagents-code branch 2 times, most recently from 02883b4 to b4c91de Compare August 19, 2026 20:30
@mdrxy

Copy link
Copy Markdown
Member

release-bot draft

@langchain-oss-automated-triage

langchain-oss-automated-triage Bot commented Aug 19, 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>.


0.1.58 (2026-08-19)

Breaking Changes

  • deepagents-code now requires Python 3.12 or newer. (#5603)

Features

  • Added OpenRouter z-ai/glm-5.3 to the model switcher. (#5641)
  • Added support for re-authenticating MCP servers from the viewer. (#5637)
  • Footer pickers can now be opened with ctrl+click. (#5611)
  • Resume hints now account for TERM_PROGRAM support before showing terminal-specific guidance. (#5580)

Fixes

  • Completed the dcode config command surface. (#5581)
  • Made /offload interruptible. (#5590)
  • Improved chat and footer UI behavior: rapid typing stays visible, double-click collapses a resized chat input, and the MCP footer wraps on narrow windows. (#5424, #5578, #5651)
  • Captured stdio MCP server stderr in the logger. (#5610)
  • Drained hook pipes after timeout. (#5606)
  • Grouped resume trace rounds. (#5593)
  • Omitted web-search prompt guidance when web search is unavailable. (#5602)
  • Resolved message pointer shapes per cell. (#5592)

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 it should have features and bug fixes section

@langchain-oss-automated-triage

Copy link
Copy Markdown
Contributor

The curated release-notes comment on this PR was regenerated in place; review the latest draft in the original comment.

@mdrxy

Copy link
Copy Markdown
Member

release-bot apply

@github-actions
github-actions Bot force-pushed the release-please--branches--main--components--deepagents-code branch 3 times, most recently from 1e1049c to 3b5c0f0 Compare August 19, 2026 21:52
@github-actions
github-actions Bot force-pushed the release-please--branches--main--components--deepagents-code branch from a33eeb4 to a0716ae Compare August 19, 2026 21:56
@mdrxy

Copy link
Copy Markdown
Member

release-bot draft

@langchain-oss-automated-triage

Copy link
Copy Markdown
Contributor

The curated release-notes comment on this PR was regenerated in place; review the latest draft in the original comment.

@mdrxy

Copy link
Copy Markdown
Member

release-bot apply

@mdrxy Mason Daugherty (mdrxy) added the bypass-ripgrep-check Tolerate a ripgrep install failure on a release PR (rg-gated tests will skip) label Aug 19, 2026
@mdrxy
Mason Daugherty (mdrxy) merged commit 863c615 into main Aug 19, 2026
76 of 77 checks passed
@mdrxy
Mason Daugherty (mdrxy) deleted the release-please--branches--main--components--deepagents-code branch August 19, 2026 22:11
@github-actions

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 19, 2026
@github-actions

Copy link
Copy Markdown
Contributor Author

All dispatched package releases published successfully:

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! bypass-ripgrep-check Tolerate a ripgrep install failure on a release PR (rg-gated tests will skip) 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