Skip to content

deepagents-code==0.1.60

Choose a tag to compare

@github-actions github-actions released this 23 Aug 19:40
1aa14cc

Features

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 + click to 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.

  • 1aa14cc release(deepagents-code): 0.1.60 (#5724)
  • f1d1f63 fix(code): recognize in-flight trace messages (#5738)
  • 23b83ad feat(code): add editable trace metadata (#5737)
  • e05931b fix(code): extend text selection with Shift + click (#5732)
  • 5397812 fix(code): remove notification settings expand flicker and trailing disclosure glyph (#5734)
  • 85c6833 fix(code): standardize modal navigation hints (#5699)
  • 3ac059e fix(code): persist Auto approval mode between sessions (#5665)
  • 9767f42 feat(code): unify notification center and settings (#5698)
  • 074a501 fix(code): show contextual auth footer actions (#5690)
  • 1f74959 fix(code): align wrapped debug snapshot values (#5727)
  • c72acc2 style(code): update resize handle after theme changes (#5664)
  • d711bc6 feat(code): highlight shell commands in the chat input (#5675)
  • d5005d3 refactor(code): validate ask_user args with pydantic instead of a custom error (#5682)
  • f954cde fix(code): increase warm limit to 800 (#5728)
  • 995cad6 feat(code): make project .env loading configurable (#5726)
  • 42afcde fix(code): simplify Auto fallback copy (#5670)
  • 328f916 fix(code): block dotenv git config injection keys (#5723)
  • 017f0be docs(code): state dotenv denylist is best-effort in threat model (#5722)