deepagents-code==0.1.65

usestrix/strixdeepagents-code==0.1.65Aug 28, 2026by github-actions[bot]

AI Summary

This release focuses on enhancing Python extension support and improving reliability through bug fixes. Key additions include full Python extension lifecycle management and a new command to configure the summarization model. It also introduces a UI option to show visible reasoning and fixes various stability issues related to model streams and server restarts.

Key Highlights

  • Added comprehensive Python extension support (discovery, configuration, loading, runtime hosting, trust, and inspection UX).
  • Added a `/summarization-model` command and model picker for configuring the summarization model.
  • Improved reliability by retrying interrupted model streams and recovering stale pending work before compaction.
  • Added an option to show visible reasoning.
  • Improved server restart handling by waiting for graph readiness before continuing.

New Features

  • Python extension support (discovery, configuration, loading, runtime hosting, trust, and inspection UX).
  • /summarization-model command and model picker.
  • Optional extra uninstall commands.
  • Option to show visible reasoning.

Full Release Notes

### Features

- Added Python extension support, including discovery, configuration and loading, runtime hosting, and trust and inspection UX ([#5631](https://github.com/langchain-ai/deepagents/issues/5631), [#5632](https://github.com/langchain-ai/deepagents/issues/5632), [#5633](https://github.com/langchain-ai/deepagents/issues/5633), [#5634](https://github.com/langchain-ai/deepagents/issues/5634))
- Added a `/summarization-model` command and model picker for configuring the summarization model ([#5884](https://github.com/langchain-ai/deepagents/issues/5884), [#5932](https://github.com/langchain-ai/deepagents/issues/5932))
- Added support for optional extra uninstall commands ([#5875](https://github.com/langchain-ai/deepagents/issues/5875))
- Added an option to show visible reasoning ([#5887](https://github.com/langchain-ai/deepagents/issues/5887))

### Bug Fixes

- Improved model and task reliability by retrying interrupted model streams, recovering stale pending work before compaction, and isolating parallel `task` failures ([#5905](https://github.com/langchain-ai/deepagents/issues/5905), [#5909](https://github.com/langchain-ai/deepagents/issues/5909), [#5954](https://github.com/langchain-ai/deepagents/issues/5954))
- Improved server restart handling by waiting for graph readiness before continuing ([#5947](https://github.com/langchain-ai/deepagents/issues/5947))
- Capped MCP tool names for provider compatibility ([#5953](https://github.com/langchain-ai/deepagents/issues/5953))
- Fixed Auto approval gate path expansion handling and now records Auto classifier deadline misses as traced errors ([#5941](https://github.com/langchain-ai/deepagents/issues/5941), [#5944](https://github.com/langchain-ai/deepagents/issues/5944))
- Completed ASCII UI fallbacks and hid inactive F2 tool hints ([#5930](https://github.com/langchain-ai/deepagents/issues/5930), [#5939](https://github.com/langchain-ai/deepagents/issues/5939))
- Isolated debug logs by thread ([#5921](https://github.com/langchain-ai/deepagents/issues/5921))
- Updated rubric grader model changes to apply without a restart ([#5885](https://github.com/langchain-ai/deepagents/issues/5885))

---

Internal maintainers: @aolsenjazz, @mdrxy

Released by: @mdrxy

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

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

- [`a233ded`](https://github.com/langchain-ai/deepagents/commit/a233ded7cffd4cc5c81e5767780bf93472dd8fe7) release(deepagents-code): 0.1.65 (#5929)
- [`0ac6ee4`](https://github.com/langchain-ai/deepagents/commit/0ac6ee4ddd032d11e50e346cad829c6a255e0fb8) docs(code): remove streaming retry design (#5957)
- [`0eb8e57`](https://github.com/langchain-ai/deepagents/commit/0eb8e578708a18c3a789f76c4bb13d92bd768192) fix(code): cap MCP tool names for provider compatibility (#5953)
- [`e0a474f`](https://github.com/langchain-ai/deepagents/commit/e0a474fed575992abc991f6a8049cc8e18e328c0) fix(code): isolate parallel `task` failures (#5954)
- [`46dea07`](https://github.com/langchain-ai/deepagents/commit/46dea076a77f2b580829b5a211469c68b8924f2a) fix(code): guard path expansion in the Auto approval gate (#5941)
- [`9a643c7`](https://github.com/langchain-ai/deepagents/commit/9a643c75843a95d3ef770ac69dd1452435596efe) fix(code): record Auto classifier deadline as a traced error (#5944)
- [`358bc33`](https://github.com/langchain-ai/deepagents/commit/358bc3347135793afd12b8b387bda94e61bb6f07) fix(code): wait for graph readiness after server restart (#5947)
- [`f90d4fe`](https://github.com/langchain-ai/deepagents/commit/f90d4fe114efe1de1e3d8dd8e5aee5b9f631093d) feat(code): open summarization model picker (#5932)
- [`fd7ba1a`](https://github.com/langchain-ai/deepagents/commit/fd7ba1ac47e9afbf7a60a40010f72130ff47ee25) fix(code): hide inactive F2 tool hint (#5939)
- [`e9a1623`](https://github.com/langchain-ai/deepagents/commit/e9a16234f14ea570e04a936cf8070156d01eae99) fix(code): complete ASCII UI fallbacks (#5930)
- [`77b0f01`](https://github.com/langchain-ai/deepagents/commit/77b0f018f9d736c9409e44d03edaf9985b59f271) chore(deps): raise dependency minimums for `all` (#5936)
- [`457ac43`](https://github.com/langchain-ai/deepagents/commit/457ac435e1216d3f7cac76d4e856b7aa020b5ea8) feat(code): optionally show visible reasoning (#5887)
- [`4f34c51`](https://github.com/langchain-ai/deepagents/commit/4f34c51d4b9f6ed508af6a8e1ca6dbcf6e3e3877) feat(code): add `/summarization-model` (#5884)
- [`213f0c8`](https://github.com/langchain-ai/deepagents/commit/213f0c8a7dd01febff2a52c9ca0ea61b2cd8fd9d) fix(code): recover stale pending work before compaction (#5909)
- [`d36f226`](https://github.com/langchain-ai/deepagents/commit/d36f22694d4b5d9ac9fa806292389954861cd53b) feat(code): add optional extra uninstall commands (#5875)
- [`cf8cbcd`](https://github.com/langchain-ai/deepagents/commit/cf8cbcd371943375d10aae113e01f1ca674924be) docs(code): remove managed configuration from README (#5931)
- [`4358cce`](https://github.com/langchain-ai/deepagents/commit/4358ccee79dc9350600af02e4e52633b919d7382) fix(code): isolate debug logs by thread (#5921)
- [`dfcd941`](https://github.com/langchain-ai/deepagents/commit/dfcd9417a88c774a232de33e41bb0e69d76ec7ce) fix(code): retry interrupted model streams (#5905)
- [`428e760`](https://github.com/langchain-ai/deepagents/commit/428e760668d8fdfbb920966e2969c76040e30745) fix(code): update rubric grader model without restart (#5885)

</details>