Skip to content

deepagents-code==0.1.53

Choose a tag to compare

@github-actions github-actions released this 06 Aug 03:18
0bd15dc

Features

  • Added pricing coverage with Baseten built-in overrides and local fallback overrides when genai-prices is missing data (#5312, #5304).
  • Suggest compacting large resumed threads (#5318).
  • Added terminal program trace metadata (#5329).

Bug Fixes

  • Preserved runtime offload archive routing (#5328).
  • Always restart after a successful startup auto-update (#5317).
  • Fixed leaked turn coroutines and SQLite handles (#5218).
  • Keep MCP shutdown-race tracebacks from appearing in the terminal (#5325).
  • Open the /auto model selector immediately while connecting (#5341).
  • Route failures to PostToolUseFailure (#5315).
  • Use dismissed copy for ask-user prompts (#5331).

Internal maintainers: Johannes du Plessis (@johannes117), Mason Daugherty (@mdrxy)

Released by: Mason Daugherty (@mdrxy)

Git log since deepagents-code==0.1.52

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

  • 0bd15dc release(deepagents-code): 0.1.53 (#5310)
  • 72bfc1e fix(code): open /auto model selector immediately while connecting (#5341)
  • 63aa129 chore(code): harden installer downloads, PATH setup, and shell coverage (#5336)
  • bd2079b style(code): trim Auto classifier picker copy and show active model (#5311)
  • 8cdee15 fix(code): always restart after a successful startup auto-update (#5317)
  • 920fb66 fix(code): use dismissed copy for ask-user prompts (#5331)
  • cb2329d feat(code): suggest compacting large resumed threads (#5318)
  • 7d97097 fix(code): keep MCP shutdown-race traceback off the terminal (#5325)
  • 8d3a1a9 feat(code): dcode_term_program trace metadata (#5329)
  • a6e2608 chore(deps): bump langchain-anthropic to 1.5.4 (#5332)
  • 768b061 fix(code): preserve runtime offload archive routing (#5328)
  • c1f4ac3 fix(code): route failures to PostToolUseFailure (#5315)
  • f34ffa0 feat(code): add Baseten built-in pricing overrides (#5312)
  • 89bcaf2 feat(code): local pricing overrides as a fallback when genai-prices misses (#5304)
  • 994799b fix(code): stop leaking turn coroutines and sqlite handles (#5218)