githits 0.1.9 → 0.1.11
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 +1 -0
- package/dist/cli.js +973 -478
- package/dist/index.js +1 -1
- package/dist/shared/{chunk-ey1zffpv.js → chunk-hyfjv9fg.js} +1 -1
- package/gemini-extension.json +1 -1
- package/package.json +1 -1
- package/plugins/claude/.claude-plugin/plugin.json +1 -1
package/.plugin/plugin.json
CHANGED
package/README.md
CHANGED
|
@@ -174,6 +174,7 @@ githits code ... Dependency source inspection: search, files, read, grep
|
|
|
174
174
|
| `GITHITS_API_URL` | Override REST API URL | `https://api.githits.com` |
|
|
175
175
|
| `GITHITS_CODE_NAV_URL` | Override package/source service URL | environment-specific |
|
|
176
176
|
| `GITHITS_CODE_NAVIGATION` | Expose hidden `pkg` / `code` command groups locally | — |
|
|
177
|
+
| `GITHITS_TELEMETRY` | Emit end-of-run timing spans to stderr for local profiling | — |
|
|
177
178
|
|
|
178
179
|
## Manual Setup
|
|
179
180
|
|