Skip to content

Commit 010ef18

Browse files
committed
docs(readme): update git tool counts and usage example
- update `@git_edit` write operations count from 16 to 17 - clarify `/gitcommit` usage example to indicate content insertion for reference
1 parent 352305c commit 010ef18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A Neovim plugin extension for CodeCompanion that generates AI-powered Git commit
55
## ✨ Features
66

77
- 🤖 **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
99
- 🤖 **Git Assistant** - Intelligent Git workflow assistance via `@git_bot` combining read/write operations
1010
- 🌍 **Multi-language Support** - Generate commit messages in multiple languages
1111
- 📝 **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:
146146
```
147147
@git_read status # Check repository status
148148
@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
150150
@git_edit commit --commit_message "feat: add new feature" # Commit
151151
@git_edit push --remote "origin" --branch "main" # Push changes
152152
```

0 commit comments

Comments
 (0)