What's New
Zero installation - gitBahn now works as a pure Claude Code plugin. No binary, no cargo install, no setup.
Install in 2 commands:
/plugin marketplace add https://github.com/0xinit/gitBahn
/plugin install gitbahn
Changes
- Removed MCP server requirement - Plugin now uses git commands directly
- Simplified installation - No binary to build or install
- Updated all commands -
/gitbahn:commit,/gitbahn:realistic,/gitbahn:atomic,/gitbahn:granular
Available Commands
| Command | Description |
|---|---|
/gitbahn:commit |
Smart commit with AI-generated message |
/gitbahn:realistic |
Split by language constructs (imports → classes → functions) |
/gitbahn:atomic |
One file per commit |
/gitbahn:granular |
Split by diff hunks |
Note
The MCP server (gitbahn-mcp) is still available for advanced users who want direct tool access, but it's no longer required for the plugin to work.