feat(mcp): refactor dev_inspect and optimize pattern analysis #171
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Refactored
dev_inspectwith comprehensive pattern analysis and 5-10x performance improvements.Changes
Pattern Analysis
PatternAnalysisServicewith 5 pattern extractors:Performance Improvements
.tsonly compares with.ts)Bug Fixes
findSimilarto use document embeddings (not file paths)--forceflag to properly clear vector storeoutputSchemafrom all 9 MCP adapters (Cursor/Claude compatibility)New Features
@lytics/dev-agent-core/utilsclear()andsearchByDocumentId()methodsAPI Changes
Simplified
dev_inspectinterface:The tool now automatically finds similar files AND performs pattern analysis.
Documentation
Testing
Version Bumps (patch releases)
@lytics/dev-agent: 0.8.4 → 0.8.5@lytics/dev-agent-mcp: 0.5.3 → 0.5.4@lytics/dev-agent-core: 0.9.2 → 0.9.3@lytics/dev-agent-cli: 0.6.0 → 0.6.1