visionclaw 0.1.188-beta.5 → 0.1.188
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 +30 -0
- package/dist-agent/bundle.cjs +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,33 @@
|
|
|
1
|
+
## [0.1.188](https://github.com/babelcloud/visionclaw/compare/v0.1.187...v0.1.188) (2026-04-26)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* revert symlink removal, keep .pnpm copy + only use BuildKit cache ([b068163](https://github.com/babelcloud/visionclaw/commit/b068163e1f99cce76d3a943736a7beb3edc6c1ed))
|
|
6
|
+
* use checkout --detach + -B to handle force-pushed branches in deploy ([1724652](https://github.com/babelcloud/visionclaw/commit/17246529d234194743cd141e040d8db9f567a0c0))
|
|
7
|
+
* use checkout --detach + checkout -B to handle diverged local branch ([ec4886f](https://github.com/babelcloud/visionclaw/commit/ec4886f57df4568bbab926f75fdc2be77769b76e))
|
|
8
|
+
* revert to isolated linker + in-place symlink resolution for standalone ([92802ad](https://github.com/babelcloud/visionclaw/commit/92802adf697e6f85c489a73ff26e94ef004b3807))
|
|
9
|
+
* apply same tags string->string[] fix to Agent interface and call sites ([10680a5](https://github.com/babelcloud/visionclaw/commit/10680a5a4ffba59d677454a27115e7b5a7188c6b))
|
|
10
|
+
* remove language/timezone selection from onboarding flow ([e6538b4](https://github.com/babelcloud/visionclaw/commit/e6538b43ebc6cc9969f17bcd9e9abf5360186680))
|
|
11
|
+
* **admin:** parse machine tags from JSON string to array in mapMachineRow ([d40c912](https://github.com/babelcloud/visionclaw/commit/d40c912e7071c62862baa199ed4dee075c7da564))
|
|
12
|
+
* **admin:** add defensive array checks in remote access components ([7508cd2](https://github.com/babelcloud/visionclaw/commit/7508cd23b4f1697eec76152a909a05e32b5a8ed9))
|
|
13
|
+
* mock process.platform in darwin test for CI compatibility ([0e4bb17](https://github.com/babelcloud/visionclaw/commit/0e4bb17bb1acadb281caba554176acf6e65632de))
|
|
14
|
+
* **admin:** prevent modal from closing on backdrop click or Escape key ([c838d26](https://github.com/babelcloud/visionclaw/commit/c838d267090dfa367b0e267383e7c03235054f2b))
|
|
15
|
+
|
|
16
|
+
### Features
|
|
17
|
+
|
|
18
|
+
* implement in-process heartbeat watchdog for improved liveness monitoring ([6d61662](https://github.com/babelcloud/visionclaw/commit/6d61662de251a8ece10c36366e816fcc99e9c62e))
|
|
19
|
+
* add system privilege admin configuration for macOS ([8ccbab1](https://github.com/babelcloud/visionclaw/commit/8ccbab1f9f92f3d274d7bbf3f3c92a20e7946f6c))
|
|
20
|
+
* implement external heartbeat watchdog management ([6f21fe7](https://github.com/babelcloud/visionclaw/commit/6f21fe7c93787134545f926960f6cb82a3aaac99))
|
|
21
|
+
* **admin:** add cross-navigation links between agents, machines, and profiles ([385e0b7](https://github.com/babelcloud/visionclaw/commit/385e0b7de48fb21f54b1c509137fa1d91cbeb39d))
|
|
22
|
+
* **admin:** make machine IDs clickable links to machine detail page ([54a3e72](https://github.com/babelcloud/visionclaw/commit/54a3e723d7f8d4f7c3c23cd0f3ea5d3784910ad8))
|
|
23
|
+
* open gh auth login in Playwright Chrome profile ([e01ffab](https://github.com/babelcloud/visionclaw/commit/e01ffabc7f629321726b800375394230f662edd3))
|
|
24
|
+
* **email:** add HTML body and attachments support to manage_email tool ([9580a6a](https://github.com/babelcloud/visionclaw/commit/9580a6ac69be8bebd8ede8e78ee9768e9ec98c0f))
|
|
25
|
+
* add tags UI for agents and machines admin pages ([a2c3e5f](https://github.com/babelcloud/visionclaw/commit/a2c3e5fdc432713a29e25ca57e47fcd57a7c6ac5))
|
|
26
|
+
* add tags support for agents and machines ([ccd94e2](https://github.com/babelcloud/visionclaw/commit/ccd94e2f77c91563864dd634d37600bff2b2666f))
|
|
27
|
+
* add external heartbeat watchdog to detect blocked event loops ([4e085a9](https://github.com/babelcloud/visionclaw/commit/4e085a9adbddb38d3e1e962fadc05327151887c8))
|
|
28
|
+
* **admin:** improve machines table UI and add machine detail page ([9c6c297](https://github.com/babelcloud/visionclaw/commit/9c6c2971e4cf243893b3e5fcdd934316bd4bfb47))
|
|
29
|
+
|
|
30
|
+
|
|
1
31
|
## [0.1.187](https://github.com/babelcloud/visionclaw/compare/v0.1.186...v0.1.187) (2026-04-24)
|
|
2
32
|
|
|
3
33
|
### Bug Fixes
|
package/dist-agent/bundle.cjs
CHANGED
|
@@ -20369,7 +20369,7 @@ var require_prompts3 = __commonJS({
|
|
|
20369
20369
|
|
|
20370
20370
|
// dist/utils/version-check.js
|
|
20371
20371
|
function isBundled() {
|
|
20372
|
-
const v16 = "0.1.188
|
|
20372
|
+
const v16 = "0.1.188";
|
|
20373
20373
|
return typeof v16 === "string" && v16 !== "undefined";
|
|
20374
20374
|
}
|
|
20375
20375
|
function getPackageRoot() {
|
|
@@ -20386,7 +20386,7 @@ function getInstallationInfo() {
|
|
|
20386
20386
|
};
|
|
20387
20387
|
}
|
|
20388
20388
|
function getCurrentVersion() {
|
|
20389
|
-
const bundledVersion = "0.1.188
|
|
20389
|
+
const bundledVersion = "0.1.188";
|
|
20390
20390
|
if (bundledVersion && bundledVersion !== "undefined") {
|
|
20391
20391
|
return bundledVersion;
|
|
20392
20392
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "visionclaw",
|
|
3
|
-
"version": "0.1.188
|
|
3
|
+
"version": "0.1.188",
|
|
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",
|