Features
- Added a
/contextusage report for inspecting context consumption (#5407). - Added a cache and context status row for at-a-glance session state (#5408).
- Added configurable warnings when a session exceeds the configured cost threshold (#5405).
- Added support for persisting and reconfiguring ACP sessions (#5366).
- Added automatic updates for installed plugins (#5368).
- Added a toggle for diff line numbers (#5427).
Ctrl+Sin/auto modelnow stores[models].auto_classifier(#5313).
Fixes
- Restored edit diffs in resumed threads (#5391).
- Added a resume hint after crashes (#5412).
- Clarified the project hooks trust prompt and stopped prompting for user hooks (#5426).
- Cleared dynamic subagents on the next turn (#5437).
- Improved grouped tool summaries by counting distinct targets (#5409).
- Improved ask-user choice wrapping and selection styling (#5442).
- Serialized
dcodeself-upgrades across processes (#5252). - Added warnings for stale dependencies in editable installs (#5386).
- Hid incomplete extras from version output (#5352).
- Removed the optional-provider startup tip (#5421).
- Removed the “Message restored to input” toast (#5253).
Internal maintainers: @johannes117, @mdrxy
Released by: @mdrxy
This commit history includes changes to this package. Commits are listed newest first.
Git log since deepagents-code==0.1.54
80fe3d3 hotfix(code): skip checkout pyproject.toml test when running from a built wheel (#5453)
3f62cd7 release(deepagents-code): 0.1.55 (#5396)
6cf062b release(deepagents-acp): 0.0.10 (#5431)
9a37479 fix(code): clear dynamic subagents on next turn (#5437)
6ee54d9 style(code): thicken /context usage bars (#5438)
9be99ef style(code): color-code cache hit rate (#5436)
a78d7b1 fix(code): indent wrapped ask-user choices and add selection styling (#5442)
4411a6c test(code): restore leaked model settings in apply_to_settings test (#5440)
4cd21b6 feat(code): toggle diff line numbers (#5427)
2b3edf9 feat(code): add cache and context status row (#5408)
22a36d2 feat(code): persist and reconfigure ACP sessions (#5366)
0355416 feat(code): add /context usage report (#5407)
61d3279 fix(code): clarify project hooks trust prompt and stop prompting for user hooks (#5426)
10353bd fix(code): warn on stale dependencies in editable installs (#5386)
cf8ea93 fix(code): count distinct targets in grouped tool summaries (#5409)
f4da16e chore(code): print live tail command and say "Upgraded." in installer (#5371)
e742d04 feat(code): Ctrl+S in /auto model stores [models].auto_classifier (#5313)
f137897 fix(code): remove optional-provider startup tip (#5421)
015a019 fix(code): show resume hint after crashes (#5412)
38f32cd fix(code): hide incomplete extras from version output (#5352)
e12acba fix(code): serialize dcode self-upgrades across processes (#5252)
c206eb4 fix(code): drop the "Message restored to input" toast (#5253)
8cf8517 feat(code): warn above configurable session cost threshold (#5405)
6a5d93f fix(code): restore edit diffs in resumed threads (#5391)
3bf6ca7 feat(code): auto-update installed plugins (#5368)