Skip to content

release(deepagents-code): 0.1.7 - #3625

Merged
Mason Daugherty (mdrxy) merged 4 commits into
mainfrom
release-please--branches--main--components--deepagents-code
May 30, 2026
Merged

release(deepagents-code): 0.1.7#3625
Mason Daugherty (mdrxy) merged 4 commits into
mainfrom
release-please--branches--main--components--deepagents-code

Conversation

@github-actions

@github-actions github-actions Bot commented May 27, 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.


Everything below this line will be the GitHub release body.


0.1.7 (2026-05-30)

Features

  • Add toggleable message timestamp footers (#3662) (977e110)

Bug Fixes

  • Fix zero tool MCP server rendering (#3649) (7e7a567)
  • Centralize debug logging setup to package root (#3650) (5145ed1)
  • Char-truncate execute tool preview output (#3627) (bb276e2)
  • Handle stale slash-command Enter before completion popup renders (#3647) (9a28742)
  • Keep chat input focused when clicking a message (#3655) (daf6571)
  • Mention Ctrl+R in MCP reconnect toast (#3622) (3b4b086)
  • Prevent duplicate-id crash on MCP reconnect and clipboard NoScreen (#3632) (6b9a3c0)
  • Reconstruct message counts for DeltaChannel threads from writes table (#3668) (27e1940)
  • Render MCP tool errors and drop empty-string optional params (#3624) (fdf3db4)
  • Respect line width in tool output previews (#3646) (ba1ad2d)
  • Restore resumed thread model (#3651) (550a8ab)
  • Tool spinner, result formatting, and expand-hint fixes (#3661) (54485a3)

Everything above this line will be the GitHub release body.


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 May 27, 2026
@github-actions
github-actions Bot force-pushed the release-please--branches--main--components--deepagents-code branch 25 times, most recently from 696bd98 to 20a9412 Compare May 29, 2026 20:21
@github-actions
github-actions Bot force-pushed the release-please--branches--main--components--deepagents-code branch 5 times, most recently from 6018c29 to e95e669 Compare May 30, 2026 04:25
@github-actions
github-actions Bot force-pushed the release-please--branches--main--components--deepagents-code branch from 8302b53 to 45d3e34 Compare May 30, 2026 04:36
@mdrxy
Mason Daugherty (mdrxy) merged commit cf0c4b2 into main May 30, 2026
49 of 50 checks passed
@mdrxy
Mason Daugherty (mdrxy) deleted the release-please--branches--main--components--deepagents-code branch May 30, 2026 04:43
@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 May 30, 2026
Marcelo5444 pushed a commit to Marcelo5444/deepagents that referenced this pull request Jul 30, 2026
> [!CAUTION]
> Merging this PR will automatically publish to **PyPI** and create a
**GitHub release**.

For the full release process, see
[`.github/RELEASING.md`](https://github.com/langchain-ai/deepagents/blob/main/.github/RELEASING.md).

---

_Everything below this line will be the GitHub release body._

---


##
[0.1.7](langchain-ai/deepagents@deepagents-code==0.1.6...deepagents-code==0.1.7)
(2026-05-30)

### Features

* Add toggleable message timestamp footers
([langchain-ai#3662](langchain-ai#3662))
([977e110](langchain-ai@977e110))

### Bug Fixes

* Fix zero tool MCP server rendering
([langchain-ai#3649](langchain-ai#3649))
([7e7a567](langchain-ai@7e7a567))
* Centralize debug logging setup to package root
([langchain-ai#3650](langchain-ai#3650))
([5145ed1](langchain-ai@5145ed1))
* Char-truncate execute tool preview output
([langchain-ai#3627](langchain-ai#3627))
([bb276e2](langchain-ai@bb276e2))
* Handle stale slash-command `Enter` before completion popup renders
([langchain-ai#3647](langchain-ai#3647))
([9a28742](langchain-ai@9a28742))
* Keep chat input focused when clicking a message
([langchain-ai#3655](langchain-ai#3655))
([daf6571](langchain-ai@daf6571))
* Mention `Ctrl+R` in MCP reconnect toast
([langchain-ai#3622](langchain-ai#3622))
([3b4b086](langchain-ai@3b4b086))
* Prevent duplicate-id crash on MCP reconnect and clipboard `NoScreen`
([langchain-ai#3632](langchain-ai#3632))
([6b9a3c0](langchain-ai@6b9a3c0))
* Reconstruct message counts for `DeltaChannel` threads from writes
table ([langchain-ai#3668](langchain-ai#3668))
([27e1940](langchain-ai@27e1940))
* Render MCP tool errors and drop empty-string optional params
([langchain-ai#3624](langchain-ai#3624))
([fdf3db4](langchain-ai@fdf3db4))
* Respect line width in tool output previews
([langchain-ai#3646](langchain-ai#3646))
([ba1ad2d](langchain-ai@ba1ad2d))
* Restore resumed thread model
([langchain-ai#3651](langchain-ai#3651))
([550a8ab](langchain-ai@550a8ab))
* Tool spinner, result formatting, and expand-hint fixes
([langchain-ai#3661](langchain-ai#3661))
([54485a3](langchain-ai@54485a3))

---

_Everything above this line will be the GitHub release body._

---

> [!NOTE]
> A **New Contributors** section is appended to the GitHub release notes
automatically at publish time (see [Release
Pipeline](https://github.com/langchain-ai/deepagents/blob/main/.github/RELEASING.md#release-pipeline),
step 2).

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Mason Daugherty <mason@langchain.dev>
Co-authored-by: Mason Daugherty <github@mdrxy.com>
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