deepagents-code==0.1.43
Features
- Added classifier-backed Auto approval mode behind
DEEPAGENTS_CODE_EXPERIMENTAL=1(#4804). - Added a shutdown toast for deferred exits (#4830).
- Task descriptions that were truncated can now be expanded by clicking or pressing
Ctrl+O(#4811). - Debug Console clears with
Ctrl+Lnow persist after reopening (#4812). - Added debug logging for skill-name override collisions (#4772).
Bug Fixes
- Keep chat input responsive during
/restart(#4808). - Fixed paste placeholders disappearing when backspacing a newline below them (#4757).
- Made markdown
AppMessageoutput selectable (#4814). - Fixed live tool-group counts to include only running tools (#4809).
- Kept
tasktimers monotonic across nested subagent human-in-the-loop flows (#4771). - Preserved goal criteria proposals when marker clearing fails (#4785).
- Reduced repeated probing of an unreachable Ollama daemon to once per reload (#4806).
- Quieted MCP auth-skip debug logging for known patterns (#4805).
- Improved
/versiondiagnostics for editable installs and core dependency reporting, including surfacinglangchain-quickjs(#4816, #4813). - Removed the
uv installtip from the/versionupdate hint (#4822).
Internal maintainers: Mason Daugherty (@mdrxy)
Released by: Mason Daugherty (@mdrxy)
Git log since deepagents-code==0.1.42
This commit history includes changes to this package. Commits are listed newest first.
e14e0adrelease(deepagents-code): 0.1.43 (#4825)eae7c28feat(code): classifier-backed Auto approval mode (#4804)a8a05f5feat(code): shutdown toast for deferred exits (#4830)3f82114refactor(code): dropconfig list/lsaliases forconfig show(#4783)a915c59fix(code): keep chat input responsive during/restart(#4808)7408378fix(code): disentangle version diagnostics for editable installs (#4816)6952011fix(code): keeptasktimers monotonic across nested subagent HITL (#4771)4e618f0fix(code): dropuv installtip from/versionupdate hint (#4822)487b25ffix(code): keep goal criteria proposal when marker clear fails (#4785)c2c27d6fix(code): quiet MCP auth-skip debug logging for known patterns (#4805)2ddb551feat(code): expand truncatedtaskdescriptions on click orCtrl+O(#4811)f5c3259style(code): show enabled plugin status in green (#4821)ea82538fix(code): keep paste placeholder when backspacing newline below it (#4757)be8e521style(code): drop hardcoded indent fromlsandwrite_todosoutput (#4762)77603c6feat(code): debug-log skill-name override collisions (#4772)45baf6cfix(code): probe unreachable Ollama daemon once per reload (#4806)4d483fdfix(code): count only running tools in live tool-group line (#4809)20089a5feat(code): persist Debug ConsoleCtrl+Lclear across reopen (#4812)2d6b2cefix(code): make markdownAppMessageoutput selectable (#4814)4112392fix(code): surfacelangchain-quickjsin/versioncore deps (#4813)