githits 0.4.2 → 0.4.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.
- package/.claude-plugin/marketplace.json +1 -1
- package/.claude-plugin/plugin.json +1 -1
- package/.plugin/plugin.json +1 -1
- package/README.md +3 -3
- package/dist/cli.js +369 -189
- package/dist/index.js +1 -1
- package/dist/shared/{chunk-v8sths32.js → chunk-15argn2z.js} +7 -17
- package/dist/shared/{chunk-q2mre780.js → chunk-kmka6wpx.js} +2 -2
- package/dist/shared/{chunk-jdygt0ra.js → chunk-q6d3ttgn.js} +1 -1
- package/gemini-extension.json +1 -1
- package/package.json +4 -1
- package/plugins/claude/.claude-plugin/plugin.json +1 -1
package/.plugin/plugin.json
CHANGED
package/README.md
CHANGED
|
@@ -106,10 +106,10 @@ GitHits also exposes indexed package/source tools:
|
|
|
106
106
|
| `search_status` | Follow up a prior indexed `search` by `searchRef` |
|
|
107
107
|
| `docs_list` | Browse mixed package documentation pages |
|
|
108
108
|
| `docs_read` | Read a documentation page by page ID |
|
|
109
|
-
| `pkg_info` | Quick package
|
|
110
|
-
| `pkg_vulns` | CVE / OSV advisories for a package or specific version |
|
|
109
|
+
| `pkg_info` | Quick package triage: version, license, repository popularity, downloads, vulnerabilities |
|
|
110
|
+
| `pkg_vulns` | CVE / OSV advisories for a package or specific version, with filter echo and compact/verbose modes |
|
|
111
111
|
| `pkg_deps` | Direct dependencies, dependency groups, and optional transitive graph |
|
|
112
|
-
| `pkg_changelog` | Release notes / changelog entries for a package or GitHub repo |
|
|
112
|
+
| `pkg_changelog` | Release notes / changelog entries for a package or GitHub repo, with compact timeline and body-preview controls |
|
|
113
113
|
| `code_files` | Discover what files a dependency or repo contains |
|
|
114
114
|
| `code_read` | Read a dependency file by path |
|
|
115
115
|
| `code_grep` | Deterministic text grep across indexed dependency or repo files |
|