deepagents-code==0.1.56

langchain-ai/deepagentsdeepagents-code==0.1.56Aug 14, 2026by github-actions[bot]

AI Summary

This release improves the user experience by personalizing external editor hints and queuing copy commands during active generation. It also fixes issues related to forced-compaction forks and cache metrics visibility.

Key Highlights

  • Personalized external editor hints
  • Queued `/copy` commands while generation is active
  • Fixed forced-compaction forks by preserving the `session_id`
  • Hid invalid cache metrics from the UI

New Features

  • Personalized external editor hints to better match your setup

Full Release Notes

### Features

- Personalized external editor hints to better match your setup ([#5445](https://github.com/langchain-ai/deepagents/issues/5445))

### Bug Fixes

- Improved dependency warning, Auto classifier, and paste expansion messages for clearer, more concise prompts and toasts ([#5489](https://github.com/langchain-ai/deepagents/issues/5489), [#5446](https://github.com/langchain-ai/deepagents/issues/5446), [#5443](https://github.com/langchain-ai/deepagents/issues/5443))
- Queued `/copy` commands while generation is active so they run at the right time ([#5447](https://github.com/langchain-ai/deepagents/issues/5447))
- Hid invalid cache metrics from the UI ([#5475](https://github.com/langchain-ai/deepagents/issues/5475))
- Fixed forced-compaction forks by preserving the `session_id` ([#5492](https://github.com/langchain-ai/deepagents/issues/5492))
- Stopped passing the removed `checkpoint_metadata` field ([#5473](https://github.com/langchain-ai/deepagents/issues/5473))

---

Internal maintainers: @johannes117, @mdrxy

Released by: @mdrxy

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

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

- [`fbd5ac3`](https://github.com/langchain-ai/deepagents/commit/fbd5ac37230fbd800206b6011117980cfb52799f) release(deepagents-code): 0.1.56 (#5458)
- [`33a57cb`](https://github.com/langchain-ai/deepagents/commit/33a57cbe6808e3da5f4067b7567f77845578ff61) fix(code): hide invalid cache metrics (#5475)
- [`8eb35f6`](https://github.com/langchain-ai/deepagents/commit/8eb35f61d44baaf2d5a2b409b188b9c18d30f598) chore(deps): bump deepagents pin in deepagents-code to 0.7.6 (#5495)
- [`3afad63`](https://github.com/langchain-ai/deepagents/commit/3afad63e2290559c36a1c386ab2ac9a2d1f8b64a) release(deepagents): 0.7.6 (#5491)
- [`33d323c`](https://github.com/langchain-ai/deepagents/commit/33d323c98bda90c7fe75bcf4a44fb083ed87fa81) fix(code): thread `session_id` through forced-compaction fork (#5492)
- [`31e4941`](https://github.com/langchain-ai/deepagents/commit/31e49418c7538542ff30b2701cf8ac9d1182bbeb) fix(code): clarify dependency warning prompt (#5489)
- [`2d3ec54`](https://github.com/langchain-ai/deepagents/commit/2d3ec5410db5953a21863ae6bc9ab43bd2607489) chore(deps): raise dependency minimums for `deepagents-code` (#5481)
- [`61ae398`](https://github.com/langchain-ai/deepagents/commit/61ae398a60a2f6c23954d89332950570e0b6b431) fix(code): stop passing removed `checkpoint_metadata` (#5473)
- [`4d2db04`](https://github.com/langchain-ai/deepagents/commit/4d2db042b279b33d6e0b031341938c3f3ce42d34) chore(deps): bump genai-prices in deepagents-code to 0.1.2 (#5476)
- [`f3b4f7d`](https://github.com/langchain-ai/deepagents/commit/f3b4f7d361f936553533a1541c933b7bceb20cc1) test(code): close leaked resources behind unraisable warnings (#5472)
- [`217b9eb`](https://github.com/langchain-ai/deepagents/commit/217b9eb372fa51b0439434f31abc3ac22e6cd7f2) fix(code): simplify paste expansion toast (#5443)
- [`78a4811`](https://github.com/langchain-ai/deepagents/commit/78a48111d743354a4da95650407c66a383691716) style(code): simplify `ask_user` question presentation (#5444)
- [`b72b3dd`](https://github.com/langchain-ai/deepagents/commit/b72b3dd72e0a31962ebf19261dba547462b4e394) feat(code): personalize external editor hints (#5445)
- [`c43919c`](https://github.com/langchain-ai/deepagents/commit/c43919c5c05643d03cf00009339cd0e4d3c17d6d) fix(code): shorten Auto classifier selection message (#5446)
- [`8dfe282`](https://github.com/langchain-ai/deepagents/commit/8dfe282006108dd0c47c50d5a1e3a41558e14723) fix(code): queue `/copy` during active generation (#5447)

</details>