alink-cli 0.8.1 → 0.8.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.
- package/bin/agentlink.js +1 -0
- package/dist/ui.js +1 -2
- package/package.json +1 -1
package/bin/agentlink.js
CHANGED
package/dist/ui.js
CHANGED
|
@@ -48892,8 +48892,7 @@ function MachinesView({ onDone }) {
|
|
|
48892
48892
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(Text, { color: "gray", children: "Enter \u7EE7\u7EED \xB7 Esc \u53D6\u6D88" })
|
|
48893
48893
|
] });
|
|
48894
48894
|
}
|
|
48895
|
-
|
|
48896
|
-
if (invokedByCli) {
|
|
48895
|
+
if (process.env.AGENTLINK_RENDER_TUI === "1") {
|
|
48897
48896
|
render_default(/* @__PURE__ */ (0, import_jsx_runtime.jsx)(App2, {}));
|
|
48898
48897
|
}
|
|
48899
48898
|
export {
|
package/package.json
CHANGED