crabigator 0.10.3 → 0.11.0
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.
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "crabigator",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "A TUI wrapper for Claude Code, Codex, and
|
|
3
|
+
"version": "0.11.0",
|
|
4
|
+
"description": "A TUI wrapper for Claude Code, Codex, opencode, and Grok with real-time status widgets",
|
|
5
5
|
"bin": {
|
|
6
6
|
"crabigator": "bin/crabigator.js"
|
|
7
7
|
},
|
|
@@ -25,7 +25,9 @@
|
|
|
25
25
|
"cli",
|
|
26
26
|
"ai",
|
|
27
27
|
"anthropic",
|
|
28
|
-
"codex"
|
|
28
|
+
"codex",
|
|
29
|
+
"grok",
|
|
30
|
+
"opencode"
|
|
29
31
|
],
|
|
30
32
|
"author": "Samuel Clay",
|
|
31
33
|
"license": "MIT",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|