This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
Summary
AI summaryScope file completion to the current working directory and cache theme data for O(n²) performance improvement.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Low |
Adds editable mode and core deps surface in /version endpoint. Adds editable mode and core deps surface in /version endpoint. Source: llm_adapter@2026-06-12 Confidence: high |
— |
| Performance | Medium |
Caches theme colors and charset, fixing O(n²) tool‑call streaming. Caches theme colors and charset, fixing O(n²) tool‑call streaming. Source: llm_adapter@2026-06-12 Confidence: high |
— |
| Bugfix | Medium |
Labels `-r` resume as "Resuming..." in the status bar. Labels `-r` resume as "Resuming..." in the status bar. Source: llm_adapter@2026-06-12 Confidence: high |
— |
| Bugfix | Medium |
Scopes `@` file completion to the current working directory. Scopes `@` file completion to the current working directory. Source: llm_adapter@2026-06-12 Confidence: high |
— |
| Bugfix | Medium |
Sets dcode agent names in trace metadata. Sets dcode agent names in trace metadata. Source: llm_adapter@2026-06-12 Confidence: high |
— |
| Bugfix | Medium |
Surfaces untracked files in `@` completion suggestions. Surfaces untracked files in `@` completion suggestions. Source: llm_adapter@2026-06-12 Confidence: high |
— |
| Bugfix | Medium |
Warns on misconfigured subagent files. Warns on misconfigured subagent files. Source: llm_adapter@2026-06-12 Confidence: high |
— |
| Bugfix | Medium |
Fixes cursor movement on click that re-focuses terminal. Fixes cursor movement on click that re-focuses terminal. Source: llm_adapter@2026-06-12 Confidence: low |
— |
| Bugfix | Low |
Prevents cursor movement on click that refocuses the terminal. Prevents cursor movement on click that refocuses the terminal. Source: granite4.1:30b@2026-06-12-audit Confidence: low |
— |
Full changelog
Features
Bug Fixes
- Don't move cursor on click that re-focuses terminal (#3893) (b76788b)
- Label
-rresume as"Resuming..."in the status bar (#3892) (70cd286) - Scope
@file completion to current cwd (#3874) (dd237ac) - Set dcode agent names in trace metadata (#3901) (ac94dd6)
- Surface untracked files in
@completion (#3872) (2bdf6ea) - Warn on misconfigured subagent files (#3873) (f1614d6)
Performance Improvements
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
- vlangchain-quickjs==0.2.0 Removes `skills_backend` capability.
- 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]