File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ A Neovim plugin extension for CodeCompanion that generates AI-powered Git commit
5
5
## ✨ Features
6
6
7
7
- 🤖 ** AI Commit Generation** - Generate Conventional Commits compliant messages using CodeCompanion's LLM adapters
8
- - 🛠️ ** Git Tool Integration** - Execute Git operations through ` @git_read ` (15 read operations) and ` @git_edit ` (16 write operations) tools in chat
8
+ - 🛠️ ** Git Tool Integration** - Execute Git operations through ` @git_read ` (15 read operations) and ` @git_edit ` (17 write operations) tools in chat
9
9
- 🤖 ** Git Assistant** - Intelligent Git workflow assistance via ` @git_bot ` combining read/write operations
10
10
- 🌍 ** Multi-language Support** - Generate commit messages in multiple languages
11
11
- 📝 ** Smart Buffer Integration** - Auto-generate commit messages in gitcommit buffers with configurable keymaps
@@ -146,7 +146,7 @@ Use a comprehensive Git assistant that combines read and write operations:
146
146
```
147
147
@git_read status # Check repository status
148
148
@git_edit stage --files ["file1.txt", "file2.txt"] # Stage files
149
- /gitcommit # Generate commit message in chat
149
+ /gitcommit # Select commit and insert its content for reference
150
150
@git_edit commit --commit_message "feat: add new feature" # Commit
151
151
@git_edit push --remote "origin" --branch "main" # Push changes
152
152
```
You can’t perform that action at this time.
0 commit comments