jukto-cli 0.1.1 → 0.1.2

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -30,7 +30,7 @@ import { createRequire } from "module";
30
30
  const __require = createRequire(import.meta.url);
31
31
  const VERSION = __require("../package.json").version;
32
32
  const VERBOSE_AI_LOGS = process.env.JUKTO_DEBUG_AI === "1";
33
- const PTY_RELEASE_BASE_URL = "https://github.com/jukto-dev/jukto/releases/download/v0";
33
+ const PTY_RELEASE_BASE_URL = "https://github.com/ahm0xc/jukto/releases/download/v0";
34
34
  const AI_RUNTIME_INSTALL_CANDIDATES = {
35
35
  opencode: ["opencode-ai", "@opencode-ai/cli", "opencode"],
36
36
  codex: ["@openai/codex", "codex"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jukto-cli",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "author": {
5
5
  "name": "Saif Ahmed",
6
6
  "email": "codingwebsa@gmail.com",