githits 0.6.2 → 0.6.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 +3 -3
- package/.claude-plugin/plugin.json +2 -2
- package/.plugin/plugin.json +2 -2
- package/GEMINI.md +1 -1
- package/README.md +2 -2
- package/dist/cli.js +33 -22
- package/dist/index.js +1 -1
- package/dist/shared/{chunk-k9n5z10a.js → chunk-d5rp3ryj.js} +15 -15
- package/dist/shared/{chunk-3vmhm7an.js → chunk-k768ws3z.js} +1 -1
- package/dist/shared/chunk-nftysk9t.js +2 -0
- package/gemini-extension.json +2 -2
- package/package.json +5 -3
- package/plugins/claude/.claude-plugin/plugin.json +2 -2
- package/server.json +2 -2
- package/dist/shared/chunk-572afq8h.js +0 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
import{clearAutoLoginAuthSessionMetadata,createAuthCommandDependencies,createAuthStatusDependencies,createContainer,loadAutoLoginAuthSessionMetadata,recordAuthFingerprint}from"./chunk-
|
|
1
|
+
import{clearAutoLoginAuthSessionMetadata,createAuthCommandDependencies,createAuthStatusDependencies,createContainer,loadAutoLoginAuthSessionMetadata,recordAuthFingerprint}from"./chunk-d5rp3ryj.js";import"./chunk-nftysk9t.js";export{recordAuthFingerprint,loadAutoLoginAuthSessionMetadata,createContainer,createAuthStatusDependencies,createAuthCommandDependencies,clearAutoLoginAuthSessionMetadata};
|
package/gemini-extension.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "githits",
|
|
3
|
-
"version": "0.6.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.6.3",
|
|
4
|
+
"description": "The code context layer for AI coding agents",
|
|
5
5
|
"mcpServers": {
|
|
6
6
|
"githits": {
|
|
7
7
|
"command": "npx",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "githits",
|
|
3
|
-
"description": "
|
|
4
|
-
"version": "0.6.
|
|
3
|
+
"description": "The code context layer for AI coding agents",
|
|
4
|
+
"version": "0.6.3",
|
|
5
5
|
"mcpName": "com.githits/githits",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"workspaces": [
|
|
@@ -40,6 +40,7 @@
|
|
|
40
40
|
"inspector": "npx @modelcontextprotocol/inspector bun run dev mcp",
|
|
41
41
|
"smoke:cli": "bun run scripts/cli-smoke.ts",
|
|
42
42
|
"smoke:mcp": "bun run scripts/mcp-smoke.ts",
|
|
43
|
+
"smoke:proxy-node": "bun run scripts/run-proxy-node-smoke.ts",
|
|
43
44
|
"validate:packages": "bun run scripts/validate-public-packages.ts",
|
|
44
45
|
"validate:packages:mcp-publish": "bun run scripts/validate-public-packages.ts --mcp-publish-dry-run",
|
|
45
46
|
"sync:claude-skills": "bun run scripts/sync-claude-skill-assets.ts",
|
|
@@ -79,7 +80,7 @@
|
|
|
79
80
|
"url": "https://github.com/githits-com/githits-cli/issues"
|
|
80
81
|
},
|
|
81
82
|
"engines": {
|
|
82
|
-
"node": "^20.
|
|
83
|
+
"node": "^20.18.1 || >=22.13.0"
|
|
83
84
|
},
|
|
84
85
|
"publishConfig": {
|
|
85
86
|
"access": "public"
|
|
@@ -96,6 +97,7 @@
|
|
|
96
97
|
"open": "^11.0.0",
|
|
97
98
|
"semver": "7.8.5",
|
|
98
99
|
"smol-toml": "^1.6.1",
|
|
100
|
+
"undici": "7.28.0",
|
|
99
101
|
"yaml": "^2.9.0",
|
|
100
102
|
"zod": "^4.4.3"
|
|
101
103
|
},
|
package/server.json
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"source": "github",
|
|
17
17
|
"id": "1165453165"
|
|
18
18
|
},
|
|
19
|
-
"version": "0.6.
|
|
19
|
+
"version": "0.6.3",
|
|
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.6.
|
|
31
|
+
"version": "0.6.3",
|
|
32
32
|
"runtimeHint": "npx",
|
|
33
33
|
"transport": {
|
|
34
34
|
"type": "stdio"
|