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
|
@@ -5,14 +5,14 @@
|
|
|
5
5
|
"email": "support@githits.com"
|
|
6
6
|
},
|
|
7
7
|
"metadata": {
|
|
8
|
-
"description": "
|
|
9
|
-
"version": "0.6.
|
|
8
|
+
"description": "The code context layer for AI coding agents",
|
|
9
|
+
"version": "0.6.3"
|
|
10
10
|
},
|
|
11
11
|
"plugins": [
|
|
12
12
|
{
|
|
13
13
|
"name": "githits",
|
|
14
14
|
"source": "./plugins/claude",
|
|
15
|
-
"description": "
|
|
15
|
+
"description": "The code context layer for AI coding agents",
|
|
16
16
|
"author": {
|
|
17
17
|
"name": "GitHits"
|
|
18
18
|
},
|
package/.plugin/plugin.json
CHANGED
package/GEMINI.md
CHANGED
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<h1 align="center">GitHits CLI</h1>
|
|
6
6
|
|
|
7
7
|
<p align="center">
|
|
8
|
-
|
|
8
|
+
The code context layer for AI coding agents.
|
|
9
9
|
</p>
|
|
10
10
|
|
|
11
11
|
<p align="center">
|
|
@@ -313,7 +313,7 @@ This repository contains the GitHits CLI and reusable MCP package:
|
|
|
313
313
|
|
|
314
314
|
Requirements:
|
|
315
315
|
|
|
316
|
-
- Node.js `^20.
|
|
316
|
+
- Node.js `^20.18.1 || >=22.13.0`
|
|
317
317
|
- Bun
|
|
318
318
|
|
|
319
319
|
Common commands:
|