A modern CLI to write smart, structured, and beautiful git commit messages with emoji support, conventional commit rules, AI-powered summaries (optional), and built-in hooks.
npm install @typeweaver/commitweaveCreate beautiful, standardized git commits with ease




Developed by GLINR STUDIOS
---
π Quick Start β’
π Documentation β’
π₯ Demo β’
π§© VS Code Extension β’
π€ AI Features
CommitWeave is a modern CLI tool and VS Code extension that transforms your git commit workflow. Create beautiful, consistent, and meaningful commit messages following conventional commit standardsβwith emoji support, AI assistance, and powerful automation.
> Add animated GIF showing CLI in action here
>
> Coming Soon: Watch CommitWeave create perfect commits interactively with emoji selection, conventional commit formatting, and AI-powered suggestions.
bash
CLI Tool
npm install -g @typeweaver/commitweaveVS Code Extension
Search "CommitWeave" in VS Code Extensions (Publisher: glincker)
`$3
`bash
Set up your project configuration
commitweave init
`$3
`bash
Interactive commit creation
commitweaveOr with AI assistance
commitweave --ai
`That's it! π Start creating professional commits instantly.
π§© VS Code Extension
Our VS Code extension brings CommitWeave directly into your editor with a rich, native experience.
Quick Access:
- Command Palette:
Ctrl+Shift+P β "CommitWeave"
- Source Control Panel: Click the "β‘ Quick Commit" button
- Status Bar: Monitor your repo status at a glanceFeatures:
- π― 5 Powerful Commands: Create, AI Commit, Quick Commit, Validate, Configure
- βοΈ Enhanced Settings Panel: Tabbed interface with visual configuration
- π Commit History: View and validate recent commits
- π Smart Templates: Pre-built commit templates with variables
- β
Real-time Validation: Live commit message validation with suggestions
π€ AI-Powered Commits
Transform your workflow with intelligent commit generation:
- π§ Smart Analysis: AI analyzes your staged changes
- β‘ Multiple Providers: OpenAI GPT & Anthropic Claude support
- π¨ Perfect Formatting: Always follows conventional commit standards
- π Secure: Safe API key handling and local storage
`bash
Generate AI commits from your changes
commitweave --ai
`π Features Overview
$3
- π¨ Interactive CLI with beautiful animations
- π Conventional Commits standard compliance
- π Smart Emojis for every commit type
- βοΈ Highly Configurable project settings
- π§ Git Integration - stage and commit seamlessly
- π¦ TypeScript First with full IntelliSense
- π‘οΈ Cross-Platform (Windows, macOS, Linux)
- β‘ Command Shortcuts for power users
$3
- π€ AI Commit Generation (OpenAI & Claude)
- π§© VS Code Extension with native integration
- π Team Config Sharing via export/import
- β
Message Validation with actionable solutions
- π Diff Analysis with smart statistics
- π― Progress Indicators for all operations
- π Version Control for configurations
- π₯ Health Monitoring with doctor command
- π¨ UI Configuration - customize all visual elements
π Commands Reference
$3
| Command | Description | Example |
|---------|-------------|---------|
|
commitweave | Interactive commit creation | Creates commits with guided prompts |
| commitweave ai | AI-powered commit generation | Analyzes changes, suggests commits |
| commitweave init | Initialize project configuration | Sets up glinr-commit.json |
| commitweave check | Validate your last commit | Checks conventional commit compliance |$3
| Shortcut | Full Command | Description |
|----------|-------------|-------------|
|
commitweave v | commitweave check | Quick validate last commit |
| commitweave ls | commitweave list | Quick list configuration |
| commitweave ai | commitweave --ai | Direct AI commit (no flag) |
| commitweave health | commitweave doctor | Quick health check |$3
| Command | Description | Use Case |
|---------|-------------|----------|
|
commitweave export | Export current config | Share team settings |
| commitweave import | Import shared config | Adopt team standards |
| commitweave list | View current settings | Check your configuration |
| commitweave doctor | Diagnose config issues | Troubleshoot problems |
| commitweave reset | Reset to defaults | Start fresh |$3
| Command | Description | Access |
|---------|-------------|--------|
| CommitWeave: Create Commit | Launch interactive CLI | Command Palette |
| CommitWeave: AI Commit | Generate AI commit messages | Command Palette |
| CommitWeave: Quick Commit | Fast conventional commits | Command Palette / SCM Panel |
| CommitWeave: Validate Commit | Check last commit | Command Palette |
| CommitWeave: Configure | Open settings panel | Command Palette |
βοΈ Configuration
$3
| Type | Emoji | Description |
|------|-------|-------------|
|
feat | β¨ | New features |
| fix | π | Bug fixes |
| docs | π | Documentation |
| style | π | Code formatting |
| refactor | π¦ | Code refactoring |
| perf | π | Performance improvements |
| test | π¨ | Testing |
| build | π | Build system |
| ci | βοΈ | CI/CD |
| chore | β»οΈ | Maintenance |
| revert | π | Reverts |$3
`json
{
"version": "1.0",
"emojiEnabled": true,
"conventionalCommits": true,
"maxSubjectLength": 50,
"ai": {
"provider": "openai",
"model": "gpt-4"
},
"ui": {
"fancyUI": true,
"asciiArt": true,
"animations": true,
"colors": true,
"emoji": true
}
}
`π οΈ Development
$3
- Node.js β₯ 18.0.0
- npm or yarn
- Git$3
`bash
git clone https://github.com/GLINCKER/commitweave.git
cd commitweave
npm install
npm run build
npm test
`π§ͺ Testing & Quality Assurance
CommitWeave maintains exceptional quality through comprehensive testing across multiple dimensions:
$3
- Platform Compatibility: 6/6 tests passed (100% success rate)
- AI Functionality: 6/6 AI tests passed with fallback validation
- Performance: 24ms startup time (12x better than 300ms target)
- VS Code Integration: All extension commands validated
- Fallback Behavior: 5/5 network failure scenarios handled gracefully$3
- Operating Systems: macOS, Linux, Windows
- Shells: zsh, bash, PowerShell, Command Prompt
- Terminals: Terminal.app, iTerm2, Windows Terminal, VS Code integrated terminal
- Full emoji and ANSI color support verified across platforms$3
- OpenAI GPT: Full integration with API key validation
- Anthropic Claude: Complete Claude 3 model support
- Mock AI Provider: Always available as ultimate fallback
- Network Failure Handling: Graceful degradation with user warnings
- Invalid API Key Detection: Automatic fallback to Mock AI$3
`bash
Run performance benchmarks
npm run benchResults: ~24ms cold-start (target: β€300ms)
13x performance improvement achieved
`$3
`bash
Cross-platform compatibility testing
npx tsx scripts/test-cross-platform.tsAI functionality and fallback testing
npx tsx scripts/test-ai-functionality.ts
npx tsx scripts/test-ai-fallback.tsVS Code extension integration testing
npx tsx scripts/test-vscode-integration.tsPerformance benchmarking
npm run bench
`$3
- Platform Results: docs/platform-compatibility.md
- Test Artifacts: docs/testing-reports/` directoryWe welcome contributions! Please read our Contributing Guide for:
- π§ Local development setup
- π§ͺ Testing instructions
- π How to add commit types
- π€ Adding AI providers
- π Code style guidelines
- π Full Documentation - Complete guides and tutorials
- π Report Issues - Bug reports and feature requests
- π¬ Discussions - Community support and ideas
- π Releases - Latest versions and changelog
- π¦ NPM Package - Package details and stats
Get early access to new features:
- π Latest features before general release
- π¬ Direct feedback channel with our team
- π Exclusive beta-only features and themes
- π§ Priority support and feature requests
This project is licensed under the MIT License - see the LICENSE file for details.
---
Made with β€οΈ by GLINR STUDIOS
β Star us on GitHub β’ π¦ Follow @TypeWeaver β’ π¬ Join our Discord