deepagents-code==0.1.53

parruda/swarmdeepagents-code==0.1.53Aug 6, 2026by github-actions[bot]

AI Summary

A patch release adding pricing coverage features, terminal trace metadata, and various bug fixes for runtime stability.

Key Highlights

  • Added pricing coverage with Baseten overrides and local fallbacks.
  • Added terminal program trace metadata.
  • Fixed leaked turn coroutines and SQLite handles.

New Features

  • Added pricing coverage with Baseten built-in overrides
  • Added local pricing overrides as fallback
  • Suggest compacting large resumed threads
  • Added terminal program trace metadata

Full Release Notes

### Features

- Added pricing coverage with Baseten built-in overrides and local fallback overrides when `genai-prices` is missing data ([#5312](https://github.com/langchain-ai/deepagents/issues/5312), [#5304](https://github.com/langchain-ai/deepagents/issues/5304)).
- Suggest compacting large resumed threads ([#5318](https://github.com/langchain-ai/deepagents/issues/5318)).
- Added terminal program trace metadata ([#5329](https://github.com/langchain-ai/deepagents/issues/5329)).

### Bug Fixes

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

---

Internal maintainers: @johannes117, @mdrxy

Released by: @mdrxy

<details>
<summary>Git log since deepagents-code==0.1.52</summary>

This commit history includes changes to this package. Commits are listed newest first.

- [`0bd15dc`](https://github.com/langchain-ai/deepagents/commit/0bd15dc0e1c52fafdd404f91b7a172312b8f0fec) release(deepagents-code): 0.1.53 (#5310)
- [`72bfc1e`](https://github.com/langchain-ai/deepagents/commit/72bfc1e68574909ceb929be869c66fbdc9fe5a1d) fix(code): open `/auto model` selector immediately while connecting (#5341)
- [`63aa129`](https://github.com/langchain-ai/deepagents/commit/63aa129036cc93e52f65540acb1b83c64bad9c09) chore(code): harden installer downloads, PATH setup, and shell coverage (#5336)
- [`bd2079b`](https://github.com/langchain-ai/deepagents/commit/bd2079bbd597ff7f28db5466e0c62434b84d6ff1) style(code): trim Auto classifier picker copy and show active model (#5311)
- [`8cdee15`](https://github.com/langchain-ai/deepagents/commit/8cdee15bbc54381229a686f8263656be0202b9b5) fix(code): always restart after a successful startup auto-update (#5317)
- [`920fb66`](https://github.com/langchain-ai/deepagents/commit/920fb66763e85b759c2ec3cac090bccd7f05b55f) fix(code): use dismissed copy for ask-user prompts (#5331)
- [`cb2329d`](https://github.com/langchain-ai/deepagents/commit/cb2329d1ec480455a7ba4e2b277cbd727c9215c7) feat(code): suggest compacting large resumed threads (#5318)
- [`7d97097`](https://github.com/langchain-ai/deepagents/commit/7d9709700dd24cc2477cd091f01de990f23ee4a9) fix(code): keep MCP shutdown-race traceback off the terminal (#5325)
- [`8d3a1a9`](https://github.com/langchain-ai/deepagents/commit/8d3a1a929f7569630060ab68862b2a21c382d58c) feat(code): `dcode_term_program` trace metadata (#5329)
- [`a6e2608`](https://github.com/langchain-ai/deepagents/commit/a6e2608c382be362163e4f26f5ccc544cc13ccbd) chore(deps): bump `langchain-anthropic` to 1.5.4 (#5332)
- [`768b061`](https://github.com/langchain-ai/deepagents/commit/768b061805f65a36c71a1ad8f6a41b4e67063e91) fix(code): preserve runtime offload archive routing (#5328)
- [`c1f4ac3`](https://github.com/langchain-ai/deepagents/commit/c1f4ac3d53b3231d80be97691763850d230e8080) fix(code): route failures to `PostToolUseFailure` (#5315)
- [`f34ffa0`](https://github.com/langchain-ai/deepagents/commit/f34ffa0cb8c0c7943b116a753535df47e32de2a3) feat(code): add Baseten built-in pricing overrides (#5312)
- [`89bcaf2`](https://github.com/langchain-ai/deepagents/commit/89bcaf2c31ab347cb4cb4563bc18f296dbecea08) feat(code): local pricing overrides as a fallback when genai-prices misses (#5304)
- [`994799b`](https://github.com/langchain-ai/deepagents/commit/994799b2f25950eb76e1085b5026d1f19eceb563) fix(code): stop leaking turn coroutines and sqlite handles (#5218)

</details>