opencode-gitbutler 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -12
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,18 +10,6 @@ AI agents generate code at a pace that manual version control can't match. Witho
10
10
 
11
11
  This plugin bridges the gap by bringing GitButler's virtual branch power directly into your OpenCode agent sessions.
12
12
 
13
- ### Comparison Table
14
-
15
- | Tool | Auto Branch Creation | LLM Commit Messages | File-to-Branch Assignment | Agent Context Injection | Zero Config |
16
- |------|---------------------|--------------------|--------------------------|-----------------------|-------------|
17
- | **opencode-gitbutler** | Yes | Yes (Claude Haiku) | Yes (`but rub`) | Yes (SKILL.md) | Yes |
18
- | GitButler Native Hooks | No | No | No | No | No (manual hook setup) |
19
- | GitButler MCP Server | No (agent must call tools) | No | No | No | No (MCP config) |
20
- | GitButler Code Agent | Yes (GUI only) | No | Yes (GUI) | No | No (requires Desktop app) |
21
- | oh-my-opencode | No | No | No | No | N/A (different purpose) |
22
- | GitKraken AI | No | Yes | No | No | No (commercial GUI) |
23
- | Manual git workflow | No | No | No | No | N/A |
24
-
25
13
  ### What This Plugin Does Differently
26
14
 
27
15
  - Only tool that combines automatic branch creation, LLM commits, file assignment, and context injection.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-gitbutler",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "type": "module",
5
5
  "description": "OpenCode plugin for GitButler integration",
6
6
  "main": "dist/index.js",