githits 0.12.0 → 0.12.1
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 +2 -2
- package/.claude-plugin/plugin.json +1 -1
- package/.codex-plugin/plugin.json +1 -1
- package/.cursor-plugin/plugin.json +1 -1
- package/.plugin/plugin.json +1 -1
- package/dist/cli.js +102 -91
- package/dist/index.js +1 -1
- package/dist/shared/chunk-19g34jxs.js +2 -0
- package/dist/shared/chunk-6ryqecgv.js +1797 -0
- package/dist/shared/chunk-p441qx2h.js +1 -0
- package/gemini-extension.json +1 -1
- package/package.json +1 -1
- package/plugin.json +1 -1
- package/server.json +2 -2
- package/skills/githits-mcp/SKILL.md +2 -2
- package/skills/githits-package/references/package.md +1 -1
- package/dist/shared/chunk-2d25b2jc.js +0 -1
- package/dist/shared/chunk-th921mfc.js +0 -1749
- package/dist/shared/chunk-wwyf1snx.js +0 -2
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{loadAutoLoginAuthSessionMetadata2,clearAutoLoginAuthSessionMetadata2,createAuthCommandDependencies2,createLogoutCommandDependencies2,createAuthStatusDependencies2,createContainer2}from"./chunk-6ryqecgv.js";export{clearAutoLoginAuthSessionMetadata2 as clearAutoLoginAuthSessionMetadata,createAuthCommandDependencies2 as createAuthCommandDependencies,createAuthStatusDependencies2 as createAuthStatusDependencies,createContainer2 as createContainer,createLogoutCommandDependencies2 as createLogoutCommandDependencies,loadAutoLoginAuthSessionMetadata2 as loadAutoLoginAuthSessionMetadata};
|
package/gemini-extension.json
CHANGED
package/package.json
CHANGED
package/plugin.json
CHANGED
package/server.json
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"source": "github",
|
|
17
17
|
"id": "1165453165"
|
|
18
18
|
},
|
|
19
|
-
"version": "0.12.
|
|
19
|
+
"version": "0.12.1",
|
|
20
20
|
"remotes": [
|
|
21
21
|
{
|
|
22
22
|
"type": "streamable-http",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"registryType": "npm",
|
|
29
29
|
"registryBaseUrl": "https://registry.npmjs.org",
|
|
30
30
|
"identifier": "githits",
|
|
31
|
-
"version": "0.12.
|
|
31
|
+
"version": "0.12.1",
|
|
32
32
|
"runtimeHint": "npx",
|
|
33
33
|
"transport": {
|
|
34
34
|
"type": "stdio"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: githits-mcp
|
|
3
|
-
description: "Use
|
|
3
|
+
description: "Use GitHits MCP as the preferred source of public OSS/package evidence for tasks involving packages, frameworks, SDKs, dependencies, releases, security, documentation, repository source/code search, or canonical examples. Load before any GitHits MCP tool call."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# GitHits MCP
|
|
@@ -42,7 +42,7 @@ Indexed package/source tools inspect third-party dependency source, docs, and re
|
|
|
42
42
|
- `code_read` — read one exact file path; never use it to list/probe directories. Read only the needed lines: 150 lines by default, or up to 300 with an explicit range.
|
|
43
43
|
- `docs_list` — browse documentation pages available for a package, not standalone `site:` targets. For a package or site docs topic, use `search` with `source:"docs"`; request `format:"json"` when exact `pageId` and line locators are needed, then pass them to `docs_read`.
|
|
44
44
|
- `docs_read` — read a documentation page by pageId from `docs_list` or docs `search` results; text reads return 150 lines by default or up to 300 with an explicit range.
|
|
45
|
-
- `pkg_info` — latest package health/adoption overview: license, repo health, downloads, publish age, latest vulnerability
|
|
45
|
+
- `pkg_info` — latest package health/adoption overview: license, repo health, downloads, publish age, latest affected vulnerability count, and package-wide advisory history (all versions).
|
|
46
46
|
- `pkg_vulns` — known vulnerabilities/advisories for a package or pinned version; use `pkg_upgrade_review` for current-vs-target upgrades.
|
|
47
47
|
- `pkg_deps` — direct dependencies, dependency groups, or bounded transitive dependency footprint.
|
|
48
48
|
- `pkg_changelog` — release notes/changelog evidence for a package or GitHub repo.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
## Package Info
|
|
4
4
|
|
|
5
|
-
`githits pkg info <registry:name>` returns latest-version triage: license, description, repository popularity, downloads, publish age, and
|
|
5
|
+
`githits pkg info <registry:name>` returns latest-version triage: license, description, repository popularity, downloads, publish age, and separate latest-affected and package-wide advisory-history scopes. Use `--verbose` for GitHub language/topics/last-pushed, package-wide advisory history (all versions), published-version count, download freshness, and recent changes. Use `--json` for structured fields.
|
|
6
6
|
|
|
7
7
|
Supported registries include npm, PyPI, Hex, Crates, NuGet, Maven, Packagist, RubyGems, Go, Swift, vcpkg, and Zig.
|
|
8
8
|
Swift package targets use `swift:github.com/<owner>/<repo>`; Zig package targets use `zig:gh/<owner>/<repo>`.
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{clearAutoLoginAuthSessionMetadata,createAuthCommandDependencies,createAuthStatusDependencies,createContainer,createLogoutCommandDependencies,loadAutoLoginAuthSessionMetadata,recordAuthFingerprint}from"./chunk-th921mfc.js";import"./chunk-wwyf1snx.js";export{clearAutoLoginAuthSessionMetadata,createAuthCommandDependencies,createAuthStatusDependencies,createContainer,createLogoutCommandDependencies,loadAutoLoginAuthSessionMetadata,recordAuthFingerprint};
|