Sign In

githits

Package Overview
Dependencies
Maintainers
3
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

githits - npm Package Compare versions

Comparing version
0.8.0
to
0.9.0
+2
dist/shared/chunk-g4nejfkv.js
import{createRequire}from"node:module";var __require=createRequire(import.meta.url);var description="The code context layer for AI coding agents";var version="0.9.0";
export{__require,description,version};
import{clearAutoLoginAuthSessionMetadata,createAuthCommandDependencies,createAuthStatusDependencies,createContainer,loadAutoLoginAuthSessionMetadata,recordAuthFingerprint}from"./chunk-mn03rmdy.js";import"./chunk-g4nejfkv.js";export{recordAuthFingerprint,loadAutoLoginAuthSessionMetadata,createContainer,createAuthStatusDependencies,createAuthCommandDependencies,clearAutoLoginAuthSessionMetadata};

Sorry, the diff of this file is too big to display

+2
-2

@@ -9,3 +9,3 @@ {

"description": "The code context layer for AI coding agents",
"version": "0.8.0"
"version": "0.9.0"
},

@@ -15,3 +15,3 @@ "plugins": [

"name": "githits",
"version": "0.8.0",
"version": "0.9.0",
"description": "The code context layer for AI coding agents",

@@ -18,0 +18,0 @@ "author": {

{
"name": "githits",
"version": "0.8.0",
"version": "0.9.0",
"description": "The code context layer for AI coding agents",

@@ -5,0 +5,0 @@ "author": {

{
"name": "githits",
"version": "0.8.0",
"version": "0.9.0",
"description": "The code context layer for AI coding agents",

@@ -5,0 +5,0 @@ "author": {

{
"name": "githits",
"version": "0.8.0",
"version": "0.9.0",
"description": "The code context layer for AI coding agents",

@@ -5,0 +5,0 @@ "author": {

{
"name": "githits",
"version": "0.8.0",
"version": "0.9.0",
"description": "The code context layer for AI coding agents",

@@ -5,0 +5,0 @@ "author": {

@@ -1,1 +0,1 @@

import{version}from"./shared/chunk-r6qmrkbn.js";export{version};
import{version}from"./shared/chunk-g4nejfkv.js";export{version};
{
"name": "githits",
"version": "0.8.0",
"version": "0.9.0",
"description": "The code context layer for AI coding agents",

@@ -5,0 +5,0 @@ "mcpServers": {

{
"name": "githits",
"description": "The code context layer for AI coding agents",
"version": "0.8.0",
"version": "0.9.0",
"mcpName": "com.githits/githits",

@@ -112,3 +112,3 @@ "type": "module",

"smol-toml": "^1.6.1",
"undici": "7.28.0",
"undici": "7.29.0",
"yaml": "^2.9.0",

@@ -118,3 +118,3 @@ "zod": "^4.4.3"

"devDependencies": {
"@biomejs/biome": "2.5.5",
"@biomejs/biome": "2.5.6",
"@types/bun": "latest",

@@ -124,5 +124,5 @@ "@types/semver": "^7.7.1",

"husky": "^9.1.7",
"lint-staged": "17.2.0",
"lint-staged": "17.3.0",
"typescript": "^7.0.2"
}
}
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "githits",
"version": "0.8.0",
"version": "0.9.0",
"description": "The code context layer for AI coding agents",

@@ -6,0 +6,0 @@ "author": {

@@ -353,2 +353,3 @@ <p align="center">

githits doctor Diagnose configuration and auth state
githits settings View and update preferences, privacy, and terms
githits search Explore repository code, dependencies, docs, and symbols

@@ -355,0 +356,0 @@ githits search-status Check the status of a previous indexed search

@@ -19,3 +19,3 @@ {

},
"version": "0.8.0",
"version": "0.9.0",
"remotes": [

@@ -32,3 +32,3 @@ {

"identifier": "githits",
"version": "0.8.0",
"version": "0.9.0",
"runtimeHint": "npx",

@@ -35,0 +35,0 @@ "transport": {

@@ -11,3 +11,3 @@ # GitHits Code And Docs CLI Reference

If search returns a `searchRef`, continue with `githits search-status <searchRef>`.
If search returns a `searchRef`, do not repeat the original search. Continue with `githits search-status <searchRef> [--wait 0-60]`; the bounded wait defaults to 20 seconds.

@@ -31,2 +31,3 @@ ## Code Files

Use `search` for discovery and `code grep` only when you know the pattern.
When grep returns no matches, do not repeat it unchanged. Change or shorten the pattern, broaden the path/filter scope, or switch to `search` for conceptual intent.

@@ -33,0 +34,0 @@ ## Docs

@@ -19,2 +19,3 @@ ---

- Do not expose credentials. If auth is required interactively, run `githits login`; use `githits login --no-browser` only when the user can complete the printed URL flow. In noninteractive eval/CI, do not start OAuth; report that `GITHITS_API_TOKEN` or prior login is required.
- If a command returns `TERMS_ACCEPTANCE_REQUIRED`, run `githits settings terms accept` or use the returned authenticated acceptance URL, then retry once.

@@ -62,2 +63,4 @@ ## Decision Flow

- Treat partial documentation coverage as incomplete evidence and retry later when advised. Capped coverage is terminal for the current crawl, so report the limitation instead of retrying.
- If search returns a `searchRef`, continue with `githits search-status <searchRef>` instead of repeating the original search. Its bounded wait defaults to 20 seconds; use `--wait 0-60` to adjust it.
- If grep returns no matches, do not repeat it unchanged. Follow the returned guidance by changing the pattern, broadening the file scope, or switching to `githits search` for conceptual discovery.
- If a code-navigation command returns `INDEXING`, use the elapsed/expected duration in the message to decide whether to retry with `--wait`; prefer any displayed indexed refs/versions when you need an immediate follow-up.

@@ -64,0 +67,0 @@ - After using GitHits results, send feedback when practical. Use `githits feedback <solution_id> --accept|--reject` for `githits example` results, or omit `<solution_id>` for generic session feedback such as `githits feedback --reject --tool search -m "missing kotlin support"`.

@@ -20,2 +20,3 @@ ---

- Do not expose credentials. If auth is required interactively, run `githits login`; use `githits login --no-browser` only when the user can complete the printed URL flow. In noninteractive eval/CI, do not start OAuth; report that `GITHITS_API_TOKEN` or prior login is required.
- If a command returns `TERMS_ACCEPTANCE_REQUIRED`, run `githits settings terms accept` or use the returned authenticated acceptance URL, then retry once.

@@ -22,0 +23,0 @@ ## Package Spec

Sorry, the diff of this file is too big to display

import{clearAutoLoginAuthSessionMetadata,createAuthCommandDependencies,createAuthStatusDependencies,createContainer,loadAutoLoginAuthSessionMetadata,recordAuthFingerprint}from"./chunk-4dy65qws.js";import"./chunk-r6qmrkbn.js";export{recordAuthFingerprint,loadAutoLoginAuthSessionMetadata,createContainer,createAuthStatusDependencies,createAuthCommandDependencies,clearAutoLoginAuthSessionMetadata};
import{createRequire}from"node:module";var __require=createRequire(import.meta.url);var description="The code context layer for AI coding agents";var version="0.8.0";
export{__require,description,version};

Sorry, the diff of this file is too big to display