@iroaxel/arcena 4.3.160 → 4.3.161
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
|
@@ -48,7 +48,7 @@ import {
|
|
|
48
48
|
use_app_default,
|
|
49
49
|
use_input_default,
|
|
50
50
|
use_stdout_default
|
|
51
|
-
} from "./chunk-
|
|
51
|
+
} from "./chunk-JAIUQJCR.js";
|
|
52
52
|
import "./chunk-BRK5DUUL.js";
|
|
53
53
|
import {
|
|
54
54
|
source_default
|
|
@@ -341,7 +341,7 @@ init_esm_shims();
|
|
|
341
341
|
// package.json
|
|
342
342
|
var package_default = {
|
|
343
343
|
name: "@iroaxel/arcena",
|
|
344
|
-
version: "4.3.
|
|
344
|
+
version: "4.3.161",
|
|
345
345
|
type: "module",
|
|
346
346
|
description: "Orchestrator agent that drives multiple arcicoder sessions across projects from a single chat",
|
|
347
347
|
license: "MIT",
|
|
@@ -1672,7 +1672,7 @@ function BossFooter({
|
|
|
1672
1672
|
] }),
|
|
1673
1673
|
updatePending && /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)(import_jsx_runtime8.Fragment, { children: [
|
|
1674
1674
|
sep,
|
|
1675
|
-
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Text, { color: theme.success, bold: true, wrap: "truncate", children: useShortUpdate ? "
|
|
1675
|
+
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Text, { color: theme.success, bold: true, wrap: "truncate", children: useShortUpdate ? "Installing\u2026" : "Installing in background \xB7 relaunch when done" })
|
|
1676
1676
|
] })
|
|
1677
1677
|
] })
|
|
1678
1678
|
] });
|