v0.1.0 - Initial Release
🎉 Initial Release
@lytics/dev-agent is now available on npm!
npm install -g @lytics/dev-agentFeatures
- 🔍 Semantic Code Search - Natural language queries across your codebase
- 🐙 GitHub Integration - Search issues/PRs with semantic understanding
- 📋 Implementation Planning - Generate plans from GitHub issues with code context
- 🔎 Code Exploration - Discover patterns, find similar code, analyze relationships
- 💚 Health Monitoring - Check component status and system health
- 📊 Repository Status - View indexing progress and statistics
MCP Tools
When integrated with Cursor or Claude Code:
dev_search- Semantic code searchdev_status- Repository status and healthdev_explore- Code pattern discoverydev_plan- Implementation planning from issuesdev_gh- GitHub issue/PR searchdev_health- Component health checks
Quick Start
# Install globally
npm install -g @lytics/dev-agent
# Index your repository
cd /path/to/your/repo
dev index .
# Install MCP integration
dev mcp install --cursor # For Cursor IDE
dev mcp install # For Claude CodeRequirements
- Node.js >= 22 (LTS)
- For GitHub integration: GitHub CLI