Core Functionality Preserved: SKIP_AI_MESSAGES: false by default ✅ AI can execute commands it generates ✅ Your main use case works perfectly ✅ Safety Features Available: Optional AI message filtering (SKIP_AI_MESSAGES: true) ✅ Code block detection (always on) ✅ Content deduplication ✅ Memory cleanup ✅ Technical Improvements: Delay consistency (1000ms everywhere) ✅ Commit message included in mock response ✅ |
||
|---|---|---|
| Docs | ||
| src | ||
| README.md | ||
README.md
AI Repo Commander
A safety-first browser extension that enables AI assistants to securely interact with git repositories through YAML-style commands.
Features
- 🛡️ Safety-first design with master kill switch
- 📝 YAML-style command syntax
- 🤖 Bot typing protection (5-second debounce)
- 🔍 Comprehensive validation
- 📊 Clear status feedback
- 🔧 Cross-platform support (ChatGPT, Claude, Gemini)
Quick Start
- Install Violentmonkey or Tampermonkey
- Load
src/ai-repo-commander.user.js - Review and enable API in configuration
- Use YAML commands in AI chats
Command Examples
^%$bridge
action: update_file
repo: my-project
path: README.md
content: |
Updated content
with multiple lines