githits 0.1.2 → 0.1.3
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/dist/cli.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
version
|
|
4
|
-
} from "./shared/chunk-
|
|
4
|
+
} from "./shared/chunk-8dn0z2ja.js";
|
|
5
5
|
|
|
6
6
|
// src/cli.ts
|
|
7
7
|
import { Command } from "commander";
|
|
@@ -1189,6 +1189,8 @@ function requireAuth(deps, context) {
|
|
|
1189
1189
|
console.log(` githits login
|
|
1190
1190
|
`);
|
|
1191
1191
|
console.log("Or set GITHITS_API_TOKEN environment variable.");
|
|
1192
|
+
console.log(`
|
|
1193
|
+
Need help? support@githits.com`);
|
|
1192
1194
|
throw new AuthRequiredError(`Authentication required${suffix}`);
|
|
1193
1195
|
}
|
|
1194
1196
|
|
|
@@ -1807,7 +1809,9 @@ Getting started:
|
|
|
1807
1809
|
githits mcp Start MCP server for your AI assistant
|
|
1808
1810
|
githits search "query" --lang python Search for code examples
|
|
1809
1811
|
|
|
1810
|
-
Learn more at https://githits.com
|
|
1812
|
+
Learn more at https://githits.com
|
|
1813
|
+
Docs: https://app.githits.com/docs/
|
|
1814
|
+
Support: support@githits.com`);
|
|
1811
1815
|
registerLoginCommand(program);
|
|
1812
1816
|
registerLogoutCommand(program);
|
|
1813
1817
|
registerMcpCommand(program);
|
package/dist/index.js
CHANGED