githits 0.8.0 → 0.9.0
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/README.md +1 -0
- package/dist/cli.js +48 -39
- package/dist/index.js +1 -1
- package/dist/shared/{chunk-r6qmrkbn.js → chunk-g4nejfkv.js} +1 -1
- package/dist/shared/{chunk-5z3dzm7x.js → chunk-gstxy5m0.js} +1 -1
- package/dist/shared/{chunk-4dy65qws.js → chunk-mn03rmdy.js} +10 -10
- package/gemini-extension.json +1 -1
- package/package.json +4 -4
- package/plugin.json +1 -1
- package/server.json +2 -2
- package/skills/githits-code/SKILL.md +3 -0
- package/skills/githits-code/references/code-and-docs.md +2 -1
- package/skills/githits-package/SKILL.md +1 -0
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
},
|
|
7
7
|
"metadata": {
|
|
8
8
|
"description": "The code context layer for AI coding agents",
|
|
9
|
-
"version": "0.
|
|
9
|
+
"version": "0.9.0"
|
|
10
10
|
},
|
|
11
11
|
"plugins": [
|
|
12
12
|
{
|
|
13
13
|
"name": "githits",
|
|
14
|
-
"version": "0.
|
|
14
|
+
"version": "0.9.0",
|
|
15
15
|
"description": "The code context layer for AI coding agents",
|
|
16
16
|
"author": {
|
|
17
17
|
"name": "GitHits"
|
package/.plugin/plugin.json
CHANGED
package/README.md
CHANGED
|
@@ -350,6 +350,7 @@ githits example Find real-world implementations from open source
|
|
|
350
350
|
githits languages List or filter supported programming languages
|
|
351
351
|
githits feedback Submit feedback about GitHits results
|
|
352
352
|
githits doctor Diagnose configuration and auth state
|
|
353
|
+
githits settings View and update preferences, privacy, and terms
|
|
353
354
|
githits search Explore repository code, dependencies, docs, and symbols
|
|
354
355
|
githits search-status Check the status of a previous indexed search
|
|
355
356
|
githits code List, read, and grep indexed dependency source
|