Skip to content

deepagents-code==0.1.43

Choose a tag to compare

@github-actions github-actions released this 17 Jul 21:23
e14e0ad

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+L now 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 AppMessage output selectable (#4814).
  • Fixed live tool-group counts to include only running tools (#4809).
  • Kept task timers 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 /version diagnostics for editable installs and core dependency reporting, including surfacing langchain-quickjs (#4816, #4813).
  • Removed the uv install tip from the /version update 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.

  • e14e0ad release(deepagents-code): 0.1.43 (#4825)
  • eae7c28 feat(code): classifier-backed Auto approval mode (#4804)
  • a8a05f5 feat(code): shutdown toast for deferred exits (#4830)
  • 3f82114 refactor(code): drop config list/ls aliases for config show (#4783)
  • a915c59 fix(code): keep chat input responsive during /restart (#4808)
  • 7408378 fix(code): disentangle version diagnostics for editable installs (#4816)
  • 6952011 fix(code): keep task timers monotonic across nested subagent HITL (#4771)
  • 4e618f0 fix(code): drop uv install tip from /version update hint (#4822)
  • 487b25f fix(code): keep goal criteria proposal when marker clear fails (#4785)
  • c2c27d6 fix(code): quiet MCP auth-skip debug logging for known patterns (#4805)
  • 2ddb551 feat(code): expand truncated task descriptions on click or Ctrl+O (#4811)
  • f5c3259 style(code): show enabled plugin status in green (#4821)
  • ea82538 fix(code): keep paste placeholder when backspacing newline below it (#4757)
  • be8e521 style(code): drop hardcoded indent from ls and write_todos output (#4762)
  • 77603c6 feat(code): debug-log skill-name override collisions (#4772)
  • 45baf6c fix(code): probe unreachable Ollama daemon once per reload (#4806)
  • 4d483fd fix(code): count only running tools in live tool-group line (#4809)
  • 20089a5 feat(code): persist Debug Console Ctrl+L clear across reopen (#4812)
  • 2d6b2ce fix(code): make markdown AppMessage output selectable (#4814)
  • 4112392 fix(code): surface langchain-quickjs in /version core deps (#4813)