Skip to content

deepagents-code==0.1.42

Choose a tag to compare

@github-actions github-actions released this 17 Jul 03:30
18679a1

Features

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

Bug Fixes

  • Improved plugin marketplace loading and onboarding, including asynchronous marketplace additions and polish for empty marketplace states. (#4766, #4759)
  • Clarified plugin component discovery and reload status. (#4774)
  • Avoided blocking MCP OAuth token refresh. (#4770)
  • Restored keyboard focus for marketplace details. (#4763)
  • Dismissed the startup tip when submitting an initial prompt with -m. (#4779)

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

Released by: Mason Daugherty (@mdrxy)

Git log since deepagents-code==0.1.41

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

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