Skip to content

deepagents-code==0.1.64

Choose a tag to compare

@github-actions github-actions released this 28 Aug 01:16
d8686f7

Features

  • Added trace metadata attribution for skill invocations (#5925).
  • Added a list of MCP servers that require login (#5867).
  • Added the ability to copy the current model from the picker header (#5904).
  • Linked the doctor commit hash to GitHub (#5920).
  • Standardized the external editor shortcut (#5911).

Bug Fixes

  • Deferred recursion-limit handling to the LangGraph server (#5882).
  • Disabled Git terminal prompts in execute (#5878).
  • Improved privacy and debug-only visibility for MCP token and editable paths (#5866, #5850).
  • Updated the model-switch warning to point to /offload (#5901).
  • Rejected stale successful updates (#5847).
  • Fixed thread timestamp rendering on systems without the glibc-only %-I strftime flag (#5886).
  • Respected ASCII mode in the splash border (#5923).
  • Skipped unchanged config writes (#5919).
  • Skipped uncorrelated-result warnings for auto-mode policy denials (#5869).

Thanks to our community contributors: JessYan (@JessYanCoding)

Special thanks to everyone who reported the issues addressed in this release: JessYan (@JessYanCoding) (#5796)

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

Released by: Mason Daugherty (@mdrxy)

Git log since deepagents-code==0.1.63

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

  • d8686f7 release(deepagents-code): 0.1.64 (#5848)
  • c60cd46 chore(deps): bump deepagents pin in deepagents-code to 0.7.10 (#5928)
  • 437c2db fix(code): respect ASCII mode in splash border (#5923)
  • d26b53a release(deepagents): 0.7.10 (#5838)
  • c9e6f55 feat(code): link doctor commit hash to GitHub (#5920)
  • c313ff0 fix(code): skip unchanged config writes (#5919)
  • 68fa627 feat(code): attribute skill invocations in trace metadata (#5925)
  • da5dcdc feat(code): add extension trust and inspection UX (#5634)
  • 47f357b release(deepagents-acp): 0.0.11 (#5908)
  • 6bb4423 chore(deps): raise dependency minimums for all (#5916)
  • 4379a46 fix(code): defer the recursion limit to the LangGraph server (#5882)
  • 2c8d154 feat(code): host Python extensions in the agent runtime (#5633)
  • 7afa60e chore(deps): raise dependency minimums for all (#5912)
  • f75300f feat(code): standardize external editor shortcut (#5911)
  • a535b61 fix(code): disable Git terminal prompts in execute (#5878)
  • 0b9cb87 test(code): restore runtime_state in TestDispatchModelSwitch (#5910)
  • 017d7ae feat(code): configure and load Python extensions (#5632)
  • ef6b5be fix(code): render thread timestamps without the glibc-only %-I strftime flag (#5886)
  • 1c2355e chore(deps): raise dependency minimums for all (#5906)
  • cfd9e7a feat(code): copy current model from picker header (#5904)
  • 50989dd refactor(code): delete the Settings dataclass (#5863)
  • 5059a19 refactor(code): route credentials and reload through env provider + auth store (#5862)
  • 33bdd0e refactor(code): resolve interpreter/shell/skills config at callsites (#5861)
  • fa94778 refactor(code): move settings path helpers to a paths module (#5860)
  • 181a193 refactor(code): extract runtime model state into RuntimeState (#5859)
  • 2f4d606 fix(code): point model switch warning to /offload (#5901)
  • 92642a7 chore(deps): raise dependency minimums for all (#5898)
  • a71cafd feat(code): list MCP servers needing login (#5867)
  • 0a234fa refactor(code): preserve ConfigOption value types (#5865)
  • 35fd008 fix(code): skip uncorrelated-result warning for auto-mode policy denials (#5869)
  • 4a4cb10 chore(deps): raise dependency minimums for deepagents (#5871)
  • bd79104 fix(code): hide MCP token path outside debug mode (#5866)
  • 3a91a95 chore(deps): raise dependency minimums for deepagents-code (#5868)
  • e85f4b7 fix(code): move editable path to debug console (#5850)
  • 23976f4 fix(code): reject stale successful updates (#5847)