visionclaw 0.1.205-beta.6 → 0.1.205
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/CHANGELOG.md +19 -0
- package/dist-agent/bundle.cjs +6 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
## [0.1.205](https://github.com/babelcloud/visionclaw/compare/v0.1.204...v0.1.205) (2026-07-12)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **agent:** enhance wake cycle recovery logic for subagent continuations ([71c9dff](https://github.com/babelcloud/visionclaw/commit/71c9dff4876dfbbf21f47521916e96f9bbaa83e7))
|
|
6
|
+
* **agent:** recover prematurely ended wake cycles ([96dd3b5](https://github.com/babelcloud/visionclaw/commit/96dd3b5d6d7e7f6a4337c33dcf07228af750f7b2))
|
|
7
|
+
* **agent:** suppress text after lifecycle tools ([8f7bcb4](https://github.com/babelcloud/visionclaw/commit/8f7bcb47a9d71f3a6292e7715f5d078955fbe0b1))
|
|
8
|
+
* **session:** avoid duplicate completion notifications ([8de1471](https://github.com/babelcloud/visionclaw/commit/8de1471271e64476d89a72e820c9256dc4140369))
|
|
9
|
+
* **financial-tool:** route Shanghai ETFs to stock-sdk ([372eefe](https://github.com/babelcloud/visionclaw/commit/372eefe72dc648750414ba9d9f32fe141e99ca15))
|
|
10
|
+
* **agent:** update API references from "openai-completions" to "openai-responses" in model provider and related tests ([9cbb8fe](https://github.com/babelcloud/visionclaw/commit/9cbb8fe6a4b79027a2614593492a99e67079f5d6))
|
|
11
|
+
* **notify:** route automated email reports to owner primary ([a73dc8e](https://github.com/babelcloud/visionclaw/commit/a73dc8e895f32ad5d68cee8dd82f840adfeeaf5a))
|
|
12
|
+
* **weixin:** clarify reply progress support ([a82a254](https://github.com/babelcloud/visionclaw/commit/a82a2546de3c273a531f14c2d6fa0ba068c13e3e))
|
|
13
|
+
* **weixin:** upgrade transport robustness ([c4c8364](https://github.com/babelcloud/visionclaw/commit/c4c8364eee33507f27be72388a6ea9163f297c1a))
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* **event-trigger:** implement service key support and identity resolution ([c55e4ab](https://github.com/babelcloud/visionclaw/commit/c55e4ab04a4e19506adee7c734beb5fca97fa078))
|
|
18
|
+
|
|
19
|
+
|
|
1
20
|
## [0.1.204](https://github.com/babelcloud/visionclaw/compare/v0.1.203...v0.1.204) (2026-07-10)
|
|
2
21
|
|
|
3
22
|
### Features
|
package/dist-agent/bundle.cjs
CHANGED
|
@@ -20792,7 +20792,7 @@ var require_prompts3 = __commonJS({
|
|
|
20792
20792
|
|
|
20793
20793
|
// dist/utils/version-check.js
|
|
20794
20794
|
function isBundled() {
|
|
20795
|
-
const v14 = "0.1.205
|
|
20795
|
+
const v14 = "0.1.205";
|
|
20796
20796
|
return typeof v14 === "string" && v14 !== "undefined";
|
|
20797
20797
|
}
|
|
20798
20798
|
function getPackageRoot() {
|
|
@@ -20809,7 +20809,7 @@ function getInstallationInfo() {
|
|
|
20809
20809
|
};
|
|
20810
20810
|
}
|
|
20811
20811
|
function getCurrentVersion() {
|
|
20812
|
-
const bundledVersion = "0.1.205
|
|
20812
|
+
const bundledVersion = "0.1.205";
|
|
20813
20813
|
if (bundledVersion && bundledVersion !== "undefined") {
|
|
20814
20814
|
return bundledVersion;
|
|
20815
20815
|
}
|
|
@@ -980362,7 +980362,7 @@ var init_browser_launcher = __esm({
|
|
|
980362
980362
|
|
|
980363
980363
|
// dist/utils/playwriter-relay.js
|
|
980364
980364
|
function isBundled2() {
|
|
980365
|
-
const v14 = "0.1.205
|
|
980365
|
+
const v14 = "0.1.205";
|
|
980366
980366
|
return typeof v14 === "string" && v14 !== "undefined";
|
|
980367
980367
|
}
|
|
980368
980368
|
function resolveRelayEntryPath() {
|
|
@@ -980397,7 +980397,7 @@ function getPm2RelayProcess() {
|
|
|
980397
980397
|
}
|
|
980398
980398
|
}
|
|
980399
980399
|
function pm2Start(entryPath, host, port) {
|
|
980400
|
-
const versionStr = "0.1.205
|
|
980400
|
+
const versionStr = "0.1.205";
|
|
980401
980401
|
(0, import_node_child_process19.execFileSync)("pm2", ["start", entryPath, "--name", PM2_PROCESS_NAME, "--update-env"], {
|
|
980402
980402
|
encoding: "utf-8",
|
|
980403
980403
|
stdio: "pipe",
|
|
@@ -980423,7 +980423,7 @@ function pm2Delete() {
|
|
|
980423
980423
|
}
|
|
980424
980424
|
}
|
|
980425
980425
|
function pm2Restart(host, port) {
|
|
980426
|
-
const versionStr = "0.1.205
|
|
980426
|
+
const versionStr = "0.1.205";
|
|
980427
980427
|
(0, import_node_child_process19.execFileSync)("pm2", ["restart", PM2_PROCESS_NAME, "--update-env"], {
|
|
980428
980428
|
encoding: "utf-8",
|
|
980429
980429
|
stdio: "pipe",
|
|
@@ -980593,7 +980593,7 @@ function reconcilePlaywriterRelay(host = "127.0.0.1", port = 19988) {
|
|
|
980593
980593
|
pm2Restart(host, port);
|
|
980594
980594
|
return;
|
|
980595
980595
|
}
|
|
980596
|
-
const currentVersion = "0.1.205
|
|
980596
|
+
const currentVersion = "0.1.205";
|
|
980597
980597
|
if (currentEnv.VISIONCLAW_VERSION && currentEnv.VISIONCLAW_VERSION !== currentVersion) {
|
|
980598
980598
|
logger.system(`Playwriter relay: VisionClaw version changed (${currentEnv.VISIONCLAW_VERSION} \u2192 ${currentVersion}), recreating`);
|
|
980599
980599
|
pm2Delete();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "visionclaw",
|
|
3
|
-
"version": "0.1.205
|
|
3
|
+
"version": "0.1.205",
|
|
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",
|