deepagents-code==0.1.64

supercorp-ai/supergatewaydeepagents-code==0.1.64Aug 28, 2026by github-actions[bot]

AI Summary

This release focuses on traceability, security, and UX improvements for the code extension, including better model management and configuration handling.

Key Highlights

  • Added trace metadata attribution for skill invocations
  • Added list of MCP servers requiring login
  • Improved privacy and debug visibility for tokens and paths

New Features

  • Trace metadata attribution for skill invocations
  • List of MCP servers requiring login
  • Copy current model from picker header
  • Link doctor commit hash to GitHub
  • Standardize external editor shortcut

Full Release Notes

### Features

- Added trace metadata attribution for skill invocations ([#5925](https://github.com/langchain-ai/deepagents/issues/5925)).
- Added a list of MCP servers that require login ([#5867](https://github.com/langchain-ai/deepagents/issues/5867)).
- Added the ability to copy the current model from the picker header ([#5904](https://github.com/langchain-ai/deepagents/issues/5904)).
- Linked the doctor commit hash to GitHub ([#5920](https://github.com/langchain-ai/deepagents/issues/5920)).
- Standardized the external editor shortcut ([#5911](https://github.com/langchain-ai/deepagents/issues/5911)).

### Bug Fixes

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

---

Thanks to our community contributors: @JessYanCoding

**Special thanks** to everyone who reported the issues addressed in this release: @JessYanCoding ([#5796](https://github.com/langchain-ai/deepagents/issues/5796))

Internal maintainers: @johannes117, @mdrxy

Released by: @mdrxy

<details>
<summary>Git log since deepagents-code==0.1.63</summary>

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

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

</details>