Sign In

githits

Package Overview
Dependencies
Maintainers
3
Versions
52
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.6.4
to
0.6.5
dist/shared/chunk-29jz9bxq.js

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

+1
import{clearAutoLoginAuthSessionMetadata,createAuthCommandDependencies,createAuthStatusDependencies,createContainer,loadAutoLoginAuthSessionMetadata,recordAuthFingerprint}from"./chunk-29jz9bxq.js";import"./chunk-vef9cbqz.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.6.5";
export{__require,description,version};
+1
-1

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

"description": "The code context layer for AI coding agents",
"version": "0.6.4"
"version": "0.6.5"
},

@@ -12,0 +12,0 @@ "plugins": [

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

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

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

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

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

import{version}from"./shared/chunk-502sxvqf.js";export{version};
import{version}from"./shared/chunk-vef9cbqz.js";export{version};
{
"name": "githits",
"version": "0.6.4",
"version": "0.6.5",
"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.6.4",
"version": "0.6.5",
"mcpName": "com.githits/githits",

@@ -91,6 +91,6 @@ "type": "module",

"dependencies": {
"@inquirer/checkbox": "5.1.5",
"@inquirer/confirm": "6.0.13",
"@inquirer/core": "11.1.10",
"@inquirer/select": "5.1.5",
"@inquirer/checkbox": "5.2.1",
"@inquirer/confirm": "6.1.1",
"@inquirer/core": "11.2.1",
"@inquirer/select": "5.2.1",
"@modelcontextprotocol/sdk": "^1.29.0",

@@ -108,6 +108,6 @@ "@napi-rs/keyring": "^1.3.0",

"devDependencies": {
"@biomejs/biome": "2.5.1",
"@biomejs/biome": "2.5.2",
"@types/bun": "latest",
"@types/semver": "^7.7.1",
"bunup": "^0.16.31",
"bunup": "^0.16.32",
"husky": "^9.1.7",

@@ -114,0 +114,0 @@ "lint-staged": "17.0.8",

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

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

@@ -166,12 +166,27 @@ <p align="center">

- `init --no-browser` or `login --no-browser` prints a login URL for SSH, containers, or headless sessions
- `init --no-browser` or `login --no-browser` prints the login URL instead of launching a browser
- `init --port <port>` or `login --port <port>` fixes the loopback callback port
- `login --force` re-authenticates even if you are already logged in
- `login --port <port>` uses a specific local callback port
For CI or non-interactive environments, use an API token:
The OAuth callback always listens on the machine where GitHits is running.
When GitHits runs over SSH and the browser runs locally, forward the selected
port from the browser machine:
```sh
export GITHITS_API_TOKEN=ghi-your-token-here
ssh -N -L 8765:127.0.0.1:8765 user@remote-host
```
With that tunnel open, run GitHits on the remote machine using the same port:
```sh
npx githits@latest init --no-browser --port 8765
```
Open the URL printed by GitHits in the local browser. Replace
`user@remote-host` with the SSH destination you normally use. The same flags
work with `githits login` after setup.
Browser OAuth is interactive. For CI and other unattended environments, supply
`GITHITS_API_TOKEN` through the environment's secret manager.
Inspect auth and runtime state with:

@@ -178,0 +193,0 @@

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

},
"version": "0.6.4",
"version": "0.6.5",
"remotes": [

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

"identifier": "githits",
"version": "0.6.4",
"version": "0.6.5",
"runtimeHint": "npx",

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

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

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

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