This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
ReleasePort's take
Light signalThe deepagents‑code 0.1.4 release adds a `--sandbox-snapshot-name` CLI flag, unifies the `dcode mcp config` command with `--mcp-config`, and introduces interpreter middleware via `langchain-quickjs`.
Why it matters: These changes give developers explicit snapshot naming for sandbox testing, streamline MCP configuration handling, and enable custom interpreter workflows through langchain‑quickjs integration.
Summary
AI summaryAdd --sandbox-snapshot-name flag, unify --mcp-config, and introduce Interpreter middleware via langchain-quickjs.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Add `--sandbox-snapshot-name` flag Add `--sandbox-snapshot-name` flag Source: llm_adapter@2026-05-23 Confidence: low |
— |
| Feature | Medium |
Unify `dcode mcp config` and `--mcp-config` flag Unify `dcode mcp config` and `--mcp-config` flag Source: llm_adapter@2026-05-23 Confidence: low |
— |
| Feature | Medium |
Add interpreter middleware via `langchain-quickjs` Add interpreter middleware via `langchain-quickjs` Source: llm_adapter@2026-05-23 Confidence: low |
— |
| Bugfix | Medium |
Fix chat input history navigation and newline scrolling Fix chat input history navigation and newline scrolling Source: llm_adapter@2026-05-23 Confidence: high |
— |
| Bugfix | Medium |
Distinguish LangSmith failure modes in `/trace` endpoint Distinguish LangSmith failure modes in `/trace` endpoint Source: llm_adapter@2026-05-23 Confidence: high |
— |
| Bugfix | Medium |
Recover initial session prompts from writes table Recover initial session prompts from writes table Source: llm_adapter@2026-05-23 Confidence: low |
— |
| Bugfix | Medium |
Make install script binary checks reference `dcode` Make install script binary checks reference `dcode` Source: llm_adapter@2026-05-23 Confidence: low |
— |
| Bugfix | Medium |
Show tool call previews during batched HITL approvals Show tool call previews during batched HITL approvals Source: llm_adapter@2026-05-23 Confidence: low |
— |
Full changelog
Features
- Add
--sandbox-snapshot-nameflag (#3538) (b01392e) dcode mcp configand unify--mcp-configflag (#3541) (f037b14)- Interpreter middleware via
langchain-quickjs(#3525) (f0ca89c)
Bug Fixes
- Chat input history navigation and newline scrolling (#3560) (3b51cbd)
- Distinguish LangSmith failure modes in
/trace(#3558) (4d158a0) - Recover initial session prompts from writes table (#3535) (46b6f3f)
- Install script binary checks reference
dcode(#3546) (f8977a6) - Show tool call previews during batched HITL approvals (#3530) (84daa1a)
Internal maintainers: @mdrxy
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About deepagents
Agent harness built with LangChain and LangGraph. Equipped with a planning tool, a filesystem backend, and the ability to spawn subagents - well-equipped to handle complex agentic tasks.
Related context
Related tools
Earlier breaking changes
- vdeepagents-cli==0.2.0 `deepagents deploy` now targets Managed Deep Agents API; removes `deepagents dev`, `deepagents.toml`, and `--config`/`--dry-run` flags.
Beta — feedback welcome: [email protected]