An AI-powered version tracking and changelog management tool for VSCode and Cursor. Automatically monitors your Git commits, intelligently categorizes changes, and maintains a well-structured changelog.
🌟 Key Features
AI-Powered Tracking: Automatically detects and categorizes your Git commits
Smart Version Management: Intelligently organizes changes into features and bug fixes
Bilingual Support: Full support for both English and Chinese
Git Integration: Seamless integration with your Git workflow
Real-time Updates: Instant changelog updates as you commit
🚀 Getting Started
Installation
Open VSCode/Cursor
Press Ctrl+P / Cmd+P
Type ext install muryan.version-ai-tracker
Basic Usage
Add Feature: Version AI Tracker: Add New Feature
Add Bug Fix: Version AI Tracker: Add Bug Fix
Create Version: Version AI Tracker: Create New Version
Git Commit Integration
# Add new feature
git commit -m "feat: add user authentication"
# Fix a bug
git commit -m "fix: resolve login issue"
🤝 Contributing
We welcome contributions! If you have suggestions or find bugs: