visionclaw 0.1.200-beta.7 → 0.1.200-beta.8
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
|
@@ -20590,7 +20590,7 @@ var require_prompts3 = __commonJS({
|
|
|
20590
20590
|
|
|
20591
20591
|
// dist/utils/version-check.js
|
|
20592
20592
|
function isBundled() {
|
|
20593
|
-
const v14 = "0.1.200-beta.
|
|
20593
|
+
const v14 = "0.1.200-beta.8";
|
|
20594
20594
|
return typeof v14 === "string" && v14 !== "undefined";
|
|
20595
20595
|
}
|
|
20596
20596
|
function getPackageRoot() {
|
|
@@ -20607,7 +20607,7 @@ function getInstallationInfo() {
|
|
|
20607
20607
|
};
|
|
20608
20608
|
}
|
|
20609
20609
|
function getCurrentVersion() {
|
|
20610
|
-
const bundledVersion = "0.1.200-beta.
|
|
20610
|
+
const bundledVersion = "0.1.200-beta.8";
|
|
20611
20611
|
if (bundledVersion && bundledVersion !== "undefined") {
|
|
20612
20612
|
return bundledVersion;
|
|
20613
20613
|
}
|
|
@@ -989963,7 +989963,7 @@ var init_browser_launcher = __esm({
|
|
|
989963
989963
|
|
|
989964
989964
|
// dist/utils/playwriter-relay.js
|
|
989965
989965
|
function isBundled2() {
|
|
989966
|
-
const v14 = "0.1.200-beta.
|
|
989966
|
+
const v14 = "0.1.200-beta.8";
|
|
989967
989967
|
return typeof v14 === "string" && v14 !== "undefined";
|
|
989968
989968
|
}
|
|
989969
989969
|
function resolveRelayEntryPath() {
|
|
@@ -989998,7 +989998,7 @@ function getPm2RelayProcess() {
|
|
|
989998
989998
|
}
|
|
989999
989999
|
}
|
|
990000
990000
|
function pm2Start(entryPath, host, port) {
|
|
990001
|
-
const versionStr = "0.1.200-beta.
|
|
990001
|
+
const versionStr = "0.1.200-beta.8";
|
|
990002
990002
|
(0, import_node_child_process18.execFileSync)("pm2", ["start", entryPath, "--name", PM2_PROCESS_NAME, "--update-env"], {
|
|
990003
990003
|
encoding: "utf-8",
|
|
990004
990004
|
stdio: "pipe",
|
|
@@ -990024,7 +990024,7 @@ function pm2Delete() {
|
|
|
990024
990024
|
}
|
|
990025
990025
|
}
|
|
990026
990026
|
function pm2Restart(host, port) {
|
|
990027
|
-
const versionStr = "0.1.200-beta.
|
|
990027
|
+
const versionStr = "0.1.200-beta.8";
|
|
990028
990028
|
(0, import_node_child_process18.execFileSync)("pm2", ["restart", PM2_PROCESS_NAME, "--update-env"], {
|
|
990029
990029
|
encoding: "utf-8",
|
|
990030
990030
|
stdio: "pipe",
|
|
@@ -990106,7 +990106,7 @@ function reconcilePlaywriterRelay(host = "127.0.0.1", port = 19988) {
|
|
|
990106
990106
|
pm2Restart(host, port);
|
|
990107
990107
|
return;
|
|
990108
990108
|
}
|
|
990109
|
-
const currentVersion = "0.1.200-beta.
|
|
990109
|
+
const currentVersion = "0.1.200-beta.8";
|
|
990110
990110
|
if (currentEnv.VISIONCLAW_VERSION && currentEnv.VISIONCLAW_VERSION !== currentVersion) {
|
|
990111
990111
|
logger.system(`Playwriter relay: VisionClaw version changed (${currentEnv.VISIONCLAW_VERSION} \u2192 ${currentVersion}), recreating`);
|
|
990112
990112
|
pm2Delete();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "visionclaw",
|
|
3
|
-
"version": "0.1.200-beta.
|
|
3
|
+
"version": "0.1.200-beta.8",
|
|
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",
|