deepagents-code==0.1.60
Features
- Added
editabletrace metadata (#5737) (23b83ad). - Added shell command highlighting in the chat input (#5675) (d711bc6).
- Made project
.envloading configurable (#5726) (995cad6). - Unified notification center and settings (#5698) (9767f42).
Bug Fixes
- Blocked dotenv git config injection keys (#5723) (328f916).
- Persisted Auto approval mode between sessions and simplified Auto fallback copy (#5665) (3ac059e), (#5670) (42afcde).
- Fixed recognition of in-flight trace messages (#5738) (f1d1f63).
- Increased the warm limit to 800 (#5728) (f954cde).
- Improved text selection by supporting
Shift+clickto extend selections (#5732) (e05931b). - Polished notification settings by removing expand flicker and the trailing disclosure glyph (#5734) (5397812).
- Improved authentication footers with contextual actions (#5690) (074a501).
- Standardized modal navigation hints (#5699) (85c6833).
- Aligned wrapped debug snapshot values (#5727) (1f74959).
Internal maintainers: Johannes du Plessis (@johannes117), Mason Daugherty (@mdrxy)
Released by: Mason Daugherty (@mdrxy)
Git log since deepagents-code==0.1.59
This commit history includes changes to this package. Commits are listed newest first.
1aa14ccrelease(deepagents-code): 0.1.60 (#5724)f1d1f63fix(code): recognize in-flight trace messages (#5738)23b83adfeat(code): addeditabletrace metadata (#5737)e05931bfix(code): extend text selection withShift+click(#5732)5397812fix(code): remove notification settings expand flicker and trailing disclosure glyph (#5734)85c6833fix(code): standardize modal navigation hints (#5699)3ac059efix(code): persist Auto approval mode between sessions (#5665)9767f42feat(code): unify notification center and settings (#5698)074a501fix(code): show contextual auth footer actions (#5690)1f74959fix(code): align wrapped debug snapshot values (#5727)c72acc2style(code): update resize handle after theme changes (#5664)d711bc6feat(code): highlight shell commands in the chat input (#5675)d5005d3refactor(code): validateask_userargs with pydantic instead of a custom error (#5682)f954cdefix(code): increase warm limit to 800 (#5728)995cad6feat(code): make project.envloading configurable (#5726)42afcdefix(code): simplify Auto fallback copy (#5670)328f916fix(code): block dotenv git config injection keys (#5723)017f0bedocs(code): state dotenv denylist is best-effort in threat model (#5722)