deepagents-code==0.1.42

langchain-ai/deepagentsdeepagents-code==0.1.42Jul 17, 2026by github-actions[bot]

AI Summary

Plugins are now generally available. Added search to the plugin list and summarize plugin changes after reloads. Added Kimi K3 to the OpenRouter model selector. Added hidden connect and reconnect keywords for `/restart`. Debug Console thread IDs can now be clicked to copy with a LangSmith link.

Key Highlights

  • Plugins are now generally available.
  • Added search to the plugin list and summarize changes after reloads.
  • Added Kimi K3 to the OpenRouter model selector.
  • Debug Console thread IDs can now be clicked to copy with LangSmith link.

New Features

  • Plugins generally available
  • Plugin list search
  • Summarize plugin changes after reloads
  • Add Kimi K3 to OpenRouter model selector
  • Debug Console thread ID click-to-copy with LangSmith link

Full Release Notes

### Features

- Plugins are now generally available. ([#4797](https://github.com/langchain-ai/deepagents/issues/4797))
- Added search to the plugin list and now summarize plugin changes after reloads. ([#4765](https://github.com/langchain-ai/deepagents/issues/4765), [#4767](https://github.com/langchain-ai/deepagents/issues/4767))
- Added Kimi K3 to the OpenRouter model selector. ([#4803](https://github.com/langchain-ai/deepagents/issues/4803))
- Added hidden `connect` and `reconnect` keywords for `/restart`. ([#4807](https://github.com/langchain-ai/deepagents/issues/4807))
- Debug Console thread IDs can now be clicked to copy, with an added LangSmith link. ([#4760](https://github.com/langchain-ai/deepagents/issues/4760))
- Added auto-approve (YOLO) mode to trace metadata. ([#4764](https://github.com/langchain-ai/deepagents/issues/4764))

### Bug Fixes

- Improved plugin marketplace loading and onboarding, including asynchronous marketplace additions and polish for empty marketplace states. ([#4766](https://github.com/langchain-ai/deepagents/issues/4766), [#4759](https://github.com/langchain-ai/deepagents/issues/4759))
- Clarified plugin component discovery and reload status. ([#4774](https://github.com/langchain-ai/deepagents/issues/4774))
- Avoided blocking MCP OAuth token refresh. ([#4770](https://github.com/langchain-ai/deepagents/issues/4770))
- Restored keyboard focus for marketplace details. ([#4763](https://github.com/langchain-ai/deepagents/issues/4763))
- Dismissed the startup tip when submitting an initial prompt with `-m`. ([#4779](https://github.com/langchain-ai/deepagents/issues/4779))

---

Internal maintainers: @johannes117, @mdrxy

Released by: @mdrxy

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

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

- [`18679a1`](https://github.com/langchain-ai/deepagents/commit/18679a1a88a3f10777bf2f45593cb104e822d49f) release(deepagents-code): 0.1.42 (#4793)
- [`3da6e47`](https://github.com/langchain-ai/deepagents/commit/3da6e471c26f1da4cddeb12a435bab92bd7866c6) feat(code): make plugins generally available (#4797)
- [`3b2ffce`](https://github.com/langchain-ai/deepagents/commit/3b2ffce923e06370efe177e9ca91f70e86f19602) fix(code): avoid blocking MCP OAuth token refresh (#4770)
- [`0d1bb6a`](https://github.com/langchain-ai/deepagents/commit/0d1bb6a1224b91cae9dcdb7014a6410a82b79001) fix(code): add marketplaces asynchronously (#4766)
- [`9cad2f0`](https://github.com/langchain-ai/deepagents/commit/9cad2f00dd0473828f80f782c889b939483727f6) feat(code): summarize plugin changes on reload (#4767)
- [`99250ee`](https://github.com/langchain-ai/deepagents/commit/99250ee1749c977e95389baafde3d358c953ea0f) feat(code): add `reconnect`/`connect` hidden keywords for `/restart` (#4807)
- [`a6c20b1`](https://github.com/langchain-ai/deepagents/commit/a6c20b1a4d2a8b8a03690460a30c501ab7fbb6cb) feat(code): add plugin list search (#4765)
- [`fc94bb7`](https://github.com/langchain-ai/deepagents/commit/fc94bb7da9e66218de063aa4415dcf9717f15fce) feat(code): add Kimi K3 to model selector under OpenRouter (#4803)
- [`29d6046`](https://github.com/langchain-ai/deepagents/commit/29d6046998d47c5070799a0ff8395474579ae2e8) chore(deps): require `langchain-quickjs` 0.3.3 (#4802)
- [`b17d1b3`](https://github.com/langchain-ai/deepagents/commit/b17d1b3ebef7d537b5ce8f254958f569aec376a0) chore(deps): bump mcp from 1.26.0 to 1.28.1 in /libs/evals (#4800)
- [`f7ed5d8`](https://github.com/langchain-ai/deepagents/commit/f7ed5d85c634dfa4c8812c0ffa50c580b29042c1) release(langchain-quickjs): 0.3.3 (#4372)
- [`2d35507`](https://github.com/langchain-ai/deepagents/commit/2d35507b5c7ff7f504f3d294ac499140752c4f59) feat(code): Debug Console thread ID click-to-copy with LangSmith link (#4760)
- [`d88601e`](https://github.com/langchain-ai/deepagents/commit/d88601ed582b89d4a5b517e842029d06370c0891) feat(code): trace auto-approve (YOLO) mode in trace metadata (#4764)
- [`78f9f5f`](https://github.com/langchain-ai/deepagents/commit/78f9f5fcb38dcaec6f0d7552c061ec15844c839b) test(code): isolate ambient env and global dotenv in unit tests (#4778)
- [`8acd414`](https://github.com/langchain-ai/deepagents/commit/8acd414a2e712d8b8b1968e40bff40483196856b) fix(code): dismiss startup tip on `-m` initial submission (#4779)
- [`e821d3d`](https://github.com/langchain-ai/deepagents/commit/e821d3dd26e8cd0c6ada1a44ceaceddad9f5ee80) fix(code): restore marketplace details keyboard focus [closes DCD-50] (#4763)
- [`7d707b8`](https://github.com/langchain-ai/deepagents/commit/7d707b840f132ad65e5ac8443ec7fece393180f8) fix(code): clarify plugin component discovery and reload status (#4774)
- [`ab2e101`](https://github.com/langchain-ai/deepagents/commit/ab2e101d02d0fc5be45b0581c4e04d441402dc29) fix(code): improve empty marketplace onboarding and list polish (#4759)

</details>