xgen-dex-cli 1.51.0 → 1.53.0

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.
@@ -7,7 +7,7 @@ import {
7
7
  parseAgentTrigger,
8
8
  publicError,
9
9
  triggerRowLabel
10
- } from "./chunk-BI3JMI6K.js";
10
+ } from "./chunk-MBYSLVJW.js";
11
11
 
12
12
  // src/tui/index.tsx
13
13
  import { render } from "ink";
@@ -2517,4 +2517,4 @@ async function runTui(engine) {
2517
2517
  export {
2518
2518
  runTui
2519
2519
  };
2520
- //# sourceMappingURL=tui-U3UCSKJY.js.map
2520
+ //# sourceMappingURL=tui-ZPTUGL3B.js.map
package/dist/cli.js CHANGED
@@ -11,7 +11,7 @@ import {
11
11
  describeStreamError,
12
12
  openWithDefaultApp,
13
13
  publicError
14
- } from "./chunks/chunk-BI3JMI6K.js";
14
+ } from "./chunks/chunk-MBYSLVJW.js";
15
15
 
16
16
  // src/cli.ts
17
17
  import { stdin as stdin3, stdout as stdout2, stderr as stderr2 } from "node:process";
@@ -687,7 +687,7 @@ function bindCliHost(configStore) {
687
687
  var credentials = new SystemCredentialStore();
688
688
 
689
689
  // src/cli.ts
690
- var VERSION = true ? "1.51.0" : "dev";
690
+ var VERSION = true ? "1.53.0" : "dev";
691
691
  var HELP = `XGEN Dex CLI ${VERSION}
692
692
 
693
693
  Usage:
@@ -974,7 +974,7 @@ async function run2() {
974
974
  ci: process.env.CI
975
975
  };
976
976
  if (shouldLaunchTui(args.positionals, terminal)) {
977
- const { runTui } = await import("./chunks/tui-U3UCSKJY.js");
977
+ const { runTui } = await import("./chunks/tui-ZPTUGL3B.js");
978
978
  try {
979
979
  await runTui(engine);
980
980
  } finally {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xgen-dex-cli",
3
- "version": "1.51.0",
3
+ "version": "1.53.0",
4
4
  "description": "XGEN Dex CLI — 터미널에서 XGEN 에이전트와 대화하고, 이 컴퓨터의 셸·파일·MCP 를 에이전트에게 빌려 줍니다.",
5
5
  "type": "module",
6
6
  "bin": {