visionclaw 0.1.198-beta.3 → 0.1.198-beta.4
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-agent/bundle.cjs +6 -6
- package/package.json +1 -1
package/dist-agent/bundle.cjs
CHANGED
|
@@ -20543,7 +20543,7 @@ var require_prompts3 = __commonJS({
|
|
|
20543
20543
|
|
|
20544
20544
|
// dist/utils/version-check.js
|
|
20545
20545
|
function isBundled() {
|
|
20546
|
-
const v14 = "0.1.198-beta.
|
|
20546
|
+
const v14 = "0.1.198-beta.4";
|
|
20547
20547
|
return typeof v14 === "string" && v14 !== "undefined";
|
|
20548
20548
|
}
|
|
20549
20549
|
function getPackageRoot() {
|
|
@@ -20560,7 +20560,7 @@ function getInstallationInfo() {
|
|
|
20560
20560
|
};
|
|
20561
20561
|
}
|
|
20562
20562
|
function getCurrentVersion() {
|
|
20563
|
-
const bundledVersion = "0.1.198-beta.
|
|
20563
|
+
const bundledVersion = "0.1.198-beta.4";
|
|
20564
20564
|
if (bundledVersion && bundledVersion !== "undefined") {
|
|
20565
20565
|
return bundledVersion;
|
|
20566
20566
|
}
|
|
@@ -956500,7 +956500,7 @@ var init_browser_launcher = __esm({
|
|
|
956500
956500
|
|
|
956501
956501
|
// dist/utils/playwriter-relay.js
|
|
956502
956502
|
function isBundled2() {
|
|
956503
|
-
const v14 = "0.1.198-beta.
|
|
956503
|
+
const v14 = "0.1.198-beta.4";
|
|
956504
956504
|
return typeof v14 === "string" && v14 !== "undefined";
|
|
956505
956505
|
}
|
|
956506
956506
|
function resolveRelayEntryPath() {
|
|
@@ -956535,7 +956535,7 @@ function getPm2RelayProcess() {
|
|
|
956535
956535
|
}
|
|
956536
956536
|
}
|
|
956537
956537
|
function pm2Start(entryPath, host, port) {
|
|
956538
|
-
const versionStr = "0.1.198-beta.
|
|
956538
|
+
const versionStr = "0.1.198-beta.4";
|
|
956539
956539
|
(0, import_node_child_process19.execFileSync)("pm2", ["start", entryPath, "--name", PM2_PROCESS_NAME, "--update-env"], {
|
|
956540
956540
|
encoding: "utf-8",
|
|
956541
956541
|
stdio: "pipe",
|
|
@@ -956561,7 +956561,7 @@ function pm2Delete() {
|
|
|
956561
956561
|
}
|
|
956562
956562
|
}
|
|
956563
956563
|
function pm2Restart(host, port) {
|
|
956564
|
-
const versionStr = "0.1.198-beta.
|
|
956564
|
+
const versionStr = "0.1.198-beta.4";
|
|
956565
956565
|
(0, import_node_child_process19.execFileSync)("pm2", ["restart", PM2_PROCESS_NAME, "--update-env"], {
|
|
956566
956566
|
encoding: "utf-8",
|
|
956567
956567
|
stdio: "pipe",
|
|
@@ -956643,7 +956643,7 @@ function reconcilePlaywriterRelay(host = "127.0.0.1", port = 19988) {
|
|
|
956643
956643
|
pm2Restart(host, port);
|
|
956644
956644
|
return;
|
|
956645
956645
|
}
|
|
956646
|
-
const currentVersion = "0.1.198-beta.
|
|
956646
|
+
const currentVersion = "0.1.198-beta.4";
|
|
956647
956647
|
if (currentEnv.VISIONCLAW_VERSION && currentEnv.VISIONCLAW_VERSION !== currentVersion) {
|
|
956648
956648
|
logger.system(`Playwriter relay: VisionClaw version changed (${currentEnv.VISIONCLAW_VERSION} \u2192 ${currentVersion}), recreating`);
|
|
956649
956649
|
pm2Delete();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "visionclaw",
|
|
3
|
-
"version": "0.1.198-beta.
|
|
3
|
+
"version": "0.1.198-beta.4",
|
|
4
4
|
"description": "A personal assistant agent that runs on your desktop, receives commands from messaging channels, and executes tasks autonomously.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|