This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+8 more
Summary
AI summaryFixed MCP startup hang on large projects and added cache control flags.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Low |
Adds --from-cache flag that errors if depwire-output.json is missing Adds --from-cache flag that errors if depwire-output.json is missing Source: llm_adapter@2026-07-14 Confidence: high |
— |
| Feature | Low |
Adds --no-cache flag to force full re-parse despite existing JSON Adds --no-cache flag to force full re-parse despite existing JSON Source: llm_adapter@2026-07-14 Confidence: high |
— |
| Feature | Low |
Adds staleness warning when depwire-output.json older than 24 hours Adds staleness warning when depwire-output.json older than 24 hours Source: llm_adapter@2026-07-14 Confidence: high |
— |
| Performance | Medium |
Startup time drops from 14s to <1.5s for large projects (2,700+ files) Startup time drops from 14s to <1.5s for large projects (2,700+ files) Source: llm_adapter@2026-07-14 Confidence: high |
— |
| Bugfix | Medium |
Fixes #8 – large projects (2,700+ files) that never completed MCP startup on modest hardware Fixes #8 – large projects (2,700+ files) that never completed MCP startup on modest hardware Source: llm_adapter@2026-07-14 Confidence: low |
— |
Full changelog
Fixed
- depwire mcp now loads from depwire-output.json at startup instead of re-parsing
- Fixes #8 — large projects (2,700+ files) that never completed MCP startup on modest hardware
- Startup drops from 14s to <1.5s on 2,700-file Laravel/PHP monolith
Added
- --from-cache flag: error if depwire-output.json not found
- --no-cache flag: force full re-parse even if json exists
- Staleness warning when depwire-output.json is older than 24 hours
Usage
depwire parse . # parse once, writes depwire-output.json
depwire mcp . # loads from json instantly
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
Related context
Related tools
Earlier breaking changes
- v1.6.1 Health scores from v1.6.1+ are not directly comparable to earlier versions.
Beta — feedback welcome: [email protected]