@gkoreli/ghx 2.1.5 → 2.1.7
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/README.md +1 -0
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -59,6 +59,7 @@ ghx read <owner/repo> <f1> [f2] [f3] # Read 1-10 files (GraphQL batching)
|
|
|
59
59
|
ghx search "<query>" # Code search with matching lines
|
|
60
60
|
ghx repos "<query>" # Repo search with README preview
|
|
61
61
|
ghx tree <owner/repo> [path] # Full recursive tree
|
|
62
|
+
ghx tree <owner/repo> [path] --depth N # Tree limited to N levels
|
|
62
63
|
```
|
|
63
64
|
|
|
64
65
|
## Codemode
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gkoreli/ghx",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.7",
|
|
4
4
|
"description": "Agent-first GitHub code exploration. GraphQL batching, code maps, codemode TypeScript sandbox, MCP server.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"ghx": "npm/bin/ghx"
|
|
@@ -27,11 +27,11 @@
|
|
|
27
27
|
"node": ">=16"
|
|
28
28
|
},
|
|
29
29
|
"optionalDependencies": {
|
|
30
|
-
"@gkoreli/ghx-darwin-arm64": "2.1.
|
|
31
|
-
"@gkoreli/ghx-darwin-x64": "2.1.
|
|
32
|
-
"@gkoreli/ghx-linux-arm64": "2.1.
|
|
33
|
-
"@gkoreli/ghx-linux-x64": "2.1.
|
|
34
|
-
"@gkoreli/ghx-win32-arm64": "2.1.
|
|
35
|
-
"@gkoreli/ghx-win32-x64": "2.1.
|
|
30
|
+
"@gkoreli/ghx-darwin-arm64": "2.1.7",
|
|
31
|
+
"@gkoreli/ghx-darwin-x64": "2.1.7",
|
|
32
|
+
"@gkoreli/ghx-linux-arm64": "2.1.7",
|
|
33
|
+
"@gkoreli/ghx-linux-x64": "2.1.7",
|
|
34
|
+
"@gkoreli/ghx-win32-arm64": "2.1.7",
|
|
35
|
+
"@gkoreli/ghx-win32-x64": "2.1.7"
|
|
36
36
|
}
|
|
37
37
|
}
|