Skip to content

deepagents-code==0.1.66

Choose a tag to compare

@github-actions github-actions released this 03 Sep 19:04
3812967

Features

  • Defaulted general-purpose subagents to fork mode (#6024).
  • Defaulted the Auto classifier by provider (#6039).
  • Added support for binding conversations to a recorded workspace (#5946).
  • Added tracing for the effective approval mode (#5972).

Bug Fixes

  • Fixed request-time working directory binding and now show the bound workspace in shell approvals (#5968, #5966).
  • Fixed marketplace plugin installs to accept bare relative source paths and identify the rejected source path when validation fails (#5959, #5960).
  • Classifier errors now include model names (#6038).
  • Updated the splash screen to use a sharp border (#5970).

Performance Improvements

  • Reduced QuickJS middleware tracing overhead by omitting trace inputs (#6015).

Special thanks to everyone who reported the issues addressed in this release: Matthias Haimel (@mh11) (#5950)

Internal maintainers: ccurme (@ccurme), Hunter Lovell (@hntrl), Mason Daugherty (@mdrxy)

Released by: Mason Daugherty (@mdrxy)

Git log since deepagents-code==0.1.65

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

  • 3812967 release(deepagents-code): 0.1.66 (#5963)
  • 99ed6c8 feat(code): default Auto classifier by provider (#6039)
  • bdccb82 chore(deps): raise dependency minimums for all (#6053)
  • fff2c77 fix(code): name models in classifier errors (#6038)
  • d3ad134 feat(code): default general-purpose subagents to fork mode (#6024)
  • ebe6d9d chore(deps): bump genai-prices in deepagents-code to 0.1.6 (#6049)
  • ec28fc1 release(langchain-quickjs): 0.3.6 (#5607)
  • ac0fac4 chore(deps): raise dependency minimums for all (#6046)
  • 673844d perf(code,quickjs): omit middleware trace inputs (#6015)
  • 2d3797b chore(deps): bump genai-prices in deepagents-code to 0.1.5 (#6004)
  • cb95daa chore(deps): bump deepagents pin in deepagents-code to 0.7.13 (#6036)
  • 1aae374 release(deepagents): 0.7.13 (#6031)
  • 3db758c chore(deps): raise dependency minimums for all (#6012)
  • a197807 release(deepagents): 0.7.12 (#6006)
  • a1af029 refactor(code): use SDK rubric grader hooks (#5888)
  • f47c02c chore(deps): bump deepagents pin in deepagents-code to 0.7.11 (#5978)
  • 4bc1100 release(deepagents): 0.7.11 (#5977)
  • 98db566 fix(code): bind request-time working directories (#5968)
  • 716ab9f fix(code): show bound workspace in shell approvals (#5966)
  • c56958d feat(code): trace effective approval mode (#5972)
  • 096d20c fix(code): use sharp splash border (#5970)
  • 8a1eacc hotfix(code): resolve graph factory annotations at runtime (#5967)
  • 4ca758e feat(code): bind conversations to a recorded workspace (#5946)
  • 6f8c488 fix(code): say which source path a plugin install rejected (#5960)
  • 28468d6 fix(code): accept bare relative paths in marketplace plugin sources (#5959)
  • 28e5218 test(code): remove test imports and helpers left dead by pruning (#5956)
  • c343506 test(code): halve unit test collection and clear change-detector tests (#5927)