deepagents-code==0.1.57

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

AI Summary

This release adds a new `multi_select` question type for `ask_user` and introduces support for ACP approval modes. It also allows users to resize the chat input and includes the DeepSeek-V4-Pro model in the picker.

Key Highlights

  • Added a `multi_select` question type to `ask_user`
  • Added support for ACP approval modes
  • Made the chat input resizable by dragging its top border
  • Added `DeepSeek-V4-Pro-0813` to the model picker

New Features

  • Added warnings before expensive cold-cache turns
  • Made the chat input resizable by dragging its top border
  • Added a `multi_select` question type to `ask_user`
  • Added support for ACP approval modes
  • Added `DeepSeek-V4-Pro-0813` to the model picker
  • Show conversation turns alongside message counts
  • Include `TERM_PROGRAM` in the resume hint

Full Release Notes

### Features

- Added warnings before expensive cold-cache turns and trust user-declared endpoints for cold-cache policies ([#5439](https://github.com/langchain-ai/deepagents/issues/5439), [#5462](https://github.com/langchain-ai/deepagents/issues/5462)).
- Made the chat input resizable by dragging its top border ([#5524](https://github.com/langchain-ai/deepagents/issues/5524)).
- Added a `multi_select` question type to `ask_user` ([#5097](https://github.com/langchain-ai/deepagents/issues/5097)).
- Added support for ACP approval modes ([#5394](https://github.com/langchain-ai/deepagents/issues/5394)).
- Added `DeepSeek-V4-Pro-0813` to the model picker ([#5512](https://github.com/langchain-ai/deepagents/issues/5512)).
- Show conversation turns alongside message counts ([#5571](https://github.com/langchain-ai/deepagents/issues/5571)).
- Include `TERM_PROGRAM` in the resume hint ([#5548](https://github.com/langchain-ai/deepagents/issues/5548)).

### Bug Fixes

- Report total context after `/offload` ([#5488](https://github.com/langchain-ai/deepagents/issues/5488)).
- Fixed transcript and thread restoration issues, including hydration lag, scrolling resumed threads to the bottom, and hiding empty previous-thread hints ([#5479](https://github.com/langchain-ai/deepagents/issues/5479), [#5543](https://github.com/langchain-ai/deepagents/issues/5543), [#5552](https://github.com/langchain-ai/deepagents/issues/5552)).
- Fixed Auto-mode approval handling by binding “yes” to the paired `ask_user` question and avoiding duplicate Auto denial notices ([#5038](https://github.com/langchain-ai/deepagents/issues/5038), [#5501](https://github.com/langchain-ai/deepagents/issues/5501)).
- Improved reload behavior by keeping the chat input responsive during `/reload`, reporting MCP server changes, and avoiding plugin reload prompt flashes or startup hints ([#5529](https://github.com/langchain-ai/deepagents/issues/5529), [#5504](https://github.com/langchain-ai/deepagents/issues/5504), [#5500](https://github.com/langchain-ai/deepagents/issues/5500), [#5502](https://github.com/langchain-ai/deepagents/issues/5502)).
- Improved dependency update UI by preserving editable fields and hiding dependency details after updates ([#5521](https://github.com/langchain-ai/deepagents/issues/5521), [#5519](https://github.com/langchain-ai/deepagents/issues/5519)).
- Fixed chat UI polish issues, including detached spacer mount anchors, the unfocused input cursor, and relative timestamp toggle display ([#5516](https://github.com/langchain-ai/deepagents/issues/5516), [#5258](https://github.com/langchain-ai/deepagents/issues/5258), [#5503](https://github.com/langchain-ai/deepagents/issues/5503)).
- Refresh the splash version after updates ([#5520](https://github.com/langchain-ai/deepagents/issues/5520)).

---

Internal maintainers: @johannes117, @mdrxy

Released by: @mdrxy

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

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

- [`57e15ea`](https://github.com/langchain-ai/deepagents/commit/57e15ea63a5c6c77ffde82dba0497e70cda52387) release(deepagents-code): 0.1.57 (#5515)
- [`00b8f3a`](https://github.com/langchain-ai/deepagents/commit/00b8f3ab91dca4f81780ad985f560f577d90f5e9) hotfix(code): wait for terminal resize layout (#5576)
- [`f4f138d`](https://github.com/langchain-ai/deepagents/commit/f4f138db65484d4938ef3759cb26cec1e789357d) fix(code): bind Auto-mode "yes" to the paired `ask_user` question (#5038)
- [`107980e`](https://github.com/langchain-ai/deepagents/commit/107980e387b3fa060c2b33e9bd31b57c387eddb6) feat(code): trust user-declared endpoints for cold-cache policies (#5462)
- [`5d806c8`](https://github.com/langchain-ai/deepagents/commit/5d806c88cf2a8b10d9b13b832540151491c13e19) fix(code): report total context after `/offload` (#5488)
- [`8d2298f`](https://github.com/langchain-ai/deepagents/commit/8d2298ff54797e224233349e4baf68e19b110040) feat(code): warn before expensive cold-cache turns (#5439)
- [`3dd4fe5`](https://github.com/langchain-ai/deepagents/commit/3dd4fe5cdc548f5408d5b74b82084d9d4c01a664) feat(code): show conversation turns alongside message counts (#5571)
- [`41395c5`](https://github.com/langchain-ai/deepagents/commit/41395c586d9743550c27073260539724a4bfedd3) fix(code): avoid duplicate Auto denial notices (#5501)
- [`3c8cae6`](https://github.com/langchain-ai/deepagents/commit/3c8cae6fa44d4e12062fdb10421b48587925eade) fix(code): avoid transcript hydration lag (#5479)
- [`dc029ef`](https://github.com/langchain-ai/deepagents/commit/dc029ef5072e9114125e4d332d3631dc1c3d4883) fix(code): defer plugin reload hint during startup (#5502)
- [`e03f030`](https://github.com/langchain-ai/deepagents/commit/e03f03026984bf4bdeb8bd661707f29a4d682738) fix(code): avoid plugin reload prompt flash (#5500)
- [`c325e7c`](https://github.com/langchain-ai/deepagents/commit/c325e7c10929b701c8b368331de36d16b322564f) style(code): preserve subagent hint at narrow widths (#5410)
- [`c66d9b8`](https://github.com/langchain-ai/deepagents/commit/c66d9b8500f120d6552af258750da8bb0dede7b8) fix(code): hide chat input cursor while unfocused (#5258)
- [`96d72a1`](https://github.com/langchain-ai/deepagents/commit/96d72a188bf951c9d3ca103e6611dcb50961af93) fix(code): condition relative timestamp toggle (#5503)
- [`3cdc821`](https://github.com/langchain-ai/deepagents/commit/3cdc82181bc94a904290cce23db04d8a1341b123) feat(code): carry `TERM_PROGRAM` into the resume hint (#5548)
- [`0f5bd4f`](https://github.com/langchain-ai/deepagents/commit/0f5bd4f3356d0fcbdea436a27c8011629416a61c) fix(code): hide empty previous-thread hints (#5552)
- [`1c6d358`](https://github.com/langchain-ai/deepagents/commit/1c6d358c60306aad2af0067dcca76f85f4deeba1) fix(code): scroll resumed threads to the bottom (#5543)
- [`ed3b15f`](https://github.com/langchain-ai/deepagents/commit/ed3b15f32a26033ca0b8395aebc26ca8cabb7e50) style(code): keep highlighted `/model` rows readable (#5245)
- [`b16a740`](https://github.com/langchain-ai/deepagents/commit/b16a74085af0057a24ce00f23a6a165bf5f21ed2) fix(code): report MCP server changes on reload (#5504)
- [`fcc019b`](https://github.com/langchain-ai/deepagents/commit/fcc019beb731d1f81aab66ba345ce432fbb1e3d9) style(code): separate usage summary sections (#5525)
- [`878ab3e`](https://github.com/langchain-ai/deepagents/commit/878ab3e20d35de63001476d5e68c29b12fad4f12) feat(code): add `multi_select` question type to `ask_user` (#5097)
- [`5aa266e`](https://github.com/langchain-ai/deepagents/commit/5aa266eab5ca0aedee58367c63599a926863d2cf) fix(code): keep chat input responsive during `/reload` (#5529)
- [`cf7578d`](https://github.com/langchain-ai/deepagents/commit/cf7578d1c3403bde960a43cba51f5dad7c336cb3) fix(code): hide dependency details after updates (#5519)
- [`f0446c8`](https://github.com/langchain-ai/deepagents/commit/f0446c8c8aecff243545fe0c551a6539ccf482a2) fix(code): preserve editables during dependency refresh (#5521)
- [`7772a14`](https://github.com/langchain-ai/deepagents/commit/7772a1495440739130b8b613aa69433fbc0afbad) feat(code): support ACP approval modes (#5394)
- [`b9fa4b6`](https://github.com/langchain-ai/deepagents/commit/b9fa4b6ce5603c9c3e65c331b4480a979de41dce) style(code): restore active-question side line for multi-question `ask_user` menus (#5539)
- [`c2ec5e6`](https://github.com/langchain-ai/deepagents/commit/c2ec5e6d9f85bf114a3666bba982de0c63ec5eb5) fix(code): refresh splash version after update (#5520)
- [`59ae459`](https://github.com/langchain-ai/deepagents/commit/59ae459691e67af65ed5dd299817781b6ee36152) chore(deps): bump genai-prices in deepagents-code to 0.1.3 (#5530)
- [`e34b85d`](https://github.com/langchain-ai/deepagents/commit/e34b85de2fe55e30c3db2353736344d534ac434b) test(code): run CLI end-to-end tests asynchronously and de-flake exit teardown (#5518)
- [`d01e4ac`](https://github.com/langchain-ai/deepagents/commit/d01e4ac5bf36752e5c89c1c6645d486282cb611f) feat(code): resize chat input by dragging its top border (#5524)
- [`a38dc42`](https://github.com/langchain-ai/deepagents/commit/a38dc4297b225e424207df5efd7dec0cf38ce832) fix(code): avoid detached spacer mount anchors (#5516)
- [`cd762dd`](https://github.com/langchain-ai/deepagents/commit/cd762dd4e27ab131d70cd7b0e6e3eb43e17f9de0) chore(deps): bump genai-prices in deepagents-code to 0.1.2 (#5511)
- [`f23d81b`](https://github.com/langchain-ai/deepagents/commit/f23d81b910b7c3343fda293d70f0a75d44f45ba0) feat(code): add `DeepSeek-V4-Pro-0813` to model picker (#5512)

</details>