Skip to content

deepagents-code==0.1.67

Choose a tag to compare

@github-actions github-actions released this 09 Sep 02:41
d0fbc7c

Features

  • Added GPT-6 Astra support (#6141).
  • Reuses the server across workspace switches (#6152).
  • Limits thread resume age (#6068).

Bug Fixes

  • Improved workspace isolation by resolving project policy per workspace, scoping project dotenv to workspaces, and isolating LangSmith auth and workspace tracing (#6064, #5980, #6061).
  • Improved transcript tail reconciliation by bounding and serializing reconciliation work (#6057, #6143).
  • Refuses a second sandbox workspace and moves sandbox creation and entry off the guarded event loop (#5979, #6017).
  • Surfaces stale updates in-session (#6063).
  • Surfaces the LangSmith credential in dcode config (#6083).
  • Offloads server config imports (#6089).
  • Correctly parses extra skill directories with the platform separator (#6151).

Thanks to our community contributors: Jack Michaud (@jack-michaud), 宇宙的山峰 (@UniversePeak)

Special thanks to everyone who reported the issues addressed in this release: Jack Michaud (@jack-michaud) (#6018), JessYan (@JessYanCoding) (#6074)

Internal maintainers: Mason Daugherty (@mdrxy)

Released by: Mason Daugherty (@mdrxy)

Git log since deepagents-code==0.1.66

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

  • d0fbc7c release(deepagents-code): 0.1.67 (#6059)
  • c71cd51 chore(deps): bump httpx2 from 2.10.0 to 2.12.0 in /libs/code (#6179)
  • f6ae37c chore(deps): raise dependency minimums for all (#6186)
  • 32fe5e4 chore(deps): bump httpcore2 from 2.9.0 to 2.10.0 in /libs/code (#6182)
  • fd28bfb fix(code): run sandbox creation and entry off the guarded event loop (#6017)
  • 318311f feat(code): limit thread resume age (#6068)
  • 56e4ef1 fix(code): parse extra skill dirs with platform separator (#6151)
  • ca2d1ef feat(code): reuse server across workspace switches (#6152)
  • 5fb8b69 fix(code): serialize transcript tail reconciliation (#6143)
  • a1a0887 fix(code): surface the LangSmith credential in dcode config (#6083)
  • ea1f253 fix(code): resolve project policy per workspace (#6064)
  • 794eda8 fix(code): isolate LangSmith auth and workspace tracing (#6061)
  • 048f989 feat(code): add GPT-6 Astra support (#6141)
  • 90fe4f4 fix(code): offload server config import (#6089)
  • 18106be chore(deps): raise dependency minimums for all (#6130)
  • 07d2952 chore(deps): raise dependency minimums for all (#6096)
  • 6c89fe2 release(langchain-quickjs): 0.3.7 (#6095)
  • cdb9d4c fix(code): surface stale updates in-session (#6063)
  • 678c115 fix(code): scope project dotenv to workspaces (#5980)
  • cb4c973 fix(code): refuse a second sandbox workspace (#5979)
  • 8da3264 fix(code): bound transcript tail reconciliation (#6057)