GitSpectre
An AI-powered Git assistant for VS Code. Run Git operations using natural language from commands or the sidebar.
GitSpectre integrates AI into your Git workflow, allowing you to ask questions, analyze repositories, and execute Git operations using plain language.
Features
- Intelligent Analysis: Analyze repository state, recent changes, and commit history
- Natural Language QA: Ask complex Git questions and get context-aware answers
- Natural Language Commands: Run Git operations by describing what you want to do
- Flexible AI Providers: Choose from OpenRouter, Anthropic, or GitSpectre's custom provider
- Easy Access: Launch from Command Palette, keyboard shortcuts, or the sidebar
Requirements
- VS Code: 1.109.0 or newer
- AI Provider API Key: One of the following:
Extension Settings
| Setting |
Description |
Default |
gitspectre.provider |
AI provider (openrouter, anthropic, or gitspectre) |
openrouter |
gitspectre.apiKey |
OpenRouter API key |
"" |
gitspectre.anthropicApiKey |
Anthropic API key |
"" |
gitspectre.gitspectreApiKey |
GitSpectre API key |
"" |
gitspectre.model |
Optional custom model name |
"" |
gitspectre.autoActivate |
Auto-enable in Git workspaces |
true |
gitspectre.verbose |
Enable verbose logs |
false |
License
MIT
| |