Skip to content

v0.1.0 - Initial Release

Choose a tag to compare

@prosdev prosdev released this 26 Nov 15:56
· 168 commits to main since this release

🎉 Initial Release

@lytics/dev-agent is now available on npm!

npm install -g @lytics/dev-agent

Features

  • 🔍 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 search
  • dev_status - Repository status and health
  • dev_explore - Code pattern discovery
  • dev_plan - Implementation planning from issues
  • dev_gh - GitHub issue/PR search
  • dev_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 Code

Requirements

  • Node.js >= 22 (LTS)
  • For GitHub integration: GitHub CLI

Links