githits 0.4.6 → 0.4.7
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 +2 -2
- package/dist/cli.js +758 -251
- package/dist/index.js +1 -1
- package/dist/shared/{chunk-2fdxv7pe.js → chunk-70bn2pmx.js} +2 -2
- package/dist/shared/{chunk-a1hzwt2m.js → chunk-7b4f7fd5.js} +1 -1
- package/dist/shared/{chunk-f16s86ze.js → chunk-tm11qwgr.js} +4 -1
- package/gemini-extension.json +1 -1
- package/package.json +2 -2
- package/plugins/claude/.claude-plugin/plugin.json +1 -1
package/.plugin/plugin.json
CHANGED
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@ GitHits gives your AI coding assistant access to verified, canonical code exampl
|
|
|
10
10
|
npx githits init
|
|
11
11
|
```
|
|
12
12
|
|
|
13
|
-
`init`
|
|
13
|
+
`init` walks you through setup: choose the local MCP server or Agent Skills, detect your coding tools, sign in, and connect everything to GitHits.
|
|
14
14
|
|
|
15
15
|
Supported tools: Claude Code, Cursor, Windsurf, VS Code / Copilot, Cline, Claude Desktop, Codex CLI, Pi, Gemini CLI, Google Antigravity, and OpenCode.
|
|
16
16
|
|
|
@@ -262,7 +262,7 @@ After the initial `npm link`, only `bun run build` is needed for subsequent chan
|
|
|
262
262
|
|
|
263
263
|
## Requirements
|
|
264
264
|
|
|
265
|
-
- Node.js
|
|
265
|
+
- Node.js 20.12+, 22.13+, or later
|
|
266
266
|
|
|
267
267
|
## License
|
|
268
268
|
|