Skip to content

v0.1.0 - Initial Release

Latest

Choose a tag to compare

@jitin-nhz jitin-nhz released this 16 Feb 18:41
· 3 commits to main since this release

πŸš€ ContextPilot v0.1.0

Make every AI tool understand your codebase.

Features

  • contextpilot init β€” Analyze codebase and generate context files
  • contextpilot sync β€” Update context files after code changes
  • contextpilot decision β€” Log architectural decisions
  • contextpilot score β€” Check context quality score
  • contextpilot save/resume β€” Session management
  • contextpilot mcp β€” MCP server for AI tool integration

Supported AI Tools

Tool Context File
Cursor .cursorrules
Claude Code CLAUDE.md
GitHub Copilot .github/copilot-instructions.md
OpenClaw CLAUDE.md
Windsurf MCP server

Installation

# Quick install
curl -fsSL https://raw.githubusercontent.com/contextpilot-dev/contextpilot/main/scripts/install.sh | sh

# Homebrew
brew tap contextpilot-dev/tap && brew install contextpilot

# Go
go install github.com/contextpilot-dev/contextpilot@latest

Quick Start

cd your-project
contextpilot init

πŸ“– Documentation | 🌐 Website