kodingo-cli 1.0.15 → 1.0.16

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.
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.inferDecisionSummary = inferDecisionSummary;
4
4
  exports.inferMemoryFromCode = inferMemoryFromCode;
5
- const KODINGO_API_URL = process.env.KODINGO_API_URL ?? "https://kodingo-api.onrender.com";
5
+ const KODINGO_API_URL = process.env.KODINGO_API_URL ?? "https://api.kodingo.xyz";
6
6
  async function inferDecisionSummary(input) {
7
7
  try {
8
8
  const code = input.diff.slice(0, 2000);
@@ -52,7 +52,7 @@ const path = __importStar(require("path"));
52
52
  const os = __importStar(require("os"));
53
53
  const open_1 = __importDefault(require("open"));
54
54
  const persistence_config_1 = require("../utils/persistence-config");
55
- const API_BASE = "https://kodingo-api.onrender.com";
55
+ const API_BASE = "https://api.kodingo.xyz";
56
56
  const APP_URL = "https://kodingo.xyz";
57
57
  const CONFIG_DIR = path.join(os.homedir(), ".kodingo");
58
58
  const AUTH_TOKEN_PATH = path.join(CONFIG_DIR, "auth.json");
@@ -20,7 +20,7 @@ exports.scanRepoCommand = scanRepoCommand;
20
20
  const fs_1 = __importDefault(require("fs"));
21
21
  const path_1 = __importDefault(require("path"));
22
22
  const persistence_config_1 = require("../utils/persistence-config");
23
- const API_BASE = "https://kodingo-api.onrender.com";
23
+ const API_BASE = "https://api.kodingo.xyz";
24
24
  const SUPPORTED_EXTENSIONS = [
25
25
  ".ts", ".tsx", ".js", ".jsx",
26
26
  ".py", ".go", ".rs", ".php",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kodingo-cli",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "description": "Kodingo CLI",
5
5
  "license": "MIT",
6
6
  "private": false,