deepagents-code==0.1.43
langchain-ai/deepagentsdeepagents-code==0.1.43Jul 17, 2026by github-actions[bot]
AI Summary
Added classifier-backed Auto approval mode behind an environment variable. Added shutdown toast for deferred exits. Task descriptions can now be expanded by clicking or pressing Ctrl+O. Debug Console clears with Ctrl+L persist after reopening.
Key Highlights
- Added classifier-backed Auto approval mode behind an environment variable.
- Added shutdown toast for deferred exits.
- Task descriptions can be expanded by clicking or pressing Ctrl+O.
- Debug Console clears persist after reopening.
New Features
- Classifier-backed Auto approval mode
- Shutdown toast for deferred exits
- Expand truncated task descriptions on click or Ctrl+O
- Persist Debug Console Ctrl+L clear across reopen
Full Release Notes
### Features - Added classifier-backed Auto approval mode behind `DEEPAGENTS_CODE_EXPERIMENTAL=1` ([#4804](https://github.com/langchain-ai/deepagents/issues/4804)). - Added a shutdown toast for deferred exits ([#4830](https://github.com/langchain-ai/deepagents/issues/4830)). - Task descriptions that were truncated can now be expanded by clicking or pressing `Ctrl+O` ([#4811](https://github.com/langchain-ai/deepagents/issues/4811)). - Debug Console clears with `Ctrl+L` now persist after reopening ([#4812](https://github.com/langchain-ai/deepagents/issues/4812)). - Added debug logging for skill-name override collisions ([#4772](https://github.com/langchain-ai/deepagents/issues/4772)). ### Bug Fixes - Keep chat input responsive during `/restart` ([#4808](https://github.com/langchain-ai/deepagents/issues/4808)). - Fixed paste placeholders disappearing when backspacing a newline below them ([#4757](https://github.com/langchain-ai/deepagents/issues/4757)). - Made markdown `AppMessage` output selectable ([#4814](https://github.com/langchain-ai/deepagents/issues/4814)). - Fixed live tool-group counts to include only running tools ([#4809](https://github.com/langchain-ai/deepagents/issues/4809)). - Kept `task` timers monotonic across nested subagent human-in-the-loop flows ([#4771](https://github.com/langchain-ai/deepagents/issues/4771)). - Preserved goal criteria proposals when marker clearing fails ([#4785](https://github.com/langchain-ai/deepagents/issues/4785)). - Reduced repeated probing of an unreachable Ollama daemon to once per reload ([#4806](https://github.com/langchain-ai/deepagents/issues/4806)). - Quieted MCP auth-skip debug logging for known patterns ([#4805](https://github.com/langchain-ai/deepagents/issues/4805)). - Improved `/version` diagnostics for editable installs and core dependency reporting, including surfacing `langchain-quickjs` ([#4816](https://github.com/langchain-ai/deepagents/issues/4816), [#4813](https://github.com/langchain-ai/deepagents/issues/4813)). - Removed the `uv install` tip from the `/version` update hint ([#4822](https://github.com/langchain-ai/deepagents/issues/4822)). --- Internal maintainers: @mdrxy Released by: @mdrxy <details> <summary>Git log since deepagents-code==0.1.42</summary> This commit history includes changes to this package. Commits are listed newest first. - [`e14e0ad`](https://github.com/langchain-ai/deepagents/commit/e14e0adcbe78565ed3650e7f24b2a775d5437d25) release(deepagents-code): 0.1.43 (#4825) - [`eae7c28`](https://github.com/langchain-ai/deepagents/commit/eae7c28f1152a5116b5b330c9fa1088ce173656d) feat(code): classifier-backed Auto approval mode (#4804) - [`a8a05f5`](https://github.com/langchain-ai/deepagents/commit/a8a05f58f2ffb755bf373cd8f9a4cced2778370c) feat(code): shutdown toast for deferred exits (#4830) - [`3f82114`](https://github.com/langchain-ai/deepagents/commit/3f82114c374f71f740c37a990cd96b1578a318ac) refactor(code): drop `config list`/`ls` aliases for `config show` (#4783) - [`a915c59`](https://github.com/langchain-ai/deepagents/commit/a915c590dfb7c50d9bf697953ce724bad8dd4149) fix(code): keep chat input responsive during `/restart` (#4808) - [`7408378`](https://github.com/langchain-ai/deepagents/commit/7408378896344e4db7dbc45a35ae6b02cc746d31) fix(code): disentangle version diagnostics for editable installs (#4816) - [`6952011`](https://github.com/langchain-ai/deepagents/commit/69520118a7f96866a5e92e7b31894d8ba3312938) fix(code): keep `task` timers monotonic across nested subagent HITL (#4771) - [`4e618f0`](https://github.com/langchain-ai/deepagents/commit/4e618f07b4b00f94133b4d1c105011c438cb35be) fix(code): drop `uv install` tip from `/version` update hint (#4822) - [`487b25f`](https://github.com/langchain-ai/deepagents/commit/487b25f885c74b43ad2df837c6c0f6c45626be2a) fix(code): keep goal criteria proposal when marker clear fails (#4785) - [`c2c27d6`](https://github.com/langchain-ai/deepagents/commit/c2c27d621b63d5af18870e034f99355dc410cbda) fix(code): quiet MCP auth-skip debug logging for known patterns (#4805) - [`2ddb551`](https://github.com/langchain-ai/deepagents/commit/2ddb551bd77d210d689f3a75037259ade4fbf54a) feat(code): expand truncated `task` descriptions on click or `Ctrl+O` (#4811) - [`f5c3259`](https://github.com/langchain-ai/deepagents/commit/f5c32592461a990143445067e22083adea7c1107) style(code): show enabled plugin status in green (#4821) - [`ea82538`](https://github.com/langchain-ai/deepagents/commit/ea825386b3c817f8461ea9e92c71de3411991e2a) fix(code): keep paste placeholder when backspacing newline below it (#4757) - [`be8e521`](https://github.com/langchain-ai/deepagents/commit/be8e5214a06225acce6c0363eb14ed4c14db2f59) style(code): drop hardcoded indent from `ls` and `write_todos` output (#4762) - [`77603c6`](https://github.com/langchain-ai/deepagents/commit/77603c69e2eeededf6f1df68b384da27f7d2843f) feat(code): debug-log skill-name override collisions (#4772) - [`45baf6c`](https://github.com/langchain-ai/deepagents/commit/45baf6c7a47e08e656ba56eb76beea30a9956403) fix(code): probe unreachable Ollama daemon once per reload (#4806) - [`4d483fd`](https://github.com/langchain-ai/deepagents/commit/4d483fdf39b6d7c691322041a4fc58be06ecfd6b) fix(code): count only running tools in live tool-group line (#4809) - [`20089a5`](https://github.com/langchain-ai/deepagents/commit/20089a53703b031726fdc898831bb09f434527b7) feat(code): persist Debug Console `Ctrl+L` clear across reopen (#4812) - [`2d6b2ce`](https://github.com/langchain-ai/deepagents/commit/2d6b2ceeda97f8c77d1b3ea70c674b076e7d713f) fix(code): make markdown `AppMessage` output selectable (#4814) - [`4112392`](https://github.com/langchain-ai/deepagents/commit/41123924da6f6aa0243b51f2374210bee86df089) fix(code): surface `langchain-quickjs` in `/version` core deps (#4813) </details>