Skip to content

depwire/depwire

v1.8.4 Feature

This release adds 4 notable features for engineering teams evaluating rollout.

Published 12d MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai-coding-assistant arc-diagram cli code-analysis dead-code dependency-graph
+8 more
developer-tools go javascript mcp model-context-protocl python rust typescript

Summary

AI summary

Added depwire affected command with BFS traversal, test filtering, JSON output, and git‑diff integration.

Changes in this release

Feature Low

Adds BFS traversal of reverse dependency graph up to configurable depth.

Adds BFS traversal of reverse dependency graph up to configurable depth.

Source: llm_adapter@2026-07-14

Confidence: high

Feature Low

Adds --tests flag to show only test files in output.

Adds --tests flag to show only test files in output.

Source: llm_adapter@2026-07-14

Confidence: high

Feature Low

Adds --json flag for CI‑friendly JSON output.

Adds --json flag for CI‑friendly JSON output.

Source: llm_adapter@2026-07-14

Confidence: high

Feature Low

Adds --git-diff flag to read changed files from git diff automatically.

Adds --git-diff flag to read changed files from git diff automatically.

Source: llm_adapter@2026-07-14

Confidence: high

Feature Low

Introduces new MCP tool `affected_files` with file_path, max_depth, tests_only parameters.

Introduces new MCP tool `affected_files` with file_path, max_depth, tests_only parameters.

Source: llm_adapter@2026-07-14

Confidence: high

Feature Low

Adds test file detection via path/name heuristics (e.g., *.test.ts).

Adds test file detection via path/name heuristics (e.g., *.test.ts).

Source: llm_adapter@2026-07-14

Confidence: low

Feature Low

Adds "depwire affected" command to find files impacted by a change.

Adds "depwire affected" command to find files impacted by a change.

Source: granite4.1:30b@2026-07-15-audit

Confidence: low

Feature Low

Detects test files using path/name heuristics (e.g., *.test.ts, *.spec.js, *_test.go).

Detects test files using path/name heuristics (e.g., *.test.ts, *.spec.js, *_test.go).

Source: granite4.1:30b@2026-07-15-audit

Confidence: low

Full changelog

Added

  • depwire affected — find all files and test files affected by a change
  • BFS traversal of reverse dependency graph up to --depth levels (default: 5)
  • Test file detection by path/name heuristics (*.test.ts, *.spec.js, *_test.go, etc.)
  • --tests flag: show only test files
  • --json flag: CI-friendly JSON output
  • --git-diff HEAD~1: read changed files from git diff automatically
  • New MCP tool: affected_files with file_path, max_depth, tests_only parameters

Example

depwire affected src/auth/token.ts
depwire affected src/auth/token.ts --tests
depwire affected --git-diff HEAD~1 --tests --json

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

Track depwire/depwire

Get notified when new releases ship.

Sign up free

About depwire/depwire

The missing context layer for AI-assisted refactoring

All releases →

Related context

Earlier breaking changes

  • v1.6.1 Health scores from v1.6.1+ are not directly comparable to earlier versions.

Beta — feedback welcome: [email protected]