Features
- Personalized external editor hints to better match your setup (#5445)
Bug Fixes
- Improved dependency warning, Auto classifier, and paste expansion messages for clearer, more concise prompts and toasts (#5489, #5446, #5443)
- Queued
/copycommands while generation is active so they run at the right time (#5447) - Hid invalid cache metrics from the UI (#5475)
- Fixed forced-compaction forks by preserving the
session_id(#5492) - Stopped passing the removed
checkpoint_metadatafield (#5473)
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.55
fbd5ac3 release(deepagents-code): 0.1.56 (#5458)
33a57cb fix(code): hide invalid cache metrics (#5475)
8eb35f6 chore(deps): bump deepagents pin in deepagents-code to 0.7.6 (#5495)
3afad63 release(deepagents): 0.7.6 (#5491)
33d323c fix(code): thread session_id through forced-compaction fork (#5492)
31e4941 fix(code): clarify dependency warning prompt (#5489)
2d3ec54 chore(deps): raise dependency minimums for deepagents-code (#5481)
61ae398 fix(code): stop passing removed checkpoint_metadata (#5473)
4d2db04 chore(deps): bump genai-prices in deepagents-code to 0.1.2 (#5476)
f3b4f7d test(code): close leaked resources behind unraisable warnings (#5472)
217b9eb fix(code): simplify paste expansion toast (#5443)
78a4811 style(code): simplify ask_user question presentation (#5444)
b72b3dd feat(code): personalize external editor hints (#5445)
c43919c fix(code): shorten Auto classifier selection message (#5446)
8dfe282 fix(code): queue /copy during active generation (#5447)