Skip to content

deepagents-code==0.1.61

Choose a tag to compare

@github-actions github-actions released this 24 Aug 17:50
23a80f4

Features

  • Added google_anthropic_vertex provider support for Claude on Vertex AI (#5760).
  • Enforced configured model allowlists (#5649).
  • Injected goal and rubric context directly, replacing get_goal and get_rubric (#5041).
  • Made /offload server-owned (#5261).
  • Added prompt clipboard support (#5733).
  • Show Auto approval review progress (#5729).

Bug Fixes

  • Kept long thread resumes responsive (#5772).
  • Render first streamed text immediately (#5761).
  • Show the incognito shell command widget (#5768).
  • Only highlight actionable tool rows (#5769).
  • Warn and ignore --auto-approve and --yolo in headless mode (#5750).
  • Sweep expired history archives at startup (#5751).
  • Clarified auth environment setup (#5767).

Special thanks to everyone who reported the issues addressed in this release: cakkinep (#4489)

Internal maintainers: Mason Daugherty (@mdrxy)

Released by: Mason Daugherty (@mdrxy)

Git log since deepagents-code==0.1.60

This commit history includes changes to this package. Commits are listed newest first.

  • 23a80f4 release(deepagents-code): 0.1.61 (#5758)
  • b494f43 feat(code): make /offload server-owned (#5261)
  • 85e1e5b fix(code): keep long thread resumes responsive (#5772)
  • b78413c fix(code): only highlight actionable tool rows (#5769)
  • d9dc96e fix(code): sweep expired history archives at startup (#5751)
  • dd8b8ad feat(code): enforce configured model allowlists (#5649)
  • a095af9 fix(code): clarify auth environment setup (#5767)
  • a564f8e refactor(code): remove legacy resolve_scalar config path (#5755)
  • 9bef676 fix(code): show incognito shell command widget (#5768)
  • f6b0611 style(code): align execute output details (#5770)
  • c2f44ff feat(code): prompt clipboard (#5733)
  • 75095bb chore(deps): raise dependency minimums for all (#5764)
  • 19de73d fix(code): render first streamed text immediately (#5761)
  • aa69916 feat(code): add google_anthropic_vertex provider for Claude on Vertex AI (#5760)
  • 9223593 fix(code): warn and ignore --auto-approve/--yolo in headless mode (#5750)
  • 2c80153 feat(code,evals): inject goal/rubric context, dropping get_goal/get_rubric (#5041)
  • 8fe11f0 feat(code): show Auto approval review progress (#5729)
  • acc752e refactor(code): add configuration provider resolver (#5736)