visionclaw 0.1.179 → 0.1.180
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 +214 -487
- package/dist-agent/bundle.cjs +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,521 +1,513 @@
|
|
|
1
|
-
## [0.1.
|
|
1
|
+
## [0.1.180](https://github.com/babelcloud/visionclaw/compare/v0.1.179...v0.1.180) (2026-04-11)
|
|
2
2
|
|
|
3
3
|
|
|
4
|
+
## [0.1.179](https://github.com/babelcloud/visionclaw/compare/v0.1.178...v0.1.179) (2026-04-11)
|
|
4
5
|
|
|
5
|
-
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* keep placeholder replacement, trigger compaction when image count is high ([309eae8](https://github.com/babelcloud/visionclaw/commit/309eae8aec9bd43af5d1c5b5d160320e59958019))
|
|
9
|
+
* remove pruned image blocks instead of replacing with placeholders ([e06da92](https://github.com/babelcloud/visionclaw/commit/e06da92b184ebaf56493b1c22445ccf1f05a1ed6))
|
|
10
|
+
* resolve lint error for silenceTimedOut narrowing ([182ea60](https://github.com/babelcloud/visionclaw/commit/182ea600b8932208afdbad377b7bc9b855592c40))
|
|
11
|
+
* remove unnecessary nullish coalescing to pass lint ([86d16ff](https://github.com/babelcloud/visionclaw/commit/86d16fffe0374da52771250c6aad9465ad17e8e2))
|
|
12
|
+
* **learning-mode:** only notify user if messages are queued, not proactively ([7eb3fbc](https://github.com/babelcloud/visionclaw/commit/7eb3fbc592f926911d9c85bbf3751dd40035557a))
|
|
13
|
+
* **lint:** rename unused config param to _config in runSkillLearningGate ([95b833f](https://github.com/babelcloud/visionclaw/commit/95b833f8a1f0d4a8aafc243f1de1a91858dd2488))
|
|
6
14
|
|
|
15
|
+
### Features
|
|
7
16
|
|
|
17
|
+
* support phone call, the agent can call merchants now! ([2dca6ed](https://github.com/babelcloud/visionclaw/commit/2dca6ed9694a35e2d73097c7a827918854922f72))
|
|
18
|
+
* add "Heavy duty" feature to pricing and welcome pages ([e869478](https://github.com/babelcloud/visionclaw/commit/e86947889b69be4310c0527136884e78ad9ec598))
|
|
19
|
+
* **android-use:** integrate Android Use tools into OpenAITools ([53bc80e](https://github.com/babelcloud/visionclaw/commit/53bc80e04ae3c556b2c724a9202ce546909be5b9))
|
|
20
|
+
* add onboarding shared phonecall MCP key ([07302fe](https://github.com/babelcloud/visionclaw/commit/07302fea7c2180b1bdb5627505f1943f666cf25e))
|
|
21
|
+
* **learning-mode:** enhance Skill Learning Mode with time-based scheduling and cycle limits ([1ab23d3](https://github.com/babelcloud/visionclaw/commit/1ab23d3dc8612f4766408081d37b053f99f25cf0))
|
|
22
|
+
* **learning-mode:** introduce Skill Learning Mode with user acknowledgment and message requeueing ([0e38c9d](https://github.com/babelcloud/visionclaw/commit/0e38c9dcccf82451de5b9f3c27c1561844e636d1))
|
|
23
|
+
* add android_use_drag tool and rename isBrowserTool to isGUITool ([6b2f94c](https://github.com/babelcloud/visionclaw/commit/6b2f94c2a605f687b162808a4ac96a8b9b426950))
|
|
24
|
+
* add shared phone MCP heartbeat integration ([3d61a23](https://github.com/babelcloud/visionclaw/commit/3d61a2323ac2f1e87f1ee2bfc988ff24f12728e1))
|
|
25
|
+
* add stream silence detection to abort stuck LLM responses ([953f7f7](https://github.com/babelcloud/visionclaw/commit/953f7f7133ab8c5b9fdaeb9169a13a37203087ce))
|
|
26
|
+
* make Android Use tools optional via admin-only toggle ([142fb8e](https://github.com/babelcloud/visionclaw/commit/142fb8e56b55d2ecc002877e62fa121d0677244e))
|
|
27
|
+
* add Android Use tools — ADB-based counterpart to Computer Use ([6e2117b](https://github.com/babelcloud/visionclaw/commit/6e2117b6e64986a1a47b5781a5aef2c3c633c68b))
|
|
28
|
+
* **skills:** full-file snapshots and dedicated Learning Mode for skill updates ([126677d](https://github.com/babelcloud/visionclaw/commit/126677db802e8a33261233129f5c76d48eaf5faf))
|
|
29
|
+
* **skills:** auto-update built-in skills with agent-assisted merge for modified ones ([c04a3df](https://github.com/babelcloud/visionclaw/commit/c04a3df7ad588c8004c7a3cee195c9c63d764213))
|
|
8
30
|
|
|
9
|
-
## [0.1.177](https://github.com/babelcloud/visionclaw/compare/v0.1.177-beta.2...v0.1.177) (2026-04-06)
|
|
10
31
|
|
|
32
|
+
## [0.1.178](https://github.com/babelcloud/visionclaw/compare/v0.1.177...v0.1.178) (2026-04-09)
|
|
33
|
+
|
|
34
|
+
### Bug Fixes
|
|
35
|
+
|
|
36
|
+
* **onboarding:** adjust styling and dimensions in WelcomePage component ([54263fb](https://github.com/babelcloud/visionclaw/commit/54263fb656fe410031f90f522551fabe4e2a0084))
|
|
37
|
+
* **admin:** correct rendering of subscription badge in AdminPage ([ab0e3c0](https://github.com/babelcloud/visionclaw/commit/ab0e3c0e25965ab1278916c3edc156fec4c34ed6))
|
|
38
|
+
* **stripe-webhook:** enhance period end date handling in subscription updates ([1105a84](https://github.com/babelcloud/visionclaw/commit/1105a84c1899052f7f8693e2455b79eb5761b6ec))
|
|
39
|
+
* resolve lint errors in subscription gate ([493d8ca](https://github.com/babelcloud/visionclaw/commit/493d8cac555bff1ffdab590640ee0aff921627ac))
|
|
40
|
+
* change default model from Opus to Sonnet ([b616fd1](https://github.com/babelcloud/visionclaw/commit/b616fd15ceee5260bbba9c46edd441e14c4fc638))
|
|
41
|
+
* **stripe-webhook:** improve error handling for thank-you message delivery ([7c43b94](https://github.com/babelcloud/visionclaw/commit/7c43b94dd9c2a42b763137c0a1251a7ab45ffaaa))
|
|
42
|
+
* **stripe-webhook:** update invoice handling for new Stripe SDK ([d89d2b1](https://github.com/babelcloud/visionclaw/commit/d89d2b1aef3b0f13e6ed15f40f08d524b459d798))
|
|
43
|
+
* resolve eslint errors in payment-handler payload validation ([0f1b2fe](https://github.com/babelcloud/visionclaw/commit/0f1b2fe4a8a8e55f29ac3b00cf78893fb476b3a4))
|
|
44
|
+
|
|
45
|
+
### Features
|
|
46
|
+
|
|
47
|
+
* **alarm:** implement smart alarm evaluator for long-running tool calls and adjust agent behavior after /stop or /restart ([c894aa1](https://github.com/babelcloud/visionclaw/commit/c894aa1d22c131f65afbc4318187de3d522d78da))
|
|
48
|
+
* **pricing:** implement dynamic pricing URL generation and update subscription messages ([ba5dbb1](https://github.com/babelcloud/visionclaw/commit/ba5dbb137844f1a32e78c90794bba7736ade12e3))
|
|
49
|
+
* **telegram:** update message caption to include pricing details link ([fdbeadd](https://github.com/babelcloud/visionclaw/commit/fdbeadd6ffeabff0879bc644905aaad02762cab6))
|
|
50
|
+
* **onboarding:** update PricingPage component with improved call-to-action and styling ([7c3759b](https://github.com/babelcloud/visionclaw/commit/7c3759b783754b9c904225da5539060e8877c7d5))
|
|
51
|
+
* **onboarding:** add PricingPage component with subscription plans ([3ac55fe](https://github.com/babelcloud/visionclaw/commit/3ac55fe6cca7c04bc6ed0709338a64d2bd51623a))
|
|
52
|
+
* handle free trial users in /subscribe — show pricing page link ([40d65f4](https://github.com/babelcloud/visionclaw/commit/40d65f47ec77a753439f2dbf5df11c4d18643b6b))
|
|
53
|
+
* add /subscribe Telegram command for subscription status + billing portal ([837abfb](https://github.com/babelcloud/visionclaw/commit/837abfb99c38ecffd5ab28570ef1ed2185049914))
|
|
54
|
+
* **onboarding:** enhance country flag functionality in WelcomePage ([fd68012](https://github.com/babelcloud/visionclaw/commit/fd68012054d5f7866cb919965605b3b835b56d38))
|
|
55
|
+
* **onboarding:** implement agent welcome API and frontend page ([fd3447d](https://github.com/babelcloud/visionclaw/commit/fd3447d5d392e8cad8d1c243921ff623f8205600))
|
|
56
|
+
* **admin:** enhance subscription management in AdminPage ([b112445](https://github.com/babelcloud/visionclaw/commit/b1124456a13cd1d2e00e840799505bd07d0b2f9e))
|
|
57
|
+
* **telegram:** include plan descriptions in subscription buttons ([954e415](https://github.com/babelcloud/visionclaw/commit/954e4154ff560125038a5ff650e84457567c2459))
|
|
58
|
+
* **heartbeat:** add billing message handling for expired subscriptions ([757c0dc](https://github.com/babelcloud/visionclaw/commit/757c0dceecdbbb068f40d24e55f883c54dc27dd7))
|
|
59
|
+
* **telegram:** integrate pricing image in subscription prompts ([bda4997](https://github.com/babelcloud/visionclaw/commit/bda4997ca2eec51d12adc98651f82de0037d5b99))
|
|
60
|
+
* **subscription:** improve subscription retrieval and upsert logic ([ae98a0c](https://github.com/babelcloud/visionclaw/commit/ae98a0c5cb265c83e2470d2d953ed032cd2f39f4))
|
|
61
|
+
* **telegram:** enhance plan selection message formatting ([2e0a22d](https://github.com/babelcloud/visionclaw/commit/2e0a22ddb191d5b35e1400b27386598acb890100))
|
|
62
|
+
* **subscription-gate:** add gated state management for subscription handling ([0f85b39](https://github.com/babelcloud/visionclaw/commit/0f85b39ad49041d407161d7aba30b75bfa1cd490))
|
|
63
|
+
* **subscription-billing:** enhance billing plans handling in heartbeat and subscription gate ([b7f0346](https://github.com/babelcloud/visionclaw/commit/b7f0346b5eb5cfc49e2f23bccbbea4f7150f9a4d))
|
|
64
|
+
* implement subscription management features ([1e3f19d](https://github.com/babelcloud/visionclaw/commit/1e3f19d0c3b19541cbd2d188fac615089f216d6d))
|
|
65
|
+
* add subscription gate — block agent when subscription expired ([e73e741](https://github.com/babelcloud/visionclaw/commit/e73e741a0512a8484464766da60a4e3b27408bcf))
|
|
66
|
+
* **onboarding:** enhance admin management ([feeda6d](https://github.com/babelcloud/visionclaw/commit/feeda6d2d6df133c5f10f536e636cd3613387272))
|
|
67
|
+
* **admin-server:** add machine registration key support and enhance API documentation ([b9a16c6](https://github.com/babelcloud/visionclaw/commit/b9a16c6b99d2264b6f401382ec948fd4a02a5db3))
|
|
68
|
+
* **admin-server:** enhance agent management with machine ID support and AWS integration ([1e48e42](https://github.com/babelcloud/visionclaw/commit/1e48e42fda1b435d8b21204525feb1480c84537f))
|
|
69
|
+
* **admin-server:** enhance profile management with slug support and dotenv integration ([9e0f0c5](https://github.com/babelcloud/visionclaw/commit/9e0f0c5e7694d2ae5ea5c6452c6385a832d31b10))
|
|
70
|
+
* **admin-server:** add Bedrock IAM key management ([03ad63c](https://github.com/babelcloud/visionclaw/commit/03ad63c157d6cd3e55e553cbf32d6e794b316a69))
|
|
71
|
+
* add billing service for Stripe Checkout Session subscriptions ([2d389a2](https://github.com/babelcloud/visionclaw/commit/2d389a2bc5efdde6c7a4e19ff449b7e0e9ad01f2))
|
|
72
|
+
* add Stripe Checkout Session support for recurring subscriptions (Phase 2) ([1d86844](https://github.com/babelcloud/visionclaw/commit/1d8684454bcd6c101e8b96df1dbc77f4981ec903))
|
|
73
|
+
* add plan selection with Stripe Price IDs to billing flow ([a5c2ee2](https://github.com/babelcloud/visionclaw/commit/a5c2ee2a84761adc93be05a38ed34842a80db75d))
|
|
74
|
+
* implement Stripe billing via Telegram Payments API (Phase 1) ([0a8362a](https://github.com/babelcloud/visionclaw/commit/0a8362ad29382da699ab4f9cc222f48178ab2df5))
|
|
75
|
+
* one-click profile creation with Workspace + ETH wallet ([0923050](https://github.com/babelcloud/visionclaw/commit/0923050b356ac8b5471fe0f632cef7f9fc5eca7a))
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
## [0.1.177](https://github.com/babelcloud/visionclaw/compare/v0.1.176...v0.1.177) (2026-04-06)
|
|
11
79
|
|
|
12
80
|
### Bug Fixes
|
|
13
81
|
|
|
14
|
-
* add WeChat channel to system prompt with owner trust distinction ([6253a75](https://github.com/babelcloud/visionclaw/commit/6253a758500e9bb89d28c686221407199d85a02b))
|
|
15
82
|
* **admin-server:** backfill short_id for existing machines ([41aebdc](https://github.com/babelcloud/visionclaw/commit/41aebdc955873d503f7e9bae138084ed68a519d4))
|
|
16
83
|
* **admin-server:** run schema migrations before index creation ([f2f1204](https://github.com/babelcloud/visionclaw/commit/f2f120427dbcabbd470924622e603a4c0e9d5c6b))
|
|
17
|
-
|
|
84
|
+
* add WeChat channel to system prompt with owner trust distinction ([6253a75](https://github.com/babelcloud/visionclaw/commit/6253a758500e9bb89d28c686221407199d85a02b))
|
|
85
|
+
* **weixin:** restore context tokens and refactor markdown processing ([8386bd3](https://github.com/babelcloud/visionclaw/commit/8386bd39ed07d273267a72e9c0591742e208ccce))
|
|
86
|
+
* sync owner email from server during onboarding heartbeat ([fe177d5](https://github.com/babelcloud/visionclaw/commit/fe177d50fa61836ebf2f9cb09021753d2c49bd65))
|
|
87
|
+
* improve setup summary with agent identity and update /stop description ([2816957](https://github.com/babelcloud/visionclaw/commit/28169573907b37195388408247586a57e0479a34))
|
|
88
|
+
* **gui:** remove stale v1 patch and upgrade openclaw-weixin to v2 ([2d16960](https://github.com/babelcloud/visionclaw/commit/2d16960c398f24355702c13083da14055bc5fd3c))
|
|
89
|
+
* only take first line of playwriter --version output ([8b60c4b](https://github.com/babelcloud/visionclaw/commit/8b60c4bedfe3d7b62b9bb507ebf6e8f018da6742))
|
|
90
|
+
* resolve external bundle path in Electron agent-runner after upgrade ([a2e1549](https://github.com/babelcloud/visionclaw/commit/a2e1549c79053750c22b358cc65e4bac1a8f1e15))
|
|
91
|
+
* hide admin menu/sidebar for unauthenticated users ([e61373e](https://github.com/babelcloud/visionclaw/commit/e61373e56ac0e679724280b175e2a9fda7f28ac9))
|
|
18
92
|
|
|
19
93
|
### Features
|
|
20
94
|
|
|
95
|
+
* notify user during context compaction via fast responder ([cd8f7b6](https://github.com/babelcloud/visionclaw/commit/cd8f7b662d34f59fc81dc40dfb108e4d3b8ba1de))
|
|
96
|
+
* **wallpaper:** generate wallpaper on startup for existing installations ([859d6f1](https://github.com/babelcloud/visionclaw/commit/859d6f10a8094cb186416c7d2121c766651b911b))
|
|
97
|
+
* **wallpaper:** show Mac serial number on desktop wallpaper ([8cfc87e](https://github.com/babelcloud/visionclaw/commit/8cfc87ee961f5aeb49e00ea4917d7302b583e3c7))
|
|
21
98
|
* **admin-server:** add unique short IDs for machines ([d19afce](https://github.com/babelcloud/visionclaw/commit/d19afcebb7b06021d9d058b97bc518c51d963170))
|
|
22
|
-
*
|
|
23
|
-
* **onboarding:** add ownerName to agent status and update display message ([f273ac1](https://github.com/babelcloud/visionclaw/commit/f273ac12fa89e84292517be99db7cbfb9ec763da))
|
|
99
|
+
* use black wallpaper during prepare-mac stage ([6f6e68b](https://github.com/babelcloud/visionclaw/commit/6f6e68b5d1fc3a6533c1ba649a85639328bcef3b))
|
|
24
100
|
* **setup:** generate desktop wallpaper with agent name ([bb3c5e0](https://github.com/babelcloud/visionclaw/commit/bb3c5e0e4b4139978a2e3e29b8ccf059fd0bf8fd))
|
|
25
|
-
* **skills:** add phone-adb-automation catalog skill ([81fde8c](https://github.com/babelcloud/visionclaw/commit/81fde8c1b41e0a9912ff43887adae9e186725a70))
|
|
26
101
|
* **skills:** add reusable helper scripts to phone-adb-automation skill ([2bb8b60](https://github.com/babelcloud/visionclaw/commit/2bb8b60b4e48e7d38f0efe3e8462ff5cf3a417fe))
|
|
27
|
-
*
|
|
28
|
-
* **
|
|
29
|
-
* **
|
|
30
|
-
|
|
102
|
+
* **skills:** add phone-adb-automation catalog skill ([81fde8c](https://github.com/babelcloud/visionclaw/commit/81fde8c1b41e0a9912ff43887adae9e186725a70))
|
|
103
|
+
* **onboarding:** add ownerName to agent status and update display message ([f273ac1](https://github.com/babelcloud/visionclaw/commit/f273ac12fa89e84292517be99db7cbfb9ec763da))
|
|
104
|
+
* **gui:** add legacy/new onboarding server toggle ([3299670](https://github.com/babelcloud/visionclaw/commit/3299670b9a64ca01ae42d7bdb3304ac904747713))
|
|
105
|
+
* **gui:** switch auto-updater from GitHub Releases to TOS ([84b2012](https://github.com/babelcloud/visionclaw/commit/84b20123d7e8b71854bfa057dc89faf4d626cce2))
|
|
106
|
+
* add Playwriter extension check to prepare-mac flow ([e89136f](https://github.com/babelcloud/visionclaw/commit/e89136f63fbe8732f2f5b8de3e71f8b5e4cf26c0))
|
|
107
|
+
* restore onboarding flow and owner reset in admin-server ([be1249f](https://github.com/babelcloud/visionclaw/commit/be1249f2d5ce0c8d5170b3c7cf64a802eb1246c9))
|
|
108
|
+
* add unified admin server consolidating onboarding, machine-mgmt, and account-pool ([379402e](https://github.com/babelcloud/visionclaw/commit/379402ee58a37241ac0f91e47ecc6435aa42c91d))
|
|
109
|
+
* upgrade openclaw-weixin v1.0.2 → v2.1.4 (#100) ([be2bf97](https://github.com/babelcloud/visionclaw/commit/be2bf97cab3ec6a80c1f1f69af345f97775d3985))
|
|
110
|
+
* add tasks request handling in ChannelManager ([5dd5031](https://github.com/babelcloud/visionclaw/commit/5dd5031ceb0ce2864f2dfabf40b539deb2d2a41a))
|
|
111
|
+
* add Mac mini display resolution configuration ([795b69f](https://github.com/babelcloud/visionclaw/commit/795b69facce38b784eedfe3afd5245f44643d38b))
|
|
112
|
+
* implement comprehensive reset functionality for VisionClaw ([c6d32c5](https://github.com/babelcloud/visionclaw/commit/c6d32c598d1c207cd03a119a0b2667688068a925))
|
|
113
|
+
* guide agent to present upgrade notifications in user-friendly language ([160f5aa](https://github.com/babelcloud/visionclaw/commit/160f5aaeffc6301c28f1d6ad1f3cb07f177a63e2))
|
|
114
|
+
* add /tasks command for real-time task visibility ([9c8c425](https://github.com/babelcloud/visionclaw/commit/9c8c425e8d5a4191fe59ea57a35c83b85d3de404))
|
|
115
|
+
* two-level reset (owner vs machine) ([78829ce](https://github.com/babelcloud/visionclaw/commit/78829cef442df6b134256433b26165aa1e2cef8d))
|
|
31
116
|
|
|
32
117
|
|
|
33
118
|
## [0.1.176](https://github.com/babelcloud/visionclaw/compare/v0.1.175...v0.1.176) (2026-04-02)
|
|
34
119
|
|
|
35
|
-
|
|
36
120
|
### Bug Fixes
|
|
37
121
|
|
|
38
122
|
* accept short TOTP secrets from real services (GitHub, Discord) ([7a9fada](https://github.com/babelcloud/visionclaw/commit/7a9fadaac0055eaa2af5e404dbedd2877087dc10))
|
|
39
123
|
* address general sdk review feedback ([f29ff49](https://github.com/babelcloud/visionclaw/commit/f29ff494b1630aa7757afb7337bd0a7dbced7a5e))
|
|
40
124
|
|
|
41
|
-
|
|
42
125
|
### Features
|
|
43
126
|
|
|
44
|
-
* add general agent sdk host adaptation ([462fe66](https://github.com/babelcloud/visionclaw/commit/462fe66a9b11ae018fe9e8075afee2b1f7623195))
|
|
45
|
-
* add GitHub Actions workflow for beta release ([bedbed3](https://github.com/babelcloud/visionclaw/commit/bedbed355f89825b4e9f4beb55a8315f8ac17c1d))
|
|
46
127
|
* implement heartbeat management and transcript backfill functionality ([bbfd700](https://github.com/babelcloud/visionclaw/commit/bbfd70036b9a46d8c1f053a2149b60e85208e1fb))
|
|
128
|
+
* add GitHub Actions workflow for beta release ([bedbed3](https://github.com/babelcloud/visionclaw/commit/bedbed355f89825b4e9f4beb55a8315f8ac17c1d))
|
|
129
|
+
* add general agent sdk host adaptation ([462fe66](https://github.com/babelcloud/visionclaw/commit/462fe66a9b11ae018fe9e8075afee2b1f7623195))
|
|
47
130
|
|
|
48
131
|
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
* Revert "Merge pull request #85 from babelcloud/feat/general-agent-sdk-adaptation" ([742ebb4](https://github.com/babelcloud/visionclaw/commit/742ebb48bea51872a57d635b2824adec817ad521)), closes [#85](https://github.com/babelcloud/visionclaw/issues/85)
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
## [0.1.175](https://github.com/babelcloud/visionclaw/compare/v0.1.175-beta.1...v0.1.175) (2026-04-01)
|
|
56
|
-
|
|
132
|
+
## [0.1.175](https://github.com/babelcloud/visionclaw/compare/v0.1.174...v0.1.175) (2026-04-01)
|
|
57
133
|
|
|
58
134
|
### Bug Fixes
|
|
59
135
|
|
|
60
136
|
* use Sonnet model for fast responder instead of Opus ([3179002](https://github.com/babelcloud/visionclaw/commit/317900239b5694801259996c611d9760be47769d))
|
|
61
|
-
|
|
137
|
+
* don't treat null screensaver idle time as disabled on macOS Tahoe ([0bae81a](https://github.com/babelcloud/visionclaw/commit/0bae81aa7c40599c25efb0a40b936edcd04b6742))
|
|
138
|
+
* skip password-after-screensaver setting on Mac Mini (no battery) ([31c8eeb](https://github.com/babelcloud/visionclaw/commit/31c8eebe2559be75377a2077cdee46fe2760296f))
|
|
139
|
+
* **prepare-mac:** fix 3 Mac Mini bugs in prepare-mac ([740f87b](https://github.com/babelcloud/visionclaw/commit/740f87bf87a0412e6707eaa5f1c8df6e5ebd9a5d))
|
|
140
|
+
* /upgrade_beta command not working and missing from /help (#80) ([01d1ebc](https://github.com/babelcloud/visionclaw/commit/01d1ebc0edee81061df41704008d06f5fb17f72f))
|
|
141
|
+
* remove intra-day size-based log rollover (#78) ([5811c2e](https://github.com/babelcloud/visionclaw/commit/5811c2eb4b33fec6670b71b9f936eb6181a01079))
|
|
142
|
+
* prevent and self-heal TCC permission breakage from brew upgrades (#76) ([5b25b67](https://github.com/babelcloud/visionclaw/commit/5b25b6761bf06032acc4e974736137a17cd5ec56))
|
|
62
143
|
|
|
63
144
|
### Features
|
|
64
145
|
|
|
65
146
|
* **settings:** add shared API keys management in onboarding settings ([cde5c1c](https://github.com/babelcloud/visionclaw/commit/cde5c1cfed242ce3a13a209acf1b53dd3485aef2))
|
|
66
|
-
|
|
147
|
+
* **gemini:** integrate Gemini API for image generation and editing ([28f62d7](https://github.com/babelcloud/visionclaw/commit/28f62d726a0d4edad251346e883ea511c835826d))
|
|
148
|
+
* **screenshot:** add display wake functionality for macOS ([d0b2526](https://github.com/babelcloud/visionclaw/commit/d0b252690a8f77e6fef167be97e86288914e89f9))
|
|
149
|
+
* **prepare-mac:** add passwordless sudo configuration step ([c902a06](https://github.com/babelcloud/visionclaw/commit/c902a06eca4f0db12dc3d29bb6f87da6b84a2fc1))
|
|
67
150
|
|
|
68
151
|
|
|
69
152
|
## [0.1.174](https://github.com/babelcloud/visionclaw/compare/v0.1.173...v0.1.174) (2026-03-30)
|
|
70
153
|
|
|
71
|
-
|
|
72
154
|
### Bug Fixes
|
|
73
155
|
|
|
74
156
|
* download remote URLs before sending via WeChat ([bbcd921](https://github.com/babelcloud/visionclaw/commit/bbcd921fb53b5010ba8da0d896568fdae9a45d7b))
|
|
75
157
|
|
|
76
|
-
|
|
77
158
|
### Features
|
|
78
159
|
|
|
79
|
-
* add Account Pool Service ([daa8ae4](https://github.com/babelcloud/visionclaw/commit/daa8ae4849f1915c896d15f808bde8b1f48bb198))
|
|
80
|
-
* add GitHub CLI (gh) OAuth backup and restore ([c5c7fb2](https://github.com/babelcloud/visionclaw/commit/c5c7fb2f5793df0732d2695c9f9b52b1b2c4bece))
|
|
81
160
|
* add web design skill documentation with HTML and CSS guidelines ([2f076a7](https://github.com/babelcloud/visionclaw/commit/2f076a7b1dea3f589440f8feb9b77170031daa56))
|
|
82
161
|
* add web-dashboard default skill with light theme design system ([d48c77d](https://github.com/babelcloud/visionclaw/commit/d48c77dd678b6a49ba5e116fd1e6e396b1989e7a))
|
|
162
|
+
* add Account Pool Service ([daa8ae4](https://github.com/babelcloud/visionclaw/commit/daa8ae4849f1915c896d15f808bde8b1f48bb198))
|
|
163
|
+
* add GitHub CLI (gh) OAuth backup and restore ([c5c7fb2](https://github.com/babelcloud/visionclaw/commit/c5c7fb2f5793df0732d2695c9f9b52b1b2c4bece))
|
|
83
164
|
|
|
84
165
|
|
|
85
|
-
|
|
86
|
-
## [0.1.173](https://github.com/babelcloud/visionclaw/compare/v0.1.173-beta.0...v0.1.173) (2026-03-29)
|
|
87
|
-
|
|
166
|
+
## [0.1.173](https://github.com/babelcloud/visionclaw/compare/v0.1.172...v0.1.173) (2026-03-29)
|
|
88
167
|
|
|
89
168
|
### Features
|
|
90
169
|
|
|
91
|
-
* add default search skill with Google Lens image identification ([627857a](https://github.com/babelcloud/visionclaw/commit/627857ae8f6181f09d30742daa241f3d00e3d156))
|
|
92
|
-
* add machine management service ([1d94b0f](https://github.com/babelcloud/visionclaw/commit/1d94b0f31a75e71e088cae9412b9b44086454d88))
|
|
93
170
|
* enhance delete machine confirmation prompt ([21b477b](https://github.com/babelcloud/visionclaw/commit/21b477b3b2d45a9ce20b1597d8b9f327f51ac130))
|
|
171
|
+
* add default search skill with Google Lens image identification ([627857a](https://github.com/babelcloud/visionclaw/commit/627857ae8f6181f09d30742daa241f3d00e3d156))
|
|
94
172
|
* enhance machine management service with authentication and structured location support ([262136a](https://github.com/babelcloud/visionclaw/commit/262136af944db7c69b1f25d1b2a32a10b607515f))
|
|
95
|
-
|
|
173
|
+
* add machine management service ([1d94b0f](https://github.com/babelcloud/visionclaw/commit/1d94b0f31a75e71e088cae9412b9b44086454d88))
|
|
174
|
+
* **onboarding:** add automatic software update configuration ([80b50ea](https://github.com/babelcloud/visionclaw/commit/80b50ea9f38f5d98ec51e534af3e95f1f6aed1a0))
|
|
175
|
+
* add beta release support ([02bd02b](https://github.com/babelcloud/visionclaw/commit/02bd02b6ab3fb2738c878ee8e47d433e83710321))
|
|
176
|
+
* **onboarding:** improve error logging in onboarding service client ([23b1b2d](https://github.com/babelcloud/visionclaw/commit/23b1b2d561cc26953578adc05e455541355100be))
|
|
96
177
|
|
|
97
178
|
|
|
98
179
|
## [0.1.172](https://github.com/babelcloud/visionclaw/compare/v0.1.171...v0.1.172) (2026-03-28)
|
|
99
180
|
|
|
100
|
-
|
|
101
181
|
### Bug Fixes
|
|
102
182
|
|
|
103
183
|
* resolve lint errors in calendar interrupt poller PR ([b3a03d5](https://github.com/babelcloud/visionclaw/commit/b3a03d51dcb4db6d4ab30e30f277034c51f2d255))
|
|
104
184
|
|
|
105
|
-
|
|
106
185
|
### Features
|
|
107
186
|
|
|
108
|
-
* add calendar interrupt poller for event reminders during long tasks ([7629b45](https://github.com/babelcloud/visionclaw/commit/7629b453d53a1bb973bb9599d72f1fc4d3428178)), closes [#58](https://github.com/babelcloud/visionclaw/issues/58)
|
|
109
|
-
* enhance context gathering with calendar summary ([bfb2b31](https://github.com/babelcloud/visionclaw/commit/bfb2b3109ab02be301eaf64c823a232d96a8fb8d))
|
|
110
|
-
* **gmail:** implement startup scan for unread INBOX messages ([3deca24](https://github.com/babelcloud/visionclaw/commit/3deca24c04a1ad8b323745b5d5e9619884997af1))
|
|
111
187
|
* **onboarding:** enhance heartbeat payload and remote owner polling ([e46aefd](https://github.com/babelcloud/visionclaw/commit/e46aefd4f8a1950f01114070393c3fe81e0d797d))
|
|
188
|
+
* **gmail:** implement startup scan for unread INBOX messages ([3deca24](https://github.com/babelcloud/visionclaw/commit/3deca24c04a1ad8b323745b5d5e9619884997af1))
|
|
112
189
|
* **telegram:** implement command rejection for non-owner users ([07aaa98](https://github.com/babelcloud/visionclaw/commit/07aaa98a13a4e56a51dafa0bd8328473dfc7b8a8))
|
|
190
|
+
* enhance context gathering with calendar summary ([bfb2b31](https://github.com/babelcloud/visionclaw/commit/bfb2b3109ab02be301eaf64c823a232d96a8fb8d))
|
|
191
|
+
* add calendar interrupt poller for event reminders during long tasks ([7629b45](https://github.com/babelcloud/visionclaw/commit/7629b453d53a1bb973bb9599d72f1fc4d3428178))
|
|
113
192
|
|
|
114
193
|
|
|
115
|
-
|
|
116
|
-
## [0.1.171](https://github.com/babelcloud/visionclaw/compare/v0.1.170...v0.1.171) (2026-03-27)
|
|
117
|
-
|
|
194
|
+
## [0.1.171](https://github.com/babelcloud/visionclaw/compare/v0.1.170...v0.1.171) (2026-03-28)
|
|
118
195
|
|
|
119
196
|
### Features
|
|
120
197
|
|
|
121
198
|
* use Telegram deep link for onboarding verification ([4fa937e](https://github.com/babelcloud/visionclaw/commit/4fa937efa952bc4f4e0513148c15f14331817f59))
|
|
122
199
|
|
|
123
200
|
|
|
124
|
-
|
|
125
201
|
## [0.1.170](https://github.com/babelcloud/visionclaw/compare/v0.1.169...v0.1.170) (2026-03-27)
|
|
126
202
|
|
|
127
|
-
|
|
128
203
|
### Bug Fixes
|
|
129
204
|
|
|
130
|
-
*
|
|
131
|
-
* disable GPU in Chrome when running inside a VM ([#47](https://github.com/babelcloud/visionclaw/issues/47)) ([4af9045](https://github.com/babelcloud/visionclaw/commit/4af90456065dfed7246c476502f6102b8927fdb8)), closes [#43](https://github.com/babelcloud/visionclaw/issues/43)
|
|
205
|
+
* use nullish coalescing for sessionCwd fallback ([d4ea185](https://github.com/babelcloud/visionclaw/commit/d4ea1850ffa160050cea871fb49df68bcc77355f))
|
|
132
206
|
* keep wallet.json after delivery — agent needs private key ([2f42e8c](https://github.com/babelcloud/visionclaw/commit/2f42e8c18f300044730b2d70aff9632c0ecf18d9))
|
|
207
|
+
* address PR #50 review feedback ([c62e20d](https://github.com/babelcloud/visionclaw/commit/c62e20d137a79ca30b7aecf910d2e98fd23e3e3e))
|
|
133
208
|
* update tests for 180-day log retention and date-stamped archives ([dcaabea](https://github.com/babelcloud/visionclaw/commit/dcaabea1d76b24f1f16a7e93ee20d83b7176076d))
|
|
134
|
-
*
|
|
135
|
-
|
|
209
|
+
* disable GPU in Chrome when running inside a VM (#47) ([4af9045](https://github.com/babelcloud/visionclaw/commit/4af90456065dfed7246c476502f6102b8927fdb8))
|
|
136
210
|
|
|
137
211
|
### Features
|
|
138
212
|
|
|
139
|
-
*
|
|
140
|
-
* add decode_qr command to manage_totp tool ([e224d3a](https://github.com/babelcloud/visionclaw/commit/e224d3a196d1d1f555aa2f1a4dd5ea0642efc86b))
|
|
141
|
-
* add manage_totp tool for TOTP 2FA support ([#20](https://github.com/babelcloud/visionclaw/issues/20)) ([f041ca7](https://github.com/babelcloud/visionclaw/commit/f041ca72328407d56d16f4d0a4358fdcf2351e32))
|
|
142
|
-
* add two-channel wallet credential delivery ([#19](https://github.com/babelcloud/visionclaw/issues/19)) ([29818fb](https://github.com/babelcloud/visionclaw/commit/29818fb2d0c478c21b6a295ddf897dbf72c1cf00))
|
|
143
|
-
* browser tool call timeout detection to prevent agent hangs ([#44](https://github.com/babelcloud/visionclaw/issues/44)) ([5b99876](https://github.com/babelcloud/visionclaw/commit/5b9987614cb8c729124968b92e9beb02e502e9fc))
|
|
213
|
+
* **totp:** enhance image processing for QR code decoding ([94298e9](https://github.com/babelcloud/visionclaw/commit/94298e9272f468f5c57942dc4f6e53fdff79f65d))
|
|
144
214
|
* **data-processing:** enhance convertRecord function to generate unique UIDs ([5293e14](https://github.com/babelcloud/visionclaw/commit/5293e148dc1672c72e81df07fac0000ec09b504d))
|
|
145
|
-
* **data-processing:** enhance data processing capabilities with new commands and extraction features ([c41834b](https://github.com/babelcloud/visionclaw/commit/c41834b951808a613eef3e5f9468443e8535c3fb))
|
|
146
215
|
* **pidlock:** implement single-instance guard to prevent multiple VisionClaw processes ([44ec36f](https://github.com/babelcloud/visionclaw/commit/44ec36feb60c5a0e5c0f38912f17d25da83bef20))
|
|
147
|
-
*
|
|
148
|
-
*
|
|
149
|
-
|
|
150
|
-
|
|
216
|
+
* **data-processing:** enhance data processing capabilities with new commands and extraction features ([c41834b](https://github.com/babelcloud/visionclaw/commit/c41834b951808a613eef3e5f9468443e8535c3fb))
|
|
217
|
+
* add cwd support for coding session ([08db544](https://github.com/babelcloud/visionclaw/commit/08db544ca1f88952cf0905b46377643dfacbcdc0))
|
|
218
|
+
* add two-channel wallet credential delivery (#19) ([29818fb](https://github.com/babelcloud/visionclaw/commit/29818fb2d0c478c21b6a295ddf897dbf72c1cf00))
|
|
219
|
+
* add decode_qr command to manage_totp tool ([e224d3a](https://github.com/babelcloud/visionclaw/commit/e224d3a196d1d1f555aa2f1a4dd5ea0642efc86b))
|
|
220
|
+
* add manage_totp tool for TOTP 2FA support (#20) ([f041ca7](https://github.com/babelcloud/visionclaw/commit/f041ca72328407d56d16f4d0a4358fdcf2351e32))
|
|
221
|
+
* replace 24-hour calendar lookahead with execution window ([d895b23](https://github.com/babelcloud/visionclaw/commit/d895b236036b3cc3614d36a456d39787a7569cc4))
|
|
222
|
+
* browser tool call timeout detection to prevent agent hangs (#44) ([5b99876](https://github.com/babelcloud/visionclaw/commit/5b9987614cb8c729124968b92e9beb02e502e9fc))
|
|
151
223
|
|
|
152
|
-
## [0.1.169](https://github.com/babelcloud/visionclaw/compare/v0.1.168...v0.1.169) (2026-03-26)
|
|
153
224
|
|
|
225
|
+
## [0.1.169](https://github.com/babelcloud/visionclaw/compare/v0.1.168...v0.1.169) (2026-03-27)
|
|
154
226
|
|
|
155
227
|
### Bug Fixes
|
|
156
228
|
|
|
157
|
-
* add
|
|
158
|
-
* add retry + placeholder for failed image downloads ([cc64f00](https://github.com/babelcloud/visionclaw/commit/cc64f009cc8c2833e8ab82f41cb15ad39329f09f)), closes [#45](https://github.com/babelcloud/visionclaw/issues/45)
|
|
159
|
-
* merge duplicate imports from config/types.js ([06ab7db](https://github.com/babelcloud/visionclaw/commit/06ab7db74ecaf26d4a9aa0071cb3ff4107326cbf))
|
|
160
|
-
* recover lost command acks on upgrade restart and heartbeat failure ([#41](https://github.com/babelcloud/visionclaw/issues/41)) ([8ca4952](https://github.com/babelcloud/visionclaw/commit/8ca49528d3c355b5ab6dfc2ebae737d693b4ae2a))
|
|
229
|
+
* add retry + placeholder for failed image downloads ([cc64f00](https://github.com/babelcloud/visionclaw/commit/cc64f009cc8c2833e8ab82f41cb15ad39329f09f))
|
|
161
230
|
* remove URL image source fallback that causes Claude API 400 errors ([697bfaf](https://github.com/babelcloud/visionclaw/commit/697bfafb7ebbe6ff58db774fee0562efa1eca1c5))
|
|
231
|
+
* merge duplicate imports from config/types.js ([06ab7db](https://github.com/babelcloud/visionclaw/commit/06ab7db74ecaf26d4a9aa0071cb3ff4107326cbf))
|
|
162
232
|
* use heartbeat×1.2 lookback for calendar event fetching ([c3d210c](https://github.com/babelcloud/visionclaw/commit/c3d210ccfffdfa8aca3df92024501c23f75885f0))
|
|
163
|
-
|
|
233
|
+
* add 1-hour lookback grace period to calendar event fetching ([b251125](https://github.com/babelcloud/visionclaw/commit/b2511253a361167d6f32a5095ef0be5c30425288))
|
|
234
|
+
* recover lost command acks on upgrade restart and heartbeat failure (#41) ([8ca4952](https://github.com/babelcloud/visionclaw/commit/8ca49528d3c355b5ab6dfc2ebae737d693b4ae2a))
|
|
164
235
|
|
|
165
236
|
### Features
|
|
166
237
|
|
|
167
|
-
* **
|
|
238
|
+
* **data-pipeline:** upgrade data processing pipeline for enhanced logging and retention ([0d0c436](https://github.com/babelcloud/visionclaw/commit/0d0c436655883c517df3b4dc54addb464a75bd42))
|
|
239
|
+
* **command:** add 'convert-openai-chat' command and improve shutdown handling ([cc98717](https://github.com/babelcloud/visionclaw/commit/cc987177b91cb252e6cc00681d217bd3517fc3c1))
|
|
240
|
+
* **logger:** enhance logging functionality with new system prompt color and extended retention period ([ad4bbb5](https://github.com/babelcloud/visionclaw/commit/ad4bbb5fd94c7f0d4a79b99bf52979a0331982cc))
|
|
241
|
+
* **agent:** update agent status logic and heartbeat interval ([ab74498](https://github.com/babelcloud/visionclaw/commit/ab744980ab8ef245c9b8fc8cee9086dc859761e4))
|
|
242
|
+
* **agent:** integrate notes field into agent API ([0fe5d44](https://github.com/babelcloud/visionclaw/commit/0fe5d44383cc7bbbb119b837090facb413914fd3))
|
|
168
243
|
* **agent:** add notes column and update functionality in agent management ([3ad37a9](https://github.com/babelcloud/visionclaw/commit/3ad37a983edf602091c16d028eb25f5fb1aa3909))
|
|
169
244
|
* **agent:** add notes functionality to agent management ([e1daaad](https://github.com/babelcloud/visionclaw/commit/e1daaad5f97abc75f07b4335fcfac5e1036bee17))
|
|
170
245
|
* **agent:** add onboardingComplete field to heartbeat and update logic ([3c4df4c](https://github.com/babelcloud/visionclaw/commit/3c4df4ccb565a728dcb6dff0a2416f13b5bb5585))
|
|
171
246
|
* **agent:** add usage command handler and UI button ([17488fe](https://github.com/babelcloud/visionclaw/commit/17488fe9b0347c80385f023d9499dee97d1ece7b))
|
|
172
|
-
* **
|
|
173
|
-
* **agent:** update agent status logic and heartbeat interval ([ab74498](https://github.com/babelcloud/visionclaw/commit/ab744980ab8ef245c9b8fc8cee9086dc859761e4))
|
|
174
|
-
* **command:** add 'convert-openai-chat' command and improve shutdown handling ([cc98717](https://github.com/babelcloud/visionclaw/commit/cc987177b91cb252e6cc00681d217bd3517fc3c1))
|
|
175
|
-
* **data-pipeline:** upgrade data processing pipeline for enhanced logging and retention ([0d0c436](https://github.com/babelcloud/visionclaw/commit/0d0c436655883c517df3b4dc54addb464a75bd42))
|
|
176
|
-
* **logger:** enhance logging functionality with new system prompt color and extended retention period ([ad4bbb5](https://github.com/babelcloud/visionclaw/commit/ad4bbb5fd94c7f0d4a79b99bf52979a0331982cc))
|
|
177
|
-
|
|
247
|
+
* **admin:** enhance agent status handling and UI updates ([0f87a11](https://github.com/babelcloud/visionclaw/commit/0f87a119326fd03bab7a4c06349298456e9d51b3))
|
|
178
248
|
|
|
179
249
|
|
|
180
250
|
## [0.1.168](https://github.com/babelcloud/visionclaw/compare/v0.1.167...v0.1.168) (2026-03-24)
|
|
181
251
|
|
|
182
|
-
|
|
183
252
|
### Bug Fixes
|
|
184
253
|
|
|
185
|
-
* send periodic heartbeats during long busy periods (
|
|
186
|
-
|
|
254
|
+
* send periodic heartbeats during long busy periods (#39) ([b58612a](https://github.com/babelcloud/visionclaw/commit/b58612adade301a9adea75a1f4c2a9901ee2ce17))
|
|
187
255
|
|
|
188
256
|
### Features
|
|
189
257
|
|
|
258
|
+
* auto-register Telegram bot commands on startup (#40) ([974c5f7](https://github.com/babelcloud/visionclaw/commit/974c5f76ecd25d992372fd27c403167fc274ff55))
|
|
190
259
|
* **admin:** implement sorting functionality for agent list ([19b8247](https://github.com/babelcloud/visionclaw/commit/19b8247b2522e0925a3fc8f4adc961c4da34fa72))
|
|
191
|
-
* auto-register Telegram bot commands on startup ([#40](https://github.com/babelcloud/visionclaw/issues/40)) ([974c5f7](https://github.com/babelcloud/visionclaw/commit/974c5f76ecd25d992372fd27c403167fc274ff55))
|
|
192
260
|
* **onboarding:** preload agent profile image for improved loading experience ([b9d8a18](https://github.com/babelcloud/visionclaw/commit/b9d8a18350eacecc32f479ddaea4209a00e3d193))
|
|
193
261
|
|
|
194
262
|
|
|
195
|
-
|
|
196
263
|
## [0.1.167](https://github.com/babelcloud/visionclaw/compare/v0.1.166...v0.1.167) (2026-03-24)
|
|
197
264
|
|
|
198
|
-
|
|
199
265
|
### Features
|
|
200
266
|
|
|
201
267
|
* **bot-identity:** implement Telegram bot identity management ([d41e48f](https://github.com/babelcloud/visionclaw/commit/d41e48f50d1d6b284650c75fc5bf7181906a12fb))
|
|
202
268
|
* **upgrade:** add upgrade command and handler for agent upgrades ([af45135](https://github.com/babelcloud/visionclaw/commit/af45135dec46ced5a044590236a7c9341dfd9a1d))
|
|
203
269
|
|
|
204
270
|
|
|
205
|
-
|
|
206
271
|
## [0.1.166](https://github.com/babelcloud/visionclaw/compare/v0.1.165...v0.1.166) (2026-03-24)
|
|
207
272
|
|
|
208
|
-
|
|
209
273
|
### Bug Fixes
|
|
210
274
|
|
|
211
275
|
* enhance upgrade tool functionality and update system prompt instructions ([75de153](https://github.com/babelcloud/visionclaw/commit/75de153b801c13f75bf6706d125b5f3c815b7663))
|
|
212
276
|
* **status:** replace ASCII art with emoji for better Telegram readability ([d7b448f](https://github.com/babelcloud/visionclaw/commit/d7b448f1141368c432ca65f183149c925f8392c3))
|
|
213
277
|
|
|
214
|
-
|
|
215
278
|
### Features
|
|
216
279
|
|
|
217
280
|
* **data-processing:** add --since argument for filtering log entries ([082386f](https://github.com/babelcloud/visionclaw/commit/082386f3fcc212b64a8e1bceeb82b292a0b6f347))
|
|
218
|
-
* **telegram:** add /screenshot command (
|
|
281
|
+
* **telegram:** add /screenshot command (#37) ([9475770](https://github.com/babelcloud/visionclaw/commit/94757701e453e27a7bdd278019bc39c4c753a14b))
|
|
219
282
|
* **ui:** display agent version in top bar and update onboarding text ([d2468bc](https://github.com/babelcloud/visionclaw/commit/d2468bc77249443fd2c999ea4039110fa1495e54))
|
|
220
283
|
|
|
221
284
|
|
|
222
|
-
|
|
223
|
-
## [0.1.165](https://github.com/babelcloud/visionclaw/compare/v0.1.164...v0.1.165) (2026-03-23)
|
|
224
|
-
|
|
285
|
+
## [0.1.165](https://github.com/babelcloud/visionclaw/compare/v0.1.164...v0.1.165) (2026-03-24)
|
|
225
286
|
|
|
226
287
|
### Bug Fixes
|
|
227
288
|
|
|
228
|
-
* **test:** update heartbeat interval test to match 30min default ([3733746](https://github.com/babelcloud/visionclaw/commit/37337465ff0e3a4e48954bd3546f8b7aa9b90204))
|
|
229
289
|
* update Whisper model URL for improved accessibility ([97aedda](https://github.com/babelcloud/visionclaw/commit/97aeddafeb404c9c36c51471774efb70a08384a6))
|
|
230
|
-
* validate Whisper model integrity by file size (
|
|
231
|
-
|
|
290
|
+
* validate Whisper model integrity by file size (#35) ([a16830d](https://github.com/babelcloud/visionclaw/commit/a16830df2856e6097a03339c57b01bdb34664b4a))
|
|
291
|
+
* **test:** update heartbeat interval test to match 30min default ([3733746](https://github.com/babelcloud/visionclaw/commit/37337465ff0e3a4e48954bd3546f8b7aa9b90204))
|
|
232
292
|
|
|
233
293
|
### Features
|
|
234
294
|
|
|
235
295
|
* **gbox-tun:** add start/stop subcommands ([c6b3db6](https://github.com/babelcloud/visionclaw/commit/c6b3db6bac391d4764cca031dd2cda4c9d871738))
|
|
236
296
|
|
|
237
297
|
|
|
238
|
-
|
|
239
298
|
## [0.1.164](https://github.com/babelcloud/visionclaw/compare/v0.1.163...v0.1.164) (2026-03-23)
|
|
240
299
|
|
|
241
|
-
|
|
242
300
|
### Bug Fixes
|
|
243
301
|
|
|
244
302
|
* **agent:** add skipScreenshot option to gatherWakeContext and enhance error handling ([4758545](https://github.com/babelcloud/visionclaw/commit/475854501662ba3cfebb28cef2416da4dce1e61c))
|
|
245
303
|
* **config:** update default heartbeat interval to 15 minutes ([cf6709d](https://github.com/babelcloud/visionclaw/commit/cf6709d080f7d258cdaff34ec515b515f7991960))
|
|
246
|
-
* resolve weixin sender display name from raw API fields ([d632abb](https://github.com/babelcloud/visionclaw/commit/d632abb884c4e4429dcc96c9671064cd78aae09d))
|
|
247
304
|
* **telegram:** update command regex for Weixin and WeChat ([2d70645](https://github.com/babelcloud/visionclaw/commit/2d70645e6895fa7332c923b5c3d1121c59a36c06))
|
|
248
|
-
|
|
305
|
+
* resolve weixin sender display name from raw API fields ([d632abb](https://github.com/babelcloud/visionclaw/commit/d632abb884c4e4429dcc96c9671064cd78aae09d))
|
|
249
306
|
|
|
250
307
|
### Features
|
|
251
308
|
|
|
309
|
+
* **logging:** add tool usage reporting and log compression ([b8529ce](https://github.com/babelcloud/visionclaw/commit/b8529ce3916c2c960be26a3f156a1410ee834211))
|
|
310
|
+
* **data-processing:** implement unified data processing pipeline and enhance data handling ([531a01f](https://github.com/babelcloud/visionclaw/commit/531a01f082c7deee180e7ea4daa5a2ec51953a5b))
|
|
311
|
+
* **config:** implement heartbeat interval migration and update handling ([2822a50](https://github.com/babelcloud/visionclaw/commit/2822a504391fd03a0a867269b15f9d25a388538c))
|
|
252
312
|
* **agent:** enhance Chrome debugging capabilities and recovery mechanisms ([4afb2dd](https://github.com/babelcloud/visionclaw/commit/4afb2dd1fc0289f61ffd316e4a23131120b72da9))
|
|
253
313
|
* **commands:** implement command cancellation functionality ([7319628](https://github.com/babelcloud/visionclaw/commit/73196286cd2cbf826abd2f9da9cc5ba0e5382eb3))
|
|
254
|
-
* **config:** implement heartbeat interval migration and update handling ([2822a50](https://github.com/babelcloud/visionclaw/commit/2822a504391fd03a0a867269b15f9d25a388538c))
|
|
255
|
-
* **data-processing:** implement unified data processing pipeline and enhance data handling ([531a01f](https://github.com/babelcloud/visionclaw/commit/531a01f082c7deee180e7ea4daa5a2ec51953a5b))
|
|
256
|
-
* **logging:** add tool usage reporting and log compression ([b8529ce](https://github.com/babelcloud/visionclaw/commit/b8529ce3916c2c960be26a3f156a1410ee834211))
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
### Reverts
|
|
260
|
-
|
|
261
|
-
* Revert "fix onboarding" ([2d2fd4d](https://github.com/babelcloud/visionclaw/commit/2d2fd4d855b542301034ce86642140b4dff8af67))
|
|
262
|
-
|
|
263
314
|
|
|
264
315
|
|
|
265
316
|
## [0.1.163](https://github.com/babelcloud/visionclaw/compare/v0.1.162...v0.1.163) (2026-03-22)
|
|
266
317
|
|
|
267
|
-
|
|
268
318
|
### Bug Fixes
|
|
269
319
|
|
|
270
320
|
* **endpoint:** update TOS endpoint to accelerate service ([80bb4a7](https://github.com/babelcloud/visionclaw/commit/80bb4a7d9a5acfcc51e76f77f91978d3e9f59751))
|
|
271
321
|
|
|
272
|
-
|
|
273
322
|
### Features
|
|
274
323
|
|
|
275
|
-
* **image-pruner:** enhance image pruning functionality with orphaned tool result handling ([0be214a](https://github.com/babelcloud/visionclaw/commit/0be214a084f0aba5da198a103b632755cd913748))
|
|
276
324
|
* **transcript:** enhance transcript sanitization and path derivation ([b8672dc](https://github.com/babelcloud/visionclaw/commit/b8672dc9766730f58aeaf9369705eb6375d6f220))
|
|
277
|
-
|
|
325
|
+
* **image-pruner:** enhance image pruning functionality with orphaned tool result handling ([0be214a](https://github.com/babelcloud/visionclaw/commit/0be214a084f0aba5da198a103b632755cd913748))
|
|
278
326
|
|
|
279
327
|
|
|
280
328
|
## [0.1.162](https://github.com/babelcloud/visionclaw/compare/v0.1.161...v0.1.162) (2026-03-22)
|
|
281
329
|
|
|
282
330
|
|
|
283
|
-
|
|
284
331
|
## [0.1.161](https://github.com/babelcloud/visionclaw/compare/v0.1.160...v0.1.161) (2026-03-22)
|
|
285
332
|
|
|
286
|
-
|
|
287
333
|
### Features
|
|
288
334
|
|
|
289
|
-
* **build:** inject bundled version into the build process ([d463cd7](https://github.com/babelcloud/visionclaw/commit/d463cd742238f147e237fc10c21f09e7d38a891c))
|
|
290
335
|
* **reconfigure:** add bot identity update functionality ([bb64af3](https://github.com/babelcloud/visionclaw/commit/bb64af37fb754db15a6b6242f5a033b7cd33c832))
|
|
291
336
|
* **version:** refactor version handling and improve package root resolution ([18f5cb9](https://github.com/babelcloud/visionclaw/commit/18f5cb92a39e50a33ec0804237dadd2d9106c642))
|
|
292
|
-
|
|
337
|
+
* **build:** inject bundled version into the build process ([d463cd7](https://github.com/babelcloud/visionclaw/commit/d463cd742238f147e237fc10c21f09e7d38a891c))
|
|
293
338
|
|
|
294
339
|
|
|
295
340
|
## [0.1.160](https://github.com/babelcloud/visionclaw/compare/v0.1.159...v0.1.160) (2026-03-22)
|
|
296
341
|
|
|
297
|
-
|
|
298
342
|
### Bug Fixes
|
|
299
343
|
|
|
300
344
|
* **command-handlers:** update restart message for clarity ([480f04d](https://github.com/babelcloud/visionclaw/commit/480f04d97770a16b46df743c8281a0408d152733))
|
|
301
345
|
|
|
302
|
-
|
|
303
346
|
### Features
|
|
304
347
|
|
|
305
348
|
* **onboarding:** add onboarding link to setup instructions ([1995958](https://github.com/babelcloud/visionclaw/commit/19959580150411178089b65a2db62170014f7079))
|
|
306
349
|
|
|
307
350
|
|
|
308
|
-
|
|
309
351
|
## [0.1.159](https://github.com/babelcloud/visionclaw/compare/v0.1.158...v0.1.159) (2026-03-22)
|
|
310
352
|
|
|
311
353
|
|
|
312
|
-
|
|
313
354
|
## [0.1.158](https://github.com/babelcloud/visionclaw/compare/v0.1.157...v0.1.158) (2026-03-22)
|
|
314
355
|
|
|
315
|
-
|
|
316
356
|
### Features
|
|
317
357
|
|
|
318
358
|
* **shim:** update prepublish script to include entry shim generation ([48d2b8c](https://github.com/babelcloud/visionclaw/commit/48d2b8c8b1436a49c8106bd22ca30a5bf106c407))
|
|
319
359
|
|
|
320
360
|
|
|
321
|
-
|
|
322
361
|
## [0.1.157](https://github.com/babelcloud/visionclaw/compare/v0.1.156...v0.1.157) (2026-03-22)
|
|
323
362
|
|
|
324
|
-
|
|
325
363
|
### Features
|
|
326
364
|
|
|
327
365
|
* **shim:** add a shim for dist/index.js to load the bundled agent ([55ec29f](https://github.com/babelcloud/visionclaw/commit/55ec29fe5ceb891cc9f2b1a66fe7fb9727fc4ee7))
|
|
328
366
|
|
|
329
367
|
|
|
330
|
-
|
|
331
368
|
## [0.1.156](https://github.com/babelcloud/visionclaw/compare/v0.1.155...v0.1.156) (2026-03-22)
|
|
332
369
|
|
|
333
|
-
|
|
334
370
|
### Features
|
|
335
371
|
|
|
336
372
|
* **restart:** enhance global bundle resolution for pm2 restart ([c8c00a0](https://github.com/babelcloud/visionclaw/commit/c8c00a04cdcf2bcb665529501e977ffad12d80ac))
|
|
337
373
|
|
|
338
374
|
|
|
339
|
-
|
|
340
375
|
## [0.1.155](https://github.com/babelcloud/visionclaw/compare/v0.1.154...v0.1.155) (2026-03-22)
|
|
341
376
|
|
|
342
377
|
|
|
343
|
-
|
|
344
378
|
## [0.1.154](https://github.com/babelcloud/visionclaw/compare/v0.1.153...v0.1.154) (2026-03-22)
|
|
345
379
|
|
|
346
380
|
|
|
347
|
-
|
|
348
381
|
## [0.1.153](https://github.com/babelcloud/visionclaw/compare/v0.1.152...v0.1.153) (2026-03-22)
|
|
349
382
|
|
|
350
383
|
|
|
351
|
-
|
|
352
|
-
## [0.1.152](https://github.com/babelcloud/visionclaw/compare/v0.1.149...v0.1.152) (2026-03-22)
|
|
353
|
-
|
|
384
|
+
## [0.1.152](https://github.com/babelcloud/visionclaw/compare/v0.1.151...v0.1.152) (2026-03-22)
|
|
354
385
|
|
|
355
386
|
### Features
|
|
356
387
|
|
|
357
|
-
* **status:** include current version in status report ([8819231](https://github.com/babelcloud/visionclaw/commit/88192314db2f224af497ee9eb3405676b195df23))
|
|
358
388
|
* **weixin:** update WeChat login integration and patch dependencies ([7261a1e](https://github.com/babelcloud/visionclaw/commit/7261a1ea5cee00301a024741a2c8f318e4669b77))
|
|
359
|
-
|
|
389
|
+
* **status:** include current version in status report ([8819231](https://github.com/babelcloud/visionclaw/commit/88192314db2f224af497ee9eb3405676b195df23))
|
|
360
390
|
|
|
361
391
|
|
|
362
392
|
## [0.1.151](https://github.com/babelcloud/visionclaw/compare/v0.1.150...v0.1.151) (2026-03-22)
|
|
363
393
|
|
|
364
394
|
|
|
365
|
-
|
|
366
395
|
## [0.1.150](https://github.com/babelcloud/visionclaw/compare/v0.1.149...v0.1.150) (2026-03-22)
|
|
367
396
|
|
|
368
397
|
|
|
369
|
-
|
|
370
398
|
## [0.1.149](https://github.com/babelcloud/visionclaw/compare/v0.1.148...v0.1.149) (2026-03-22)
|
|
371
399
|
|
|
372
400
|
|
|
373
|
-
|
|
374
401
|
## [0.1.148](https://github.com/babelcloud/visionclaw/compare/v0.1.147...v0.1.148) (2026-03-22)
|
|
375
402
|
|
|
376
|
-
|
|
377
403
|
### Features
|
|
378
404
|
|
|
379
405
|
* **weixin:** integrate WeChat login and channel adapter ([f4bd078](https://github.com/babelcloud/visionclaw/commit/f4bd078055f815a2c151fd9a0bdd9ae9b431a1d4))
|
|
380
406
|
|
|
381
407
|
|
|
382
|
-
|
|
383
408
|
## [0.1.147](https://github.com/babelcloud/visionclaw/compare/v0.1.146...v0.1.147) (2026-03-22)
|
|
384
409
|
|
|
385
|
-
|
|
386
410
|
### Bug Fixes
|
|
387
411
|
|
|
388
412
|
* **gbox-tun:** update download URL for gbox-tun binary ([3217c9f](https://github.com/babelcloud/visionclaw/commit/3217c9fe08ba08a3da988beb3f887158f05c95ff))
|
|
389
413
|
|
|
390
|
-
|
|
391
414
|
### Features
|
|
392
415
|
|
|
393
|
-
* **image-pruner:** add functionality to sanitize empty text blocks in transcripts ([77be64c](https://github.com/babelcloud/visionclaw/commit/77be64ca43d2be661b04841a38f24c8c2528f16e))
|
|
394
416
|
* **onboarding:** add commands page and navigation button in admin interface ([de17ac5](https://github.com/babelcloud/visionclaw/commit/de17ac5a36bb8fe3d2ea83465274e1a292d81ff8))
|
|
395
417
|
* **onboarding:** add onboarding link copy functionality and improve API key verification ([411fe15](https://github.com/babelcloud/visionclaw/commit/411fe1513dd9babdce35462bf14d2210a22a30b1))
|
|
396
418
|
* **onboarding:** add owner management and onboarding status updates ([99cea57](https://github.com/babelcloud/visionclaw/commit/99cea570b5cf64f60b19c4a93ce5499272248aac))
|
|
397
|
-
|
|
419
|
+
* **image-pruner:** add functionality to sanitize empty text blocks in transcripts ([77be64c](https://github.com/babelcloud/visionclaw/commit/77be64ca43d2be661b04841a38f24c8c2528f16e))
|
|
398
420
|
|
|
399
421
|
|
|
400
422
|
## [0.1.146](https://github.com/babelcloud/visionclaw/compare/v0.1.145...v0.1.146) (2026-03-22)
|
|
401
423
|
|
|
402
|
-
|
|
403
424
|
### Features
|
|
404
425
|
|
|
405
|
-
* add silent compaction mode (default on) ([9406bfd](https://github.com/babelcloud/visionclaw/commit/9406bfd57362e3f77dbfb4a36010e7cf01aa201d))
|
|
406
426
|
* **data-collector:** add support for image archive transcripts ([b5c6ef2](https://github.com/babelcloud/visionclaw/commit/b5c6ef2147b99a9c04081ac9134daa39870955d1))
|
|
407
427
|
* implement silent mode command for compaction notifications ([0737f50](https://github.com/babelcloud/visionclaw/commit/0737f5011168fc8cc094b2def6e3e325134c0453))
|
|
408
|
-
|
|
428
|
+
* add silent compaction mode (default on) ([9406bfd](https://github.com/babelcloud/visionclaw/commit/9406bfd57362e3f77dbfb4a36010e7cf01aa201d))
|
|
409
429
|
|
|
410
430
|
|
|
411
431
|
## [0.1.145](https://github.com/babelcloud/visionclaw/compare/v0.1.144...v0.1.145) (2026-03-22)
|
|
412
432
|
|
|
413
|
-
|
|
414
433
|
### Features
|
|
415
434
|
|
|
416
435
|
* **onboarding:** enhance agent management and command handling ([9679103](https://github.com/babelcloud/visionclaw/commit/9679103d71f13762171fa0f5e784158816bb8aad))
|
|
417
436
|
|
|
418
437
|
|
|
419
|
-
|
|
420
438
|
## [0.1.144](https://github.com/babelcloud/visionclaw/compare/v0.1.143...v0.1.144) (2026-03-21)
|
|
421
439
|
|
|
422
|
-
|
|
423
440
|
### Bug Fixes
|
|
424
441
|
|
|
425
442
|
* **onboarding:** improve profile photo source handling for agents ([294f148](https://github.com/babelcloud/visionclaw/commit/294f1481994bd7aea2127e9ea603e2475b41949b))
|
|
426
443
|
|
|
427
|
-
|
|
428
444
|
### Features
|
|
429
445
|
|
|
430
446
|
* **telegram:** include reply/quote context in message formatting ([0751994](https://github.com/babelcloud/visionclaw/commit/0751994c4d0e32c7a4c55d019ec2e3298505694f))
|
|
431
447
|
|
|
432
448
|
|
|
433
|
-
|
|
434
449
|
## [0.1.143](https://github.com/babelcloud/visionclaw/compare/v0.1.142...v0.1.143) (2026-03-21)
|
|
435
450
|
|
|
436
|
-
|
|
437
451
|
### Features
|
|
438
452
|
|
|
439
453
|
* **permission-manager:** enhance Accessibility permission handling for cliclick ([eb423af](https://github.com/babelcloud/visionclaw/commit/eb423af53cd281783880c287cdefb60a1a7cd85d))
|
|
440
454
|
|
|
441
455
|
|
|
442
|
-
### Reverts
|
|
443
|
-
|
|
444
|
-
* Revert "better reference" ([fbe8389](https://github.com/babelcloud/visionclaw/commit/fbe8389d7531fdf2ec7f2ef2534babb72d5bd224))
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
456
|
## [0.1.142](https://github.com/babelcloud/visionclaw/compare/v0.1.141...v0.1.142) (2026-03-21)
|
|
449
457
|
|
|
450
|
-
|
|
451
458
|
### Features
|
|
452
459
|
|
|
453
460
|
* **power-settings:** enhance battery power detection and wallpaper idle choice validation ([38cd8c4](https://github.com/babelcloud/visionclaw/commit/38cd8c44afbfd140d9fe8e8a38229896c1a4deaf))
|
|
454
461
|
|
|
455
462
|
|
|
456
|
-
|
|
457
463
|
## [0.1.141](https://github.com/babelcloud/visionclaw/compare/v0.1.140...v0.1.141) (2026-03-21)
|
|
458
464
|
|
|
459
|
-
|
|
460
465
|
### Features
|
|
461
466
|
|
|
462
467
|
* **onboarding:** introduce setup code functionality for agents ([99c9673](https://github.com/babelcloud/visionclaw/commit/99c9673b8ca103e91f4f8fb60831641143f6ff6c))
|
|
463
468
|
|
|
464
469
|
|
|
465
|
-
|
|
466
470
|
## [0.1.140](https://github.com/babelcloud/visionclaw/compare/v0.1.139...v0.1.140) (2026-03-21)
|
|
467
471
|
|
|
468
|
-
|
|
469
472
|
### Features
|
|
470
473
|
|
|
471
474
|
* **onboarding:** implement GBox Tun auto-provisioning features ([d2c10ea](https://github.com/babelcloud/visionclaw/commit/d2c10ea0bd0c86601e451863731eab5b2e2133da))
|
|
472
475
|
|
|
473
476
|
|
|
474
|
-
|
|
475
477
|
## [0.1.139](https://github.com/babelcloud/visionclaw/compare/v0.1.138...v0.1.139) (2026-03-21)
|
|
476
478
|
|
|
477
|
-
|
|
478
479
|
### Features
|
|
479
480
|
|
|
480
481
|
* **onboarding:** add Telegram bot validation for agent creation and updates ([066c32a](https://github.com/babelcloud/visionclaw/commit/066c32ab43e822d46f8a28ac5fa2243f0ad01387))
|
|
481
482
|
* **session:** update compact notice messages for clarity and user engagement ([a14e1c7](https://github.com/babelcloud/visionclaw/commit/a14e1c7f5f1d3429de071b4db04a804e406a6056))
|
|
482
483
|
|
|
483
484
|
|
|
484
|
-
|
|
485
485
|
## [0.1.138](https://github.com/babelcloud/visionclaw/compare/v0.1.137...v0.1.138) (2026-03-21)
|
|
486
486
|
|
|
487
|
-
|
|
488
487
|
### Features
|
|
489
488
|
|
|
490
|
-
* **onboarding:** add initialization message to welcome text ([b97c2ed](https://github.com/babelcloud/visionclaw/commit/b97c2ed2b58d97097bdbf2a7df2d94f8429bcffa))
|
|
491
489
|
* **onboarding:** improve macOS permission handling during onboarding ([20e3865](https://github.com/babelcloud/visionclaw/commit/20e38653fc09d23fcc949e3a94f2fb4a8841b070))
|
|
490
|
+
* **onboarding:** add initialization message to welcome text ([b97c2ed](https://github.com/babelcloud/visionclaw/commit/b97c2ed2b58d97097bdbf2a7df2d94f8429bcffa))
|
|
492
491
|
|
|
493
492
|
|
|
494
|
-
|
|
495
|
-
## [0.1.137](https://github.com/babelcloud/visionclaw/compare/v0.1.136...v0.1.137) (2026-03-20)
|
|
496
|
-
|
|
493
|
+
## [0.1.137](https://github.com/babelcloud/visionclaw/compare/v0.1.136...v0.1.137) (2026-03-21)
|
|
497
494
|
|
|
498
495
|
### Features
|
|
499
496
|
|
|
500
497
|
* **activity-tracker:** enhance conversation tracking and user message recording ([8fb298b](https://github.com/babelcloud/visionclaw/commit/8fb298b9e8f98e90d52cbac1dc6e39951595889a))
|
|
501
498
|
|
|
502
499
|
|
|
503
|
-
|
|
504
|
-
## [0.1.136](https://github.com/babelcloud/visionclaw/compare/v0.1.135...v0.1.136) (2026-03-20)
|
|
505
|
-
|
|
500
|
+
## [0.1.136](https://github.com/babelcloud/visionclaw/compare/v0.1.135...v0.1.136) (2026-03-21)
|
|
506
501
|
|
|
507
502
|
### Features
|
|
508
503
|
|
|
509
504
|
* **upgrade:** implement onboarding and upgrade notifications ([01046df](https://github.com/babelcloud/visionclaw/commit/01046df6dc78387034ad9c344f58513fadc02641))
|
|
510
505
|
|
|
511
506
|
|
|
512
|
-
|
|
513
|
-
## [0.1.135](https://github.com/babelcloud/visionclaw/compare/v0.1.134...v0.1.135) (2026-03-20)
|
|
514
|
-
|
|
507
|
+
## [0.1.135](https://github.com/babelcloud/visionclaw/compare/v0.1.134...v0.1.135) (2026-03-21)
|
|
515
508
|
|
|
516
509
|
|
|
517
|
-
## [0.1.134](https://github.com/babelcloud/visionclaw/compare/v0.1.133...v0.1.134) (2026-03-
|
|
518
|
-
|
|
510
|
+
## [0.1.134](https://github.com/babelcloud/visionclaw/compare/v0.1.133...v0.1.134) (2026-03-21)
|
|
519
511
|
|
|
520
512
|
### Bug Fixes
|
|
521
513
|
|
|
@@ -523,223 +515,173 @@
|
|
|
523
515
|
* **onboarding:** update profile photo source generation logic ([5bbede6](https://github.com/babelcloud/visionclaw/commit/5bbede68045182af963f05bdfab2a2e4886d94bf))
|
|
524
516
|
* **tests:** update default model name in type tests to 'claude-opus-4-6' ([0519170](https://github.com/babelcloud/visionclaw/commit/0519170a733ec7240c51abde7ec74feda11dd681))
|
|
525
517
|
|
|
526
|
-
|
|
527
518
|
### Features
|
|
528
519
|
|
|
529
520
|
* **onboarding:** enhance onboarding process with owner name and dual session support ([7248ca1](https://github.com/babelcloud/visionclaw/commit/7248ca1842a936783f22b3b85f6b24f07c73fe7b))
|
|
530
|
-
* **onboarding:** simplify agent spec generation and update admin page ([98b0c3c](https://github.com/babelcloud/visionclaw/commit/98b0c3c959f27268e4e9807ad90e7dfd05986d3a))
|
|
531
521
|
* **system-prompt:** add owner privacy protection guidelines ([3614fff](https://github.com/babelcloud/visionclaw/commit/3614fffa944ac9e31d5512785b6aeced32e6f232))
|
|
522
|
+
* **onboarding:** simplify agent spec generation and update admin page ([98b0c3c](https://github.com/babelcloud/visionclaw/commit/98b0c3c959f27268e4e9807ad90e7dfd05986d3a))
|
|
532
523
|
|
|
533
524
|
|
|
534
|
-
|
|
535
|
-
## [0.1.133](https://github.com/babelcloud/visionclaw/compare/v0.1.131...v0.1.133) (2026-03-20)
|
|
536
|
-
|
|
525
|
+
## [0.1.133](https://github.com/babelcloud/visionclaw/compare/v0.1.132...v0.1.133) (2026-03-20)
|
|
537
526
|
|
|
538
527
|
### Bug Fixes
|
|
539
528
|
|
|
540
529
|
* **lint:** resolve all ESLint errors in onboarding service files ([42e109b](https://github.com/babelcloud/visionclaw/commit/42e109bd939558ba9381a9638a5baceffba75ba3))
|
|
541
530
|
|
|
542
|
-
|
|
543
531
|
### Features
|
|
544
532
|
|
|
545
|
-
* **models:** add support for Claude Opus 4.6 model ([9df76c6](https://github.com/babelcloud/visionclaw/commit/9df76c61f630fb041d98dcfeb0194fe762396472))
|
|
546
|
-
* **onboarding-service:** add onboarding service server and key-based setup ([20bd575](https://github.com/babelcloud/visionclaw/commit/20bd575184fa340205f10b628604c5d8ca0d1cf8))
|
|
547
533
|
* **onboarding:** enhance onboarding service with image generation and settings management ([2e3f125](https://github.com/babelcloud/visionclaw/commit/2e3f12523aec3f572394590eb4647212593efec9))
|
|
534
|
+
* **onboarding-service:** add onboarding service server and key-based setup ([20bd575](https://github.com/babelcloud/visionclaw/commit/20bd575184fa340205f10b628604c5d8ca0d1cf8))
|
|
535
|
+
* **models:** add support for Claude Opus 4.6 model ([9df76c6](https://github.com/babelcloud/visionclaw/commit/9df76c61f630fb041d98dcfeb0194fe762396472))
|
|
548
536
|
* **power-settings:** implement wallpaper screen saver management ([2f307a6](https://github.com/babelcloud/visionclaw/commit/2f307a6e52ad4bab1a7f11c121b7a0ca22a8e4cd))
|
|
549
537
|
|
|
550
538
|
|
|
551
|
-
|
|
552
539
|
## [0.1.132](https://github.com/babelcloud/visionclaw/compare/v0.1.131...v0.1.132) (2026-03-20)
|
|
553
540
|
|
|
554
|
-
|
|
555
541
|
### Features
|
|
556
542
|
|
|
557
543
|
* **models:** add support for Claude Opus 4.6 model ([f07ba57](https://github.com/babelcloud/visionclaw/commit/f07ba574dd5048ac04311ada4f015b772e9e8c0f))
|
|
558
544
|
* **power-settings:** implement wallpaper screen saver management ([6bf855c](https://github.com/babelcloud/visionclaw/commit/6bf855cae2bc85cf42c2a2ae943115b6cda5cc1d))
|
|
559
545
|
|
|
560
546
|
|
|
561
|
-
|
|
562
547
|
## [0.1.131](https://github.com/babelcloud/visionclaw/compare/v0.1.130...v0.1.131) (2026-03-20)
|
|
563
548
|
|
|
564
|
-
|
|
565
549
|
### Features
|
|
566
550
|
|
|
567
551
|
* **image-archive:** add hardcoded fallback configuration for image archiving ([fbfdd15](https://github.com/babelcloud/visionclaw/commit/fbfdd154214549893345e3467fa33d6bf6dad750))
|
|
568
552
|
* **onboarding:** improve tunnel management during setup ([801b171](https://github.com/babelcloud/visionclaw/commit/801b171686a2b3093609eea42b6494125ff1c235))
|
|
569
553
|
|
|
570
554
|
|
|
571
|
-
|
|
572
555
|
## [0.1.130](https://github.com/babelcloud/visionclaw/compare/v0.1.129...v0.1.130) (2026-03-19)
|
|
573
556
|
|
|
574
|
-
|
|
575
557
|
### Features
|
|
576
558
|
|
|
559
|
+
* **onboarding:** enhance gbox-tun and service installation options ([890930f](https://github.com/babelcloud/visionclaw/commit/890930fb9db5222064fbe1d64921b53f4b64c1db))
|
|
560
|
+
* **image-archive:** enhance image archiving functionality ([bf5e8f0](https://github.com/babelcloud/visionclaw/commit/bf5e8f0afa143d252a5065a0f7cd7e3bc675ea71))
|
|
561
|
+
* **export-tool-schemas:** add script to export VisionClaw MCP tool definitions as JSON Schema ([741e489](https://github.com/babelcloud/visionclaw/commit/741e489b9a21b047d51bdf6583aa702b0de91445))
|
|
577
562
|
* archive pruned images to S3/TOS before replacing with placeholder ([488b6a0](https://github.com/babelcloud/visionclaw/commit/488b6a0ed72644751ecbf4ea115987ed56b2be0c))
|
|
578
563
|
* **data-processing:** implement log sanitization and restructuring ([fb5a3df](https://github.com/babelcloud/visionclaw/commit/fb5a3dfebc651fbde0baf1de9a4ee8cfbc7a7cb1))
|
|
579
|
-
* **export-tool-schemas:** add script to export VisionClaw MCP tool definitions as JSON Schema ([741e489](https://github.com/babelcloud/visionclaw/commit/741e489b9a21b047d51bdf6583aa702b0de91445))
|
|
580
|
-
* **image-archive:** enhance image archiving functionality ([bf5e8f0](https://github.com/babelcloud/visionclaw/commit/bf5e8f0afa143d252a5065a0f7cd7e3bc675ea71))
|
|
581
|
-
* **onboarding:** enhance gbox-tun and service installation options ([890930f](https://github.com/babelcloud/visionclaw/commit/890930fb9db5222064fbe1d64921b53f4b64c1db))
|
|
582
|
-
|
|
583
564
|
|
|
584
565
|
|
|
585
566
|
## [0.1.129](https://github.com/babelcloud/visionclaw/compare/v0.1.128...v0.1.129) (2026-03-18)
|
|
586
567
|
|
|
587
|
-
|
|
588
568
|
### Bug Fixes
|
|
589
569
|
|
|
590
570
|
* **interrupt-handler:** skip sendProcessingNotification for Telegram group chats ([83b7f98](https://github.com/babelcloud/visionclaw/commit/83b7f98c442e354a0ede6b9d4c9c34a6eff3bae2))
|
|
591
571
|
|
|
592
572
|
|
|
593
|
-
|
|
594
573
|
## [0.1.128](https://github.com/babelcloud/visionclaw/compare/v0.1.127...v0.1.128) (2026-03-18)
|
|
595
574
|
|
|
596
|
-
|
|
597
575
|
### Bug Fixes
|
|
598
576
|
|
|
599
577
|
* **fast-responder:** disable fast-responses in Telegram group chats ([f712c2f](https://github.com/babelcloud/visionclaw/commit/f712c2f6ab28c531052d205218e61ed163b32e1f))
|
|
600
578
|
|
|
601
579
|
|
|
602
|
-
|
|
603
|
-
## [0.1.127](https://github.com/babelcloud/visionclaw/compare/v0.1.124...v0.1.127) (2026-03-17)
|
|
604
|
-
|
|
580
|
+
## [0.1.127](https://github.com/babelcloud/visionclaw/compare/v0.1.126...v0.1.127) (2026-03-17)
|
|
605
581
|
|
|
606
582
|
### Bug Fixes
|
|
607
583
|
|
|
608
584
|
* **build:** update build script references to use .cjs extension ([6be39ba](https://github.com/babelcloud/visionclaw/commit/6be39baaa1408ab649f283141bff039598ae70bc))
|
|
609
585
|
|
|
610
|
-
|
|
611
586
|
### Features
|
|
612
587
|
|
|
613
588
|
* **build:** add shared esbuild bundling script and update build process ([1d1733a](https://github.com/babelcloud/visionclaw/commit/1d1733a26a422b4b7694d2e083661ff07643623d))
|
|
614
|
-
* **gui:** add gbox-tun configuration and enhance setup process ([f0db016](https://github.com/babelcloud/visionclaw/commit/f0db016929cd732c58b4950e9fc6852449d4f7cb))
|
|
615
589
|
* **gui:** enhance onboarding UI and server connectivity checks ([21168f3](https://github.com/babelcloud/visionclaw/commit/21168f3ed051a21a029d7c9d1de336bc203beab0))
|
|
616
590
|
* **gui:** implement GUI versioning and auto-update strategy ([b6fd7ff](https://github.com/babelcloud/visionclaw/commit/b6fd7ffb546207896f9c58594a364573dffdce05))
|
|
591
|
+
* **gui:** add gbox-tun configuration and enhance setup process ([f0db016](https://github.com/babelcloud/visionclaw/commit/f0db016929cd732c58b4950e9fc6852449d4f7cb))
|
|
617
592
|
* **gui:** update app name and enhance permissions management ([6e0f10c](https://github.com/babelcloud/visionclaw/commit/6e0f10cd9e513ef33002ca656fb154d18879a1a7))
|
|
618
593
|
|
|
619
594
|
|
|
620
|
-
|
|
621
595
|
## [0.1.126](https://github.com/babelcloud/visionclaw/compare/v0.1.125...v0.1.126) (2026-03-16)
|
|
622
596
|
|
|
623
|
-
|
|
624
597
|
### Bug Fixes
|
|
625
598
|
|
|
626
599
|
* **build:** update build script references to use .cjs extension ([b54f01a](https://github.com/babelcloud/visionclaw/commit/b54f01ae5626d45a41b5dbd438a3b103e6df19d9))
|
|
627
600
|
|
|
628
|
-
|
|
629
601
|
### Features
|
|
630
602
|
|
|
631
603
|
* **build:** add shared esbuild bundling script and update build process ([54cf8d9](https://github.com/babelcloud/visionclaw/commit/54cf8d944d1cc6c689067d6da9283b7197b014db))
|
|
632
604
|
|
|
633
605
|
|
|
634
|
-
|
|
635
606
|
## [0.1.125](https://github.com/babelcloud/visionclaw/compare/v0.1.124...v0.1.125) (2026-03-16)
|
|
636
607
|
|
|
637
|
-
|
|
638
608
|
### Features
|
|
639
609
|
|
|
640
|
-
* **gui:** add gbox-tun configuration and enhance setup process ([62e3bcf](https://github.com/babelcloud/visionclaw/commit/62e3bcf186cd65d8157b4aaeafb6a6c3083cd3be))
|
|
641
610
|
* **gui:** enhance onboarding UI and server connectivity checks ([42b27e1](https://github.com/babelcloud/visionclaw/commit/42b27e11fc3d3095328688def8a3967f36e40629))
|
|
642
611
|
* **gui:** implement GUI versioning and auto-update strategy ([c5b2dbe](https://github.com/babelcloud/visionclaw/commit/c5b2dbef47159bb806d2456e90b94071046f5171))
|
|
612
|
+
* **gui:** add gbox-tun configuration and enhance setup process ([62e3bcf](https://github.com/babelcloud/visionclaw/commit/62e3bcf186cd65d8157b4aaeafb6a6c3083cd3be))
|
|
643
613
|
* **gui:** update app name and enhance permissions management ([73de830](https://github.com/babelcloud/visionclaw/commit/73de8305eaef65a325647c3b32abd45e1ac8c58a))
|
|
644
614
|
|
|
645
615
|
|
|
646
|
-
|
|
647
616
|
## [0.1.124](https://github.com/babelcloud/visionclaw/compare/v0.1.123...v0.1.124) (2026-03-16)
|
|
648
617
|
|
|
649
618
|
|
|
650
|
-
|
|
651
619
|
## [0.1.123](https://github.com/babelcloud/visionclaw/compare/v0.1.122...v0.1.123) (2026-03-16)
|
|
652
620
|
|
|
653
|
-
|
|
654
621
|
### Features
|
|
655
622
|
|
|
656
623
|
* **onboarding:** add App Management permission handling for macOS ([48a049c](https://github.com/babelcloud/visionclaw/commit/48a049ca260b209695215db9468521de99237f19))
|
|
657
624
|
|
|
658
625
|
|
|
659
|
-
|
|
660
626
|
## [0.1.122](https://github.com/babelcloud/visionclaw/compare/v0.1.121...v0.1.122) (2026-03-16)
|
|
661
627
|
|
|
662
|
-
|
|
663
628
|
### Features
|
|
664
629
|
|
|
665
|
-
* **onboarding:** add branding assets and update layout for icons ([dcb03dd](https://github.com/babelcloud/visionclaw/commit/dcb03dd95094b160ef9bb053b2506fd9054f4473))
|
|
666
630
|
* **onboarding:** enhance macOS TCC permission management for Node.js ([16a06fc](https://github.com/babelcloud/visionclaw/commit/16a06fc7d5c3b4da62d6e9b96e91783ac637df56))
|
|
667
|
-
|
|
631
|
+
* **onboarding:** add branding assets and update layout for icons ([dcb03dd](https://github.com/babelcloud/visionclaw/commit/dcb03dd95094b160ef9bb053b2506fd9054f4473))
|
|
668
632
|
|
|
669
633
|
|
|
670
634
|
## [0.1.121](https://github.com/babelcloud/visionclaw/compare/v0.1.120...v0.1.121) (2026-03-16)
|
|
671
635
|
|
|
672
|
-
|
|
673
636
|
### Features
|
|
674
637
|
|
|
675
638
|
* **onboarding:** enhance agent status handling and user feedback ([d625e48](https://github.com/babelcloud/visionclaw/commit/d625e485541babaeeef59de6a97dbb8486bd5c6e))
|
|
676
639
|
|
|
677
640
|
|
|
678
|
-
|
|
679
641
|
## [0.1.120](https://github.com/babelcloud/visionclaw/compare/v0.1.119...v0.1.120) (2026-03-16)
|
|
680
642
|
|
|
681
|
-
|
|
682
643
|
### Features
|
|
683
644
|
|
|
684
645
|
* **gbox-tun:** add WorkingDirectory key to plist for gbox-tun service ([1de8273](https://github.com/babelcloud/visionclaw/commit/1de82733d08c26fed7fa8b2c28f9cbaa46d53aa4))
|
|
685
646
|
|
|
686
647
|
|
|
687
|
-
|
|
688
648
|
## [0.1.119](https://github.com/babelcloud/visionclaw/compare/v0.1.118...v0.1.119) (2026-03-16)
|
|
689
649
|
|
|
690
|
-
|
|
691
650
|
### Features
|
|
692
651
|
|
|
693
652
|
* **gbox-tun:** refactor gbox-tun installation and download process ([9b49398](https://github.com/babelcloud/visionclaw/commit/9b49398f01ec5a4073c70a058ad8b06c16df24bb))
|
|
694
653
|
* **onboarding:** normalize agent names for database operations ([1f0cd4b](https://github.com/babelcloud/visionclaw/commit/1f0cd4b9ba8edc3c64abd583142c399ac231685d))
|
|
695
654
|
|
|
696
655
|
|
|
697
|
-
|
|
698
656
|
## [0.1.118](https://github.com/babelcloud/visionclaw/compare/v0.1.117...v0.1.118) (2026-03-16)
|
|
699
657
|
|
|
700
|
-
|
|
701
658
|
### Features
|
|
702
659
|
|
|
703
660
|
* **onboarding:** add visionclaw service installation prompt for macOS users ([5229211](https://github.com/babelcloud/visionclaw/commit/5229211f7a115ccbb3d2ca51909f823fb508986f))
|
|
704
661
|
|
|
705
662
|
|
|
706
|
-
|
|
707
663
|
## [0.1.117](https://github.com/babelcloud/visionclaw/compare/v0.1.116...v0.1.117) (2026-03-16)
|
|
708
664
|
|
|
709
|
-
|
|
710
665
|
### Features
|
|
711
666
|
|
|
712
667
|
* **onboarding:** add password reset functionality for existing Google Workspace accounts ([c643f8e](https://github.com/babelcloud/visionclaw/commit/c643f8e39448af0bc12fe2eb3a829c33f11c7de1))
|
|
713
668
|
|
|
714
669
|
|
|
715
|
-
|
|
716
|
-
## [0.1.116](https://github.com/babelcloud/visionclaw/compare/v0.1.114...v0.1.116) (2026-03-16)
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
### Bug Fixes
|
|
720
|
-
|
|
721
|
-
* **onboarding:** ensure ~/.config directory is pre-created for GitHub CLI setup ([9539c48](https://github.com/babelcloud/visionclaw/commit/9539c48702ee5adfba1b2ea42390b9dc7396dc71))
|
|
722
|
-
|
|
670
|
+
## [0.1.116](https://github.com/babelcloud/visionclaw/compare/v0.1.115...v0.1.116) (2026-03-16)
|
|
723
671
|
|
|
724
672
|
### Features
|
|
725
673
|
|
|
726
|
-
* **calendar:** auto-add Google Meet link to every new event ([9f761ec](https://github.com/babelcloud/visionclaw/commit/9f761ec2d2204ef712c3274d1f6b06248ed3c9e8))
|
|
727
|
-
* **calendar:** set Google Meet space to OPEN access (no waiting room) ([f252358](https://github.com/babelcloud/visionclaw/commit/f252358e6eca9c33c6a5053b424a0ea767f50e35))
|
|
728
|
-
* **gbox-tun:** add gbox-tun service management commands and integration ([ea4babc](https://github.com/babelcloud/visionclaw/commit/ea4babcb99cac76c095b0931f59cf7aa58117d80))
|
|
729
674
|
* **meet:** enhance Google Meet integration and add tests ([f30d303](https://github.com/babelcloud/visionclaw/commit/f30d30314214c9e956f5657c96a2faaef5a3d929))
|
|
730
|
-
* **
|
|
731
|
-
* **
|
|
732
|
-
|
|
675
|
+
* **calendar:** set Google Meet space to OPEN access (no waiting room) ([f252358](https://github.com/babelcloud/visionclaw/commit/f252358e6eca9c33c6a5053b424a0ea767f50e35))
|
|
676
|
+
* **calendar:** auto-add Google Meet link to every new event ([9f761ec](https://github.com/babelcloud/visionclaw/commit/9f761ec2d2204ef712c3274d1f6b06248ed3c9e8))
|
|
733
677
|
|
|
734
678
|
|
|
735
679
|
## [0.1.115](https://github.com/babelcloud/visionclaw/compare/v0.1.114...v0.1.115) (2026-03-16)
|
|
736
680
|
|
|
737
|
-
|
|
738
681
|
### Bug Fixes
|
|
739
682
|
|
|
740
683
|
* **onboarding:** ensure ~/.config directory is pre-created for GitHub CLI setup ([9539c48](https://github.com/babelcloud/visionclaw/commit/9539c48702ee5adfba1b2ea42390b9dc7396dc71))
|
|
741
684
|
|
|
742
|
-
|
|
743
685
|
### Features
|
|
744
686
|
|
|
745
687
|
* **gbox-tun:** add gbox-tun service management commands and integration ([ea4babc](https://github.com/babelcloud/visionclaw/commit/ea4babcb99cac76c095b0931f59cf7aa58117d80))
|
|
@@ -747,89 +689,72 @@
|
|
|
747
689
|
* **reset:** add reset command to restore profile to pre-owner state ([41e7767](https://github.com/babelcloud/visionclaw/commit/41e77673da4b8f1d378c59429348713f0aa85f19))
|
|
748
690
|
|
|
749
691
|
|
|
750
|
-
|
|
751
692
|
## [0.1.114](https://github.com/babelcloud/visionclaw/compare/v0.1.113...v0.1.114) (2026-03-15)
|
|
752
693
|
|
|
753
694
|
|
|
754
|
-
|
|
755
695
|
## [0.1.113](https://github.com/babelcloud/visionclaw/compare/v0.1.112...v0.1.113) (2026-03-15)
|
|
756
696
|
|
|
757
|
-
|
|
758
697
|
### Features
|
|
759
698
|
|
|
760
699
|
* **onboarding:** enhance GitHub CLI setup and Chrome default browser check ([4aa4435](https://github.com/babelcloud/visionclaw/commit/4aa44353298a596713f10e3f142d9c2c68006055))
|
|
761
700
|
* **shutdown:** implement graceful shutdown mechanism for the agent ([0607421](https://github.com/babelcloud/visionclaw/commit/0607421bd8f955c144c1ed6f25c96e29a67e6891))
|
|
762
701
|
|
|
763
702
|
|
|
764
|
-
|
|
765
703
|
## [0.1.112](https://github.com/babelcloud/visionclaw/compare/v0.1.111...v0.1.112) (2026-03-15)
|
|
766
704
|
|
|
767
|
-
|
|
768
705
|
### Bug Fixes
|
|
769
706
|
|
|
770
707
|
* **playwright:** set CWD to screenshots dir via shell wrapper ([a9bce19](https://github.com/babelcloud/visionclaw/commit/a9bce199a5011a817a4d17403ff44957ab9a3cb7))
|
|
771
708
|
* **tests:** update stale tests to match current source API ([c501a73](https://github.com/babelcloud/visionclaw/commit/c501a7343591a3e36c54091e9e0374edd630459c))
|
|
772
709
|
|
|
773
|
-
|
|
774
710
|
### Features
|
|
775
711
|
|
|
776
|
-
* **build:** add JS obfuscation step to release pipeline ([25f3372](https://github.com/babelcloud/visionclaw/commit/25f33722d3171dcab9ac87b002ed62b74019a80b))
|
|
777
|
-
* **cloudflared:** add backup and restore functionality for cloudflared config files ([5b755b5](https://github.com/babelcloud/visionclaw/commit/5b755b5c004df42c65dfa784c3fd8fb360367500))
|
|
778
712
|
* **gbox-tun:** add gbox-tun configuration and installation functionality ([9dc97f2](https://github.com/babelcloud/visionclaw/commit/9dc97f269e9dfd232cd169b05ff1ae8fce864bd6))
|
|
779
|
-
* **identity:** update identity memory handling to include system password and improve prompt information ([e73c61c](https://github.com/babelcloud/visionclaw/commit/e73c61c93434b9acd5ca93f563ffd13745898b18))
|
|
780
|
-
* **onboarding:** enhance GitHub integration and identity memory management ([8d791b0](https://github.com/babelcloud/visionclaw/commit/8d791b0a3881dd391ef20f9df1ce907e33387684))
|
|
781
|
-
* **onboarding:** enhance macOS permissions handling with Swift checks ([daff333](https://github.com/babelcloud/visionclaw/commit/daff333272a3e25430e6d3324bc96e5ff458a5c9))
|
|
782
713
|
* **playwright:** enhance MCP server configuration and update screenshot handling ([6250180](https://github.com/babelcloud/visionclaw/commit/6250180878649ed335c49cd44a2cfa93be2a96e8))
|
|
714
|
+
* **cloudflared:** add backup and restore functionality for cloudflared config files ([5b755b5](https://github.com/babelcloud/visionclaw/commit/5b755b5c004df42c65dfa784c3fd8fb360367500))
|
|
715
|
+
* **session:** trim JSONL transcript after compaction to reduce file size ([796d623](https://github.com/babelcloud/visionclaw/commit/796d6238519344f8c06f855146ec27265db7bab5))
|
|
716
|
+
* **build:** add JS obfuscation step to release pipeline ([25f3372](https://github.com/babelcloud/visionclaw/commit/25f33722d3171dcab9ac87b002ed62b74019a80b))
|
|
717
|
+
* **service:** add service management commands for macOS ([6b7501f](https://github.com/babelcloud/visionclaw/commit/6b7501f46c56886f698c2323310c0cad2a9dacbf))
|
|
718
|
+
* **onboarding:** enhance GitHub integration and identity memory management ([8d791b0](https://github.com/babelcloud/visionclaw/commit/8d791b0a3881dd391ef20f9df1ce907e33387684))
|
|
719
|
+
* **identity:** update identity memory handling to include system password and improve prompt information ([e73c61c](https://github.com/babelcloud/visionclaw/commit/e73c61c93434b9acd5ca93f563ffd13745898b18))
|
|
783
720
|
* **screenshot:** implement macOS ScreenCaptureKit helper for improved screenshot capture ([e5f747e](https://github.com/babelcloud/visionclaw/commit/e5f747ee53a4fbf996d593c4923b6f9afc95be9f))
|
|
784
|
-
* **
|
|
785
|
-
* **session:** trim JSONL transcript after compaction to reduce file size ([796d623](https://github.com/babelcloud/visionclaw/commit/796d6238519344f8c06f855146ec27265db7bab5))
|
|
786
|
-
|
|
721
|
+
* **onboarding:** enhance macOS permissions handling with Swift checks ([daff333](https://github.com/babelcloud/visionclaw/commit/daff333272a3e25430e6d3324bc96e5ff458a5c9))
|
|
787
722
|
|
|
788
723
|
|
|
789
724
|
## [0.1.111](https://github.com/babelcloud/visionclaw/compare/v0.1.110...v0.1.111) (2026-03-14)
|
|
790
725
|
|
|
791
|
-
|
|
792
726
|
### Features
|
|
793
727
|
|
|
794
|
-
* **onboarding:** add profile photo management for Google Workspace ([4585340](https://github.com/babelcloud/visionclaw/commit/4585340c8a53732e9b731b79dd66716aa2908f69))
|
|
795
728
|
* **onboarding:** expand macOS permissions handling ([47d584e](https://github.com/babelcloud/visionclaw/commit/47d584ee137d606c5aeee2ddebfc85dc03fbc95b))
|
|
729
|
+
* **onboarding:** add profile photo management for Google Workspace ([4585340](https://github.com/babelcloud/visionclaw/commit/4585340c8a53732e9b731b79dd66716aa2908f69))
|
|
796
730
|
* **provisioning:** implement factory provisioning for VisionClaw setup ([e429f4a](https://github.com/babelcloud/visionclaw/commit/e429f4aff0f87cda177c002771aa862ace157e32))
|
|
797
731
|
|
|
798
732
|
|
|
799
|
-
|
|
800
733
|
## [0.1.110](https://github.com/babelcloud/visionclaw/compare/v0.1.109...v0.1.110) (2026-03-11)
|
|
801
734
|
|
|
802
735
|
|
|
803
|
-
|
|
804
736
|
## [0.1.109](https://github.com/babelcloud/visionclaw/compare/v0.1.108...v0.1.109) (2026-03-11)
|
|
805
737
|
|
|
806
738
|
|
|
807
|
-
|
|
808
739
|
## [0.1.108](https://github.com/babelcloud/visionclaw/compare/v0.1.107...v0.1.108) (2026-03-11)
|
|
809
740
|
|
|
810
741
|
|
|
811
|
-
|
|
812
742
|
## [0.1.107](https://github.com/babelcloud/visionclaw/compare/v0.1.106...v0.1.107) (2026-03-11)
|
|
813
743
|
|
|
814
744
|
|
|
815
|
-
|
|
816
745
|
## [0.1.106](https://github.com/babelcloud/visionclaw/compare/v0.1.105...v0.1.106) (2026-03-11)
|
|
817
746
|
|
|
818
|
-
|
|
819
747
|
### Features
|
|
820
748
|
|
|
821
749
|
* **onboarding:** add macOS power settings preparation command ([42dd6fe](https://github.com/babelcloud/visionclaw/commit/42dd6fe6a9ca94286131fe2e6c53cee317fae3ea))
|
|
822
750
|
|
|
823
751
|
|
|
824
|
-
|
|
825
|
-
## [0.1.105](https://github.com/babelcloud/visionclaw/compare/v0.1.103...v0.1.105) (2026-03-11)
|
|
826
|
-
|
|
752
|
+
## [0.1.105](https://github.com/babelcloud/visionclaw/compare/v0.1.104...v0.1.105) (2026-03-11)
|
|
827
753
|
|
|
828
754
|
### Bug Fixes
|
|
829
755
|
|
|
830
756
|
* **telegram:** remove unnecessary optional chaining on msg.from ([99eb513](https://github.com/babelcloud/visionclaw/commit/99eb513394de96d9a517708fca6ccac7f24894b0))
|
|
831
757
|
|
|
832
|
-
|
|
833
758
|
### Features
|
|
834
759
|
|
|
835
760
|
* **stream-handler:** enhance error handling and logging for agent results ([f283562](https://github.com/babelcloud/visionclaw/commit/f283562148e1f035ebe5666fa97b979d2f33c1b0))
|
|
@@ -837,167 +762,132 @@
|
|
|
837
762
|
* **telegram:** add dynamic chat ID allowlist via /allow and /disallow ([dc0703e](https://github.com/babelcloud/visionclaw/commit/dc0703e1809a9675d499302c4cde44cb33568b09))
|
|
838
763
|
|
|
839
764
|
|
|
840
|
-
|
|
841
765
|
## [0.1.104](https://github.com/babelcloud/visionclaw/compare/v0.1.103...v0.1.104) (2026-03-10)
|
|
842
766
|
|
|
843
|
-
|
|
844
767
|
### Features
|
|
845
768
|
|
|
846
769
|
* **stream-handler:** enhance error handling and logging for agent results ([18900a9](https://github.com/babelcloud/visionclaw/commit/18900a9a5bff24021070e9ed3777381cae9dbe94))
|
|
847
770
|
|
|
848
771
|
|
|
849
|
-
|
|
850
772
|
## [0.1.103](https://github.com/babelcloud/visionclaw/compare/v0.1.102...v0.1.103) (2026-03-09)
|
|
851
773
|
|
|
852
|
-
|
|
853
774
|
### Features
|
|
854
775
|
|
|
855
776
|
* **backup:** implement backup CLI functionality ([c335e10](https://github.com/babelcloud/visionclaw/commit/c335e10adb80f152c955c0c1ee33d4cf5cba3f13))
|
|
856
777
|
|
|
857
778
|
|
|
858
|
-
|
|
859
779
|
## [0.1.102](https://github.com/babelcloud/visionclaw/compare/v0.1.101...v0.1.102) (2026-03-09)
|
|
860
780
|
|
|
861
781
|
|
|
862
|
-
|
|
863
782
|
## [0.1.101](https://github.com/babelcloud/visionclaw/compare/v0.1.100...v0.1.101) (2026-03-09)
|
|
864
783
|
|
|
865
|
-
|
|
866
784
|
### Bug Fixes
|
|
867
785
|
|
|
868
786
|
* **tunnel:** prevent console window flashing on Windows by hiding it during cloudflared process execution ([ff75488](https://github.com/babelcloud/visionclaw/commit/ff75488c9636ae02d96bc46d3ba3e65e165d7f4b))
|
|
869
787
|
|
|
870
788
|
|
|
871
|
-
|
|
872
789
|
## [0.1.100](https://github.com/babelcloud/visionclaw/compare/v0.1.99...v0.1.100) (2026-03-09)
|
|
873
790
|
|
|
874
|
-
|
|
875
791
|
### Features
|
|
876
792
|
|
|
877
793
|
* **reconfigure:** add Playwright Gmail login setup to reconfigure CLI ([6859f35](https://github.com/babelcloud/visionclaw/commit/6859f35a46179c5d7f4a52794256919e15619ff5))
|
|
878
794
|
|
|
879
795
|
|
|
880
|
-
|
|
881
796
|
## [0.1.99](https://github.com/babelcloud/visionclaw/compare/v0.1.98...v0.1.99) (2026-03-09)
|
|
882
797
|
|
|
883
|
-
|
|
884
798
|
### Bug Fixes
|
|
885
799
|
|
|
886
800
|
* **utils:** update getClaudeProjectSlug to replace non-alphanumeric characters ([2969002](https://github.com/babelcloud/visionclaw/commit/29690025bac31df2c0b8af04e26ae44de3007b1e))
|
|
887
801
|
|
|
888
802
|
|
|
889
|
-
|
|
890
803
|
## [0.1.98](https://github.com/babelcloud/visionclaw/compare/v0.1.97...v0.1.98) (2026-03-09)
|
|
891
804
|
|
|
892
|
-
|
|
893
805
|
### Features
|
|
894
806
|
|
|
895
807
|
* **restore:** enhance restore functionality for Claude transcripts ([b907f47](https://github.com/babelcloud/visionclaw/commit/b907f47ad42b31eb7fb51e41db8bee4cabeca851))
|
|
896
808
|
|
|
897
809
|
|
|
898
|
-
|
|
899
810
|
## [0.1.97](https://github.com/babelcloud/visionclaw/compare/v0.1.96...v0.1.97) (2026-03-09)
|
|
900
811
|
|
|
901
|
-
|
|
902
812
|
### Features
|
|
903
813
|
|
|
904
814
|
* **restore:** implement restore command and functionality ([408c773](https://github.com/babelcloud/visionclaw/commit/408c773accde8f70abef3ed6710072a657f46014))
|
|
905
815
|
|
|
906
816
|
|
|
907
|
-
|
|
908
817
|
## [0.1.96](https://github.com/babelcloud/visionclaw/compare/v0.1.95...v0.1.96) (2026-03-09)
|
|
909
818
|
|
|
910
|
-
|
|
911
819
|
### Features
|
|
912
820
|
|
|
913
821
|
* **drive:** enhance shareFile method to handle silent share rejections ([7bec57b](https://github.com/babelcloud/visionclaw/commit/7bec57beb8e960e7707506e1d024c58a7b2a88c8))
|
|
914
822
|
|
|
915
823
|
|
|
916
|
-
|
|
917
824
|
## [0.1.95](https://github.com/babelcloud/visionclaw/compare/v0.1.94...v0.1.95) (2026-03-09)
|
|
918
825
|
|
|
919
|
-
|
|
920
826
|
### Features
|
|
921
827
|
|
|
922
|
-
* **backup:** add /backup command to create and upload ZIP to Google Drive ([d14e61c](https://github.com/babelcloud/visionclaw/commit/d14e61c74d35be5a7986c4d38ce314af5252f4b6))
|
|
923
828
|
* **showcase:** add WeChat and Gmail showcase items with corresponding images and badges ([c4ec09a](https://github.com/babelcloud/visionclaw/commit/c4ec09aa90d1d43e84797833b076f3d5bb71cb2f))
|
|
924
|
-
|
|
829
|
+
* **backup:** add /backup command to create and upload ZIP to Google Drive ([d14e61c](https://github.com/babelcloud/visionclaw/commit/d14e61c74d35be5a7986c4d38ce314af5252f4b6))
|
|
925
830
|
|
|
926
831
|
|
|
927
832
|
## [0.1.94](https://github.com/babelcloud/visionclaw/compare/v0.1.93...v0.1.94) (2026-03-08)
|
|
928
833
|
|
|
929
834
|
|
|
930
|
-
|
|
931
835
|
## [0.1.93](https://github.com/babelcloud/visionclaw/compare/v0.1.92...v0.1.93) (2026-03-08)
|
|
932
836
|
|
|
933
|
-
|
|
934
837
|
### Features
|
|
935
838
|
|
|
936
839
|
* **runtime:** add OpenAI session support and runtime surface ([1f7bf90](https://github.com/babelcloud/visionclaw/commit/1f7bf902788e241559d3daac655388b2e96fad1c))
|
|
937
840
|
|
|
938
841
|
|
|
939
|
-
|
|
940
842
|
## [0.1.92](https://github.com/babelcloud/visionclaw/compare/v0.1.91...v0.1.92) (2026-03-08)
|
|
941
843
|
|
|
942
|
-
|
|
943
844
|
### Bug Fixes
|
|
944
845
|
|
|
945
846
|
* **version-check:** update package JSON path resolution for compatibility ([e4d3bb5](https://github.com/babelcloud/visionclaw/commit/e4d3bb51e0f3a75db896c34abc0dd56d35135c83))
|
|
946
847
|
* **windows:** improve whisper-cli installation check for Windows ([c9c1b6c](https://github.com/babelcloud/visionclaw/commit/c9c1b6c0b73959854899af5a039dafc9585947b4))
|
|
947
848
|
|
|
948
|
-
|
|
949
849
|
### Features
|
|
950
850
|
|
|
951
851
|
* **computer-use:** add mouse movement functionality and enhance Windows support ([3326a1a](https://github.com/babelcloud/visionclaw/commit/3326a1ad700398156f5c449dfa4b70a9cb60ad31))
|
|
852
|
+
* **windows:** comprehensive Windows support enhancements ([ba84b72](https://github.com/babelcloud/visionclaw/commit/ba84b72801dc38941431792ccb6d278373183f58))
|
|
853
|
+
* **windows:** comprehensive Windows support enhancements ([a40d5af](https://github.com/babelcloud/visionclaw/commit/a40d5af2a24241d9993d8ae8e8a905c8c581651a))
|
|
952
854
|
* **google-auth:** enhance Google OAuth integration and configuration options ([83aad6f](https://github.com/babelcloud/visionclaw/commit/83aad6f50e7a5c20cc4f21a7e39449e12afc19c5))
|
|
953
|
-
* **interrupt-handler:** enhance fast response handling by excluding Gmail messages ([7fd8457](https://github.com/babelcloud/visionclaw/commit/7fd8457d4f08ad8c4a01c1a63cf040817bea3d8a))
|
|
954
855
|
* **legal:** add Privacy Policy and Terms of Service pages ([5094c71](https://github.com/babelcloud/visionclaw/commit/5094c7114642b035ad27721bf6a910c35075593d))
|
|
955
856
|
* **reconfigure:** add advanced settings option for dual-session mode ([9961c71](https://github.com/babelcloud/visionclaw/commit/9961c71ddcf16085c89bca889a26048c9645fb6f))
|
|
956
|
-
* **
|
|
957
|
-
* **windows:** comprehensive Windows support enhancements ([a40d5af](https://github.com/babelcloud/visionclaw/commit/a40d5af2a24241d9993d8ae8e8a905c8c581651a))
|
|
958
|
-
|
|
857
|
+
* **interrupt-handler:** enhance fast response handling by excluding Gmail messages ([7fd8457](https://github.com/babelcloud/visionclaw/commit/7fd8457d4f08ad8c4a01c1a63cf040817bea3d8a))
|
|
959
858
|
|
|
960
859
|
|
|
961
860
|
## [0.1.91](https://github.com/babelcloud/visionclaw/compare/v0.1.90...v0.1.91) (2026-03-06)
|
|
962
861
|
|
|
963
862
|
|
|
964
|
-
|
|
965
|
-
## [0.1.90](https://github.com/babelcloud/visionclaw/compare/v0.1.89...v0.1.90) (2026-03-05)
|
|
966
|
-
|
|
863
|
+
## [0.1.90](https://github.com/babelcloud/visionclaw/compare/v0.1.89...v0.1.90) (2026-03-06)
|
|
967
864
|
|
|
968
865
|
### Bug Fixes
|
|
969
866
|
|
|
970
867
|
* **interrupt-handler:** filter out Gmail messages from processing notifications ([81d9cb9](https://github.com/babelcloud/visionclaw/commit/81d9cb9c94c345850d1e4061ebbfa18f8a3b8c69))
|
|
971
868
|
|
|
972
|
-
|
|
973
869
|
### Features
|
|
974
870
|
|
|
975
871
|
* **cloudflared:** enhance tunnel configuration management ([ad7f0e1](https://github.com/babelcloud/visionclaw/commit/ad7f0e1cd9880ac55d9782acb46f9d9bbe53fe8d))
|
|
976
872
|
* **windows-support:** add full Windows support to VisionClaw ([2fff563](https://github.com/babelcloud/visionclaw/commit/2fff5630b686032ad862a5f0bb61003b1f170a1d))
|
|
977
873
|
|
|
978
874
|
|
|
979
|
-
|
|
980
875
|
## [0.1.89](https://github.com/babelcloud/visionclaw/compare/v0.1.88...v0.1.89) (2026-03-05)
|
|
981
876
|
|
|
982
|
-
|
|
983
877
|
### Bug Fixes
|
|
984
878
|
|
|
985
879
|
* **session:** adjust COMPACT_USED_PCT_THRESHOLD to improve resource management ([3b2bda9](https://github.com/babelcloud/visionclaw/commit/3b2bda959b5585084787dc0db97cd2defcd0bb8d))
|
|
986
880
|
|
|
987
881
|
|
|
988
|
-
|
|
989
882
|
## [0.1.88](https://github.com/babelcloud/visionclaw/compare/v0.1.87...v0.1.88) (2026-03-05)
|
|
990
883
|
|
|
991
884
|
|
|
992
|
-
|
|
993
885
|
## [0.1.87](https://github.com/babelcloud/visionclaw/compare/v0.1.86...v0.1.87) (2026-03-05)
|
|
994
886
|
|
|
995
|
-
|
|
996
887
|
### Bug Fixes
|
|
997
888
|
|
|
998
889
|
* **gmail:** filter out self-sent emails and improve notification handling ([33468b2](https://github.com/babelcloud/visionclaw/commit/33468b24fe47e9447c0407c4572d0d87e8f02515))
|
|
999
890
|
|
|
1000
|
-
|
|
1001
891
|
### Features
|
|
1002
892
|
|
|
1003
893
|
* **browser-launcher:** implement automatic Chrome launch for Playwright MCP ([37544cf](https://github.com/babelcloud/visionclaw/commit/37544cf50f4c7ee1e633a1f7d3060422e4abf1d2))
|
|
@@ -1006,761 +896,598 @@
|
|
|
1006
896
|
* **onboarding:** trigger macOS permission dialogs during onboarding ([ccc6dc4](https://github.com/babelcloud/visionclaw/commit/ccc6dc402280dc221e73e76676e83d0404dd7b37))
|
|
1007
897
|
|
|
1008
898
|
|
|
1009
|
-
|
|
1010
899
|
## [0.1.86](https://github.com/babelcloud/visionclaw/compare/v0.1.85...v0.1.86) (2026-03-05)
|
|
1011
900
|
|
|
1012
|
-
|
|
1013
901
|
### Features
|
|
1014
902
|
|
|
1015
903
|
* **system-prompt:** add instruction to avoid self-restart via command line ([b2db6aa](https://github.com/babelcloud/visionclaw/commit/b2db6aa1fb753a366988981f130a4c2204344117))
|
|
1016
904
|
|
|
1017
905
|
|
|
1018
|
-
|
|
1019
906
|
## [0.1.85](https://github.com/babelcloud/visionclaw/compare/v0.1.84...v0.1.85) (2026-03-05)
|
|
1020
907
|
|
|
1021
|
-
|
|
1022
908
|
### Bug Fixes
|
|
1023
909
|
|
|
1024
910
|
* **fast-responder:** skip fast replies for Gmail messages and update recipient handling ([1931fe2](https://github.com/babelcloud/visionclaw/commit/1931fe23f80fb7539756c73d5d6bf09c3b2caddb))
|
|
1025
911
|
|
|
1026
|
-
|
|
1027
912
|
### Features
|
|
1028
913
|
|
|
1029
914
|
* **obs:** implement named tunnel configuration for OBS ([4045198](https://github.com/babelcloud/visionclaw/commit/40451981a6f6a49289b0fbfc79f45d972b303763))
|
|
1030
915
|
* **showcase:** enhance homepage with new showcase section and update meta descriptions ([bd4b066](https://github.com/babelcloud/visionclaw/commit/bd4b0663990ece0fc006cedd9e57eeaa38d9e3c6))
|
|
1031
916
|
|
|
1032
917
|
|
|
1033
|
-
|
|
1034
918
|
## [0.1.84](https://github.com/babelcloud/visionclaw/compare/v0.1.83...v0.1.84) (2026-03-04)
|
|
1035
919
|
|
|
1036
|
-
|
|
1037
920
|
### Features
|
|
1038
921
|
|
|
1039
|
-
* **activity-tracker:** add TodoItem interface and command handlers for todos ([ba2b36d](https://github.com/babelcloud/visionclaw/commit/ba2b36dc38041d251132097a3164c9263187a05b))
|
|
1040
922
|
* **onboarding:** add wallpaper screen saver management functions ([d0685e7](https://github.com/babelcloud/visionclaw/commit/d0685e74f91eb4c3bf5a51a369ee1a388d02629b))
|
|
1041
|
-
* **onboarding:** update macOS permission checks for Accessibility and Automation ([c9f8297](https://github.com/babelcloud/visionclaw/commit/c9f82973000a428914daa5bed74be2bfa5b976ca))
|
|
1042
923
|
* **setup:** update project configuration and documentation ([a063d52](https://github.com/babelcloud/visionclaw/commit/a063d5270950a4fd2590f6d53750c8cf1193a486))
|
|
924
|
+
* **activity-tracker:** add TodoItem interface and command handlers for todos ([ba2b36d](https://github.com/babelcloud/visionclaw/commit/ba2b36dc38041d251132097a3164c9263187a05b))
|
|
925
|
+
* **onboarding:** update macOS permission checks for Accessibility and Automation ([c9f8297](https://github.com/babelcloud/visionclaw/commit/c9f82973000a428914daa5bed74be2bfa5b976ca))
|
|
1043
926
|
|
|
1044
927
|
|
|
1045
|
-
|
|
1046
|
-
## [0.1.83](https://github.com/babelcloud/visionclaw/compare/v0.1.82...v0.1.83) (2026-03-03)
|
|
1047
|
-
|
|
928
|
+
## [0.1.83](https://github.com/babelcloud/visionclaw/compare/v0.1.82...v0.1.83) (2026-03-04)
|
|
1048
929
|
|
|
1049
930
|
### Features
|
|
1050
931
|
|
|
1051
932
|
* **onboarding:** enhance setup process with SerpAPI and Telegram bot token prompts ([e782c63](https://github.com/babelcloud/visionclaw/commit/e782c63b24457d98aed936578b3a5a3b5b091167))
|
|
1052
933
|
|
|
1053
934
|
|
|
1054
|
-
|
|
1055
|
-
## [0.1.82](https://github.com/babelcloud/visionclaw/compare/v0.1.81...v0.1.82) (2026-03-03)
|
|
1056
|
-
|
|
935
|
+
## [0.1.82](https://github.com/babelcloud/visionclaw/compare/v0.1.81...v0.1.82) (2026-03-04)
|
|
1057
936
|
|
|
1058
937
|
### Features
|
|
1059
938
|
|
|
1060
939
|
* **onboarding:** implement email sending timeout and logging enhancements ([6398a94](https://github.com/babelcloud/visionclaw/commit/6398a946e9db05aea68f1e4da33e6ef5f65474c6))
|
|
1061
940
|
|
|
1062
941
|
|
|
1063
|
-
|
|
1064
942
|
## [0.1.81](https://github.com/babelcloud/visionclaw/compare/v0.1.80...v0.1.81) (2026-03-03)
|
|
1065
943
|
|
|
1066
|
-
|
|
1067
944
|
### Features
|
|
1068
945
|
|
|
1069
946
|
* **onboarding:** add Playwright Gmail login setup ([2c2f583](https://github.com/babelcloud/visionclaw/commit/2c2f5836e6465095b9710078843bc468d6ee7b1c))
|
|
1070
947
|
|
|
1071
948
|
|
|
1072
|
-
|
|
1073
949
|
## [0.1.80](https://github.com/babelcloud/visionclaw/compare/v0.1.79...v0.1.80) (2026-03-03)
|
|
1074
950
|
|
|
1075
|
-
|
|
1076
951
|
### Features
|
|
1077
952
|
|
|
1078
953
|
* **onboarding:** implement macOS TCC permission management ([99f0f35](https://github.com/babelcloud/visionclaw/commit/99f0f35655cdadda23fd27a473de994609043b86))
|
|
1079
954
|
|
|
1080
955
|
|
|
1081
|
-
|
|
1082
956
|
## [0.1.79](https://github.com/babelcloud/visionclaw/compare/v0.1.78...v0.1.79) (2026-03-03)
|
|
1083
957
|
|
|
1084
|
-
|
|
1085
958
|
### Features
|
|
1086
959
|
|
|
1087
|
-
* **agent:** add processing notification for unresponsive messages ([f539a12](https://github.com/babelcloud/visionclaw/commit/f539a12c291c5797d2dc08666e7eda3baca800b4))
|
|
1088
960
|
* **agent:** integrate observability server shutdown in agent loop ([c4b85ea](https://github.com/babelcloud/visionclaw/commit/c4b85ea47e3f599f27d912f5e57720e9e54a1096))
|
|
1089
961
|
* **onboarding:** enhance agent configuration with profile photo and name options ([28dcb15](https://github.com/babelcloud/visionclaw/commit/28dcb1527c3e2759ca19665b61230dc48ec1b870))
|
|
1090
|
-
|
|
962
|
+
* **agent:** add processing notification for unresponsive messages ([f539a12](https://github.com/babelcloud/visionclaw/commit/f539a12c291c5797d2dc08666e7eda3baca800b4))
|
|
1091
963
|
|
|
1092
964
|
|
|
1093
965
|
## [0.1.78](https://github.com/babelcloud/visionclaw/compare/v0.1.77...v0.1.78) (2026-03-03)
|
|
1094
966
|
|
|
1095
967
|
|
|
1096
|
-
|
|
1097
968
|
## [0.1.77](https://github.com/babelcloud/visionclaw/compare/v0.1.76...v0.1.77) (2026-03-03)
|
|
1098
969
|
|
|
1099
970
|
|
|
1100
|
-
|
|
1101
971
|
## [0.1.76](https://github.com/babelcloud/visionclaw/compare/v0.1.75...v0.1.76) (2026-03-03)
|
|
1102
972
|
|
|
1103
|
-
|
|
1104
973
|
### Features
|
|
1105
974
|
|
|
1106
975
|
* **ui:** add auto-scroll indicator to logs tab ([60f2eba](https://github.com/babelcloud/visionclaw/commit/60f2ebab83fca09b3443c3392c96b06f7b04a5bb))
|
|
1107
976
|
|
|
1108
977
|
|
|
1109
|
-
|
|
1110
978
|
## [0.1.75](https://github.com/babelcloud/visionclaw/compare/v0.1.74...v0.1.75) (2026-03-03)
|
|
1111
979
|
|
|
1112
|
-
|
|
1113
980
|
### Bug Fixes
|
|
1114
981
|
|
|
1115
982
|
* **agent:** add error handling for session compaction ([7863c52](https://github.com/babelcloud/visionclaw/commit/7863c52f95b32910529d044f48d3318b324f6d36))
|
|
1116
983
|
|
|
1117
984
|
|
|
1118
|
-
|
|
1119
985
|
## [0.1.74](https://github.com/babelcloud/visionclaw/compare/v0.1.73...v0.1.74) (2026-03-03)
|
|
1120
986
|
|
|
1121
|
-
|
|
1122
987
|
### Bug Fixes
|
|
1123
988
|
|
|
1124
989
|
* **computer-use:** enhance error messages for coordinate resolution failures ([9c13716](https://github.com/babelcloud/visionclaw/commit/9c137164232c056fbe5c7ce444ceabb4a930b9d2))
|
|
1125
990
|
|
|
1126
991
|
|
|
1127
|
-
|
|
1128
992
|
## [0.1.73](https://github.com/babelcloud/visionclaw/compare/v0.1.72...v0.1.73) (2026-03-03)
|
|
1129
993
|
|
|
1130
|
-
|
|
1131
994
|
### Bug Fixes
|
|
1132
995
|
|
|
1133
996
|
* **agent:** refine prompt length pattern and optimize snapshot age check ([6f3f6e4](https://github.com/babelcloud/visionclaw/commit/6f3f6e4029b6211679c29c4b8e8d628e7e04f9b2))
|
|
1134
997
|
* **test-computer-use:** update scroll command usage and argument handling ([6e8863c](https://github.com/babelcloud/visionclaw/commit/6e8863c1b02e92442261ec095bf8b0594da3d398))
|
|
1135
998
|
|
|
1136
|
-
|
|
1137
999
|
### Features
|
|
1138
1000
|
|
|
1139
1001
|
* **onboarding:** implement power and screen strategy configuration ([4dcf866](https://github.com/babelcloud/visionclaw/commit/4dcf8667ee6eec378d2829043ebca54a9f485a72))
|
|
1140
1002
|
|
|
1141
1003
|
|
|
1142
|
-
|
|
1143
1004
|
## [0.1.72](https://github.com/babelcloud/visionclaw/compare/v0.1.71...v0.1.72) (2026-03-02)
|
|
1144
1005
|
|
|
1145
|
-
|
|
1146
1006
|
### Features
|
|
1147
1007
|
|
|
1148
|
-
* **onboarding:** add pm2 installation check and prompt in Mac preparation script ([2483b0d](https://github.com/babelcloud/visionclaw/commit/2483b0d6f5d8311a96b2c5d0c274935e2eeecc9b))
|
|
1149
1008
|
* **onboarding:** add welcome message functionality for new users ([bb2a581](https://github.com/babelcloud/visionclaw/commit/bb2a581eea81c7a6718ead3cb0fcbfb20204a519))
|
|
1150
|
-
|
|
1009
|
+
* **onboarding:** add pm2 installation check and prompt in Mac preparation script ([2483b0d](https://github.com/babelcloud/visionclaw/commit/2483b0d6f5d8311a96b2c5d0c274935e2eeecc9b))
|
|
1151
1010
|
|
|
1152
1011
|
|
|
1153
1012
|
## [0.1.71](https://github.com/babelcloud/visionclaw/compare/v0.1.70...v0.1.71) (2026-03-02)
|
|
1154
1013
|
|
|
1155
|
-
|
|
1156
1014
|
### Features
|
|
1157
1015
|
|
|
1158
1016
|
* **onboarding:** implement automated Google Cloud setup process ([44208a3](https://github.com/babelcloud/visionclaw/commit/44208a37b7c7a3263075b26b5955dcadc66f2fa1))
|
|
1159
1017
|
|
|
1160
1018
|
|
|
1161
|
-
|
|
1162
1019
|
## [0.1.70](https://github.com/babelcloud/visionclaw/compare/v0.1.69...v0.1.70) (2026-03-02)
|
|
1163
1020
|
|
|
1164
|
-
|
|
1165
1021
|
### Bug Fixes
|
|
1166
1022
|
|
|
1167
1023
|
* **context:** update reminder in wake context message ([5375dc2](https://github.com/babelcloud/visionclaw/commit/5375dc23b7294871779f44864046b23099475204))
|
|
1168
1024
|
|
|
1169
1025
|
|
|
1170
|
-
|
|
1171
1026
|
## [0.1.69](https://github.com/babelcloud/visionclaw/compare/v0.1.68...v0.1.69) (2026-03-02)
|
|
1172
1027
|
|
|
1173
|
-
|
|
1174
1028
|
### Features
|
|
1175
1029
|
|
|
1176
|
-
* **config:** add support for Gmail password, agent phone number, and Mac user password ([6979bb3](https://github.com/babelcloud/visionclaw/commit/6979bb3f4615aae388c8d69ec5472f61d1588172))
|
|
1177
1030
|
* **skills:** enhance skill management and add catalog functionality ([cb90f97](https://github.com/babelcloud/visionclaw/commit/cb90f9780b1fdb1de2a53de68acb7c9005316bad))
|
|
1178
|
-
|
|
1031
|
+
* **config:** add support for Gmail password, agent phone number, and Mac user password ([6979bb3](https://github.com/babelcloud/visionclaw/commit/6979bb3f4615aae388c8d69ec5472f61d1588172))
|
|
1179
1032
|
|
|
1180
1033
|
|
|
1181
1034
|
## [0.1.68](https://github.com/babelcloud/visionclaw/compare/v0.1.67...v0.1.68) (2026-03-02)
|
|
1182
1035
|
|
|
1183
1036
|
|
|
1184
|
-
|
|
1185
1037
|
## [0.1.67](https://github.com/babelcloud/visionclaw/compare/v0.1.66...v0.1.67) (2026-03-01)
|
|
1186
1038
|
|
|
1187
1039
|
|
|
1188
|
-
|
|
1189
1040
|
## [0.1.66](https://github.com/babelcloud/visionclaw/compare/v0.1.65...v0.1.66) (2026-03-01)
|
|
1190
1041
|
|
|
1191
1042
|
|
|
1192
|
-
|
|
1193
1043
|
## [0.1.65](https://github.com/babelcloud/visionclaw/compare/v0.1.64...v0.1.65) (2026-03-01)
|
|
1194
1044
|
|
|
1195
1045
|
|
|
1196
|
-
|
|
1197
1046
|
## [0.1.64](https://github.com/babelcloud/visionclaw/compare/v0.1.63...v0.1.64) (2026-03-01)
|
|
1198
1047
|
|
|
1199
1048
|
|
|
1200
|
-
|
|
1201
1049
|
## [0.1.63](https://github.com/babelcloud/visionclaw/compare/v0.1.62...v0.1.63) (2026-03-01)
|
|
1202
1050
|
|
|
1203
1051
|
|
|
1204
|
-
|
|
1205
1052
|
## [0.1.62](https://github.com/babelcloud/visionclaw/compare/v0.1.61...v0.1.62) (2026-03-01)
|
|
1206
1053
|
|
|
1207
1054
|
|
|
1208
|
-
|
|
1209
1055
|
## [0.1.61](https://github.com/babelcloud/visionclaw/compare/v0.1.60...v0.1.61) (2026-03-01)
|
|
1210
1056
|
|
|
1211
|
-
|
|
1212
1057
|
### Features
|
|
1213
1058
|
|
|
1214
1059
|
* **mac:** improve Dock configuration and pnpm setup in prepare-mac script ([f396d0c](https://github.com/babelcloud/visionclaw/commit/f396d0c984b929fa271d34122b79ad9ca78e7985))
|
|
1215
1060
|
|
|
1216
1061
|
|
|
1217
|
-
|
|
1218
1062
|
## [0.1.60](https://github.com/babelcloud/visionclaw/compare/v0.1.59...v0.1.60) (2026-03-01)
|
|
1219
1063
|
|
|
1220
|
-
|
|
1221
1064
|
### Features
|
|
1222
1065
|
|
|
1223
1066
|
* **mac:** enhance prepare-mac script for shell profile configuration ([6d09c95](https://github.com/babelcloud/visionclaw/commit/6d09c955d001bf912ce40451d893261addee16bf))
|
|
1224
1067
|
|
|
1225
1068
|
|
|
1226
|
-
|
|
1227
1069
|
## [0.1.59](https://github.com/babelcloud/visionclaw/compare/v0.1.58...v0.1.59) (2026-03-01)
|
|
1228
1070
|
|
|
1229
|
-
|
|
1230
1071
|
### Features
|
|
1231
1072
|
|
|
1232
1073
|
* **mac:** add prepare-mac script and update package.json ([0ea4b8c](https://github.com/babelcloud/visionclaw/commit/0ea4b8c2a2101b5bd82f8f50020535ba4296a9e3))
|
|
1233
1074
|
|
|
1234
1075
|
|
|
1235
|
-
|
|
1236
1076
|
## [0.1.58](https://github.com/babelcloud/visionclaw/compare/v0.1.57...v0.1.58) (2026-03-01)
|
|
1237
1077
|
|
|
1238
|
-
|
|
1239
1078
|
### Features
|
|
1240
1079
|
|
|
1241
1080
|
* **agent:** add tunnel restart functionality ([4617779](https://github.com/babelcloud/visionclaw/commit/4617779463dc81f63ceaeb68131cb2f56560f1d5))
|
|
1242
1081
|
|
|
1243
1082
|
|
|
1244
|
-
|
|
1245
1083
|
## [0.1.57](https://github.com/babelcloud/visionclaw/compare/v0.1.56...v0.1.57) (2026-03-01)
|
|
1246
1084
|
|
|
1247
|
-
|
|
1248
1085
|
### Features
|
|
1249
1086
|
|
|
1250
1087
|
* **agent:** add restart command handling for agent process ([8cb6f34](https://github.com/babelcloud/visionclaw/commit/8cb6f345e53b71a1940648fa1301b25f63f35c02))
|
|
1251
1088
|
|
|
1252
1089
|
|
|
1253
|
-
|
|
1254
1090
|
## [0.1.56](https://github.com/babelcloud/visionclaw/compare/v0.1.55...v0.1.56) (2026-03-01)
|
|
1255
1091
|
|
|
1256
|
-
|
|
1257
1092
|
### Features
|
|
1258
1093
|
|
|
1259
1094
|
* **calendar:** add attendee support for event creation and updates ([c9e4b72](https://github.com/babelcloud/visionclaw/commit/c9e4b721f4fb6cb484a7d7dc0b106ad1ad9a9ab4))
|
|
1260
1095
|
* **logger:** enhance logging functionality with file size management ([0e7bd60](https://github.com/babelcloud/visionclaw/commit/0e7bd6049785a7de2be169bf5facd8f96f7b3cd5))
|
|
1261
1096
|
|
|
1262
1097
|
|
|
1263
|
-
|
|
1264
1098
|
## [0.1.55](https://github.com/babelcloud/visionclaw/compare/v0.1.54...v0.1.55) (2026-03-01)
|
|
1265
1099
|
|
|
1266
|
-
|
|
1267
1100
|
### Features
|
|
1268
1101
|
|
|
1269
|
-
* **agent:** add notification system for session memory compaction ([4d9545a](https://github.com/babelcloud/visionclaw/commit/4d9545a46d0efbf4d722757a0b3ba38af16711aa))
|
|
1270
1102
|
* **tests:** add Discord integration tests and update environment configuration ([f01ec56](https://github.com/babelcloud/visionclaw/commit/f01ec565ad88525088fdcae45e6d3e6beb283f8d))
|
|
1271
|
-
|
|
1103
|
+
* **agent:** add notification system for session memory compaction ([4d9545a](https://github.com/babelcloud/visionclaw/commit/4d9545a46d0efbf4d722757a0b3ba38af16711aa))
|
|
1272
1104
|
|
|
1273
1105
|
|
|
1274
1106
|
## [0.1.54](https://github.com/babelcloud/visionclaw/compare/v0.1.53...v0.1.54) (2026-03-01)
|
|
1275
1107
|
|
|
1276
|
-
|
|
1277
1108
|
### Bug Fixes
|
|
1278
1109
|
|
|
1279
1110
|
* **ui:** adjust scrolling behavior and near-bottom detection ([978c4bc](https://github.com/babelcloud/visionclaw/commit/978c4bcb71d1eeff9975a6c47245b6a092079f21))
|
|
1280
1111
|
|
|
1281
|
-
|
|
1282
1112
|
### Features
|
|
1283
1113
|
|
|
1284
1114
|
* **agent:** implement immediate wake functionality in interrupt handler ([cb93ebb](https://github.com/babelcloud/visionclaw/commit/cb93ebb2975d657ac7882e693c1c15ff65e4167f))
|
|
1285
1115
|
* **tests:** add comprehensive unit tests for agent functionality ([d474151](https://github.com/babelcloud/visionclaw/commit/d4741514bc440050f446f055c1dd84be99007860))
|
|
1286
1116
|
|
|
1287
1117
|
|
|
1288
|
-
|
|
1289
1118
|
## [0.1.53](https://github.com/babelcloud/visionclaw/compare/v0.1.52...v0.1.53) (2026-02-28)
|
|
1290
1119
|
|
|
1291
|
-
|
|
1292
1120
|
### Features
|
|
1293
1121
|
|
|
1294
1122
|
* add ScreenshotInjector for automatic screenshot capture ([44c25e9](https://github.com/babelcloud/visionclaw/commit/44c25e930715871507f63fa197f6fdcf67ed2556))
|
|
1295
1123
|
|
|
1296
1124
|
|
|
1297
|
-
|
|
1298
1125
|
## [0.1.52](https://github.com/babelcloud/visionclaw/compare/v0.1.51...v0.1.52) (2026-02-28)
|
|
1299
1126
|
|
|
1300
|
-
|
|
1301
1127
|
### Features
|
|
1302
1128
|
|
|
1303
1129
|
* implement watchdog mechanism for fast responses ([9c0423d](https://github.com/babelcloud/visionclaw/commit/9c0423da15500ea206481f95880cd22b52a96284))
|
|
1304
1130
|
|
|
1305
1131
|
|
|
1306
|
-
|
|
1307
1132
|
## [0.1.51](https://github.com/babelcloud/visionclaw/compare/v0.1.50...v0.1.51) (2026-02-28)
|
|
1308
1133
|
|
|
1309
|
-
|
|
1310
1134
|
### Features
|
|
1311
1135
|
|
|
1312
|
-
* add image resizing functionality to image pruner ([1e768a5](https://github.com/babelcloud/visionclaw/commit/1e768a5267b59a24fe83d852461e9538f87fe1e7))
|
|
1313
1136
|
* implement base64 truncation and byte formatting in JSON handling ([6bcddb0](https://github.com/babelcloud/visionclaw/commit/6bcddb0644a9f6da79fe15dd3c9594d66e69b986))
|
|
1137
|
+
* add image resizing functionality to image pruner ([1e768a5](https://github.com/babelcloud/visionclaw/commit/1e768a5267b59a24fe83d852461e9538f87fe1e7))
|
|
1314
1138
|
* implement fast response tracking in interrupt handler ([501a834](https://github.com/babelcloud/visionclaw/commit/501a834fbb7db58772a0e0786f432828c14d7f3f))
|
|
1315
1139
|
|
|
1316
1140
|
|
|
1317
|
-
|
|
1318
1141
|
## [0.1.50](https://github.com/babelcloud/visionclaw/compare/v0.1.49...v0.1.50) (2026-02-28)
|
|
1319
1142
|
|
|
1320
|
-
|
|
1321
1143
|
### Bug Fixes
|
|
1322
1144
|
|
|
1323
1145
|
* clarify system prompt description for VisionClaw agent ([b0e3403](https://github.com/babelcloud/visionclaw/commit/b0e34030e9caa6412835b10a041607f7da2349f6))
|
|
1324
1146
|
|
|
1325
|
-
|
|
1326
1147
|
### Features
|
|
1327
1148
|
|
|
1328
1149
|
* enhance configuration info with version and detailed usage snapshots ([55edc4b](https://github.com/babelcloud/visionclaw/commit/55edc4b494acafa3a0fbee907c49605ff8206c06))
|
|
1329
1150
|
* enhance reply handling with detailed context in replyMap ([dc20dd1](https://github.com/babelcloud/visionclaw/commit/dc20dd1ab833a6dd5154e99dacde9996a78cd0b9))
|
|
1330
1151
|
|
|
1331
1152
|
|
|
1332
|
-
|
|
1333
1153
|
## [0.1.49](https://github.com/babelcloud/visionclaw/compare/v0.1.48...v0.1.49) (2026-02-27)
|
|
1334
1154
|
|
|
1335
|
-
|
|
1336
1155
|
### Bug Fixes
|
|
1337
1156
|
|
|
1338
1157
|
* add auto language detection to whisper-cli transcription ([6bac068](https://github.com/babelcloud/visionclaw/commit/6bac068c979452de67fddfdcf0e21535b7c454d9))
|
|
1339
1158
|
|
|
1340
1159
|
|
|
1341
|
-
|
|
1342
1160
|
## [0.1.48](https://github.com/babelcloud/visionclaw/compare/v0.1.47...v0.1.48) (2026-02-27)
|
|
1343
1161
|
|
|
1344
|
-
|
|
1345
1162
|
### Features
|
|
1346
1163
|
|
|
1347
1164
|
* refactor message handling to utilize replyMap for improved channel and sender tracking ([3def98e](https://github.com/babelcloud/visionclaw/commit/3def98ed89a997db6a684d41a76cc75122bb483b))
|
|
1348
1165
|
|
|
1349
1166
|
|
|
1350
|
-
|
|
1351
1167
|
## [0.1.47](https://github.com/babelcloud/visionclaw/compare/v0.1.46...v0.1.47) (2026-02-27)
|
|
1352
1168
|
|
|
1353
|
-
|
|
1354
1169
|
### Features
|
|
1355
1170
|
|
|
1356
1171
|
* add usage snapshot management for session handling ([de71335](https://github.com/babelcloud/visionclaw/commit/de71335b0766215338f6abb0d14b6c595298d262))
|
|
1357
1172
|
|
|
1358
1173
|
|
|
1359
|
-
|
|
1360
1174
|
## [0.1.46](https://github.com/babelcloud/visionclaw/compare/v0.1.45...v0.1.46) (2026-02-27)
|
|
1361
1175
|
|
|
1362
|
-
|
|
1363
1176
|
### Bug Fixes
|
|
1364
1177
|
|
|
1365
1178
|
* enhance error reporting in processAgentStream and simplify prompt length check ([1c76522](https://github.com/babelcloud/visionclaw/commit/1c76522d0d6a1dacb0bdc823c79b2db9ef1dcdc9))
|
|
1366
1179
|
|
|
1367
|
-
|
|
1368
1180
|
### Features
|
|
1369
1181
|
|
|
1370
|
-
* add GitHub CLI installation and authentication checks ([bf341c2](https://github.com/babelcloud/visionclaw/commit/bf341c262bf4c51e0c5e20edc61f9e4ce9e13889))
|
|
1371
1182
|
* enhance logs UI with raw view toggle and formatting ([5cc784e](https://github.com/babelcloud/visionclaw/commit/5cc784e2f59d07ace792945306a1d220249d8f13))
|
|
1372
|
-
|
|
1183
|
+
* add GitHub CLI installation and authentication checks ([bf341c2](https://github.com/babelcloud/visionclaw/commit/bf341c262bf4c51e0c5e20edc61f9e4ce9e13889))
|
|
1373
1184
|
|
|
1374
1185
|
|
|
1375
1186
|
## [0.1.45](https://github.com/babelcloud/visionclaw/compare/v0.1.44...v0.1.45) (2026-02-27)
|
|
1376
1187
|
|
|
1377
|
-
|
|
1378
1188
|
### Bug Fixes
|
|
1379
1189
|
|
|
1380
1190
|
* update favicon URLs in UI components ([aed0184](https://github.com/babelcloud/visionclaw/commit/aed0184e359a39e430d968a3cc81bf27b500c0e6))
|
|
1381
1191
|
|
|
1382
|
-
|
|
1383
1192
|
### Features
|
|
1384
1193
|
|
|
1385
1194
|
* add configuration endpoint and UI for enhanced settings management ([21dc585](https://github.com/babelcloud/visionclaw/commit/21dc58539ca6945ce941ff8f4de9ec322586aa27))
|
|
1386
1195
|
* implement dual-session architecture for enhanced task management ([810dba6](https://github.com/babelcloud/visionclaw/commit/810dba622b0677ee69c73fcdf99a89b12c52ee3c))
|
|
1387
1196
|
|
|
1388
1197
|
|
|
1389
|
-
|
|
1390
1198
|
## [0.1.44](https://github.com/babelcloud/visionclaw/compare/v0.1.43...v0.1.44) (2026-02-27)
|
|
1391
1199
|
|
|
1392
|
-
|
|
1393
1200
|
### Features
|
|
1394
1201
|
|
|
1395
1202
|
* improve error handling for prompt length in agent loop ([d3307b4](https://github.com/babelcloud/visionclaw/commit/d3307b48d9395a0cdbe656eb4beadd1287f33abd))
|
|
1396
1203
|
|
|
1397
1204
|
|
|
1398
|
-
|
|
1399
1205
|
## [0.1.43](https://github.com/babelcloud/visionclaw/compare/v0.1.42...v0.1.43) (2026-02-26)
|
|
1400
1206
|
|
|
1401
|
-
|
|
1402
1207
|
### Features
|
|
1403
1208
|
|
|
1404
|
-
* add remote desktop access documentation to SKILL.md ([1541e9e](https://github.com/babelcloud/visionclaw/commit/1541e9e02612d39f328ff5240ba0b8fc3d23f1cb))
|
|
1405
1209
|
* enhance error handling in processAgentStream function ([747039c](https://github.com/babelcloud/visionclaw/commit/747039c41f8ed5374de9834dfd67f5350d7cd423))
|
|
1406
|
-
|
|
1210
|
+
* add remote desktop access documentation to SKILL.md ([1541e9e](https://github.com/babelcloud/visionclaw/commit/1541e9e02612d39f328ff5240ba0b8fc3d23f1cb))
|
|
1407
1211
|
|
|
1408
1212
|
|
|
1409
1213
|
## [0.1.42](https://github.com/babelcloud/visionclaw/compare/v0.1.41...v0.1.42) (2026-02-26)
|
|
1410
1214
|
|
|
1411
|
-
|
|
1412
1215
|
### Features
|
|
1413
1216
|
|
|
1414
1217
|
* implement audio transcription capabilities and enhance session management ([7555612](https://github.com/babelcloud/visionclaw/commit/7555612d1284048a9f420f37884dfd70d103ec57))
|
|
1415
1218
|
|
|
1416
1219
|
|
|
1417
|
-
|
|
1418
1220
|
## [0.1.41](https://github.com/babelcloud/visionclaw/compare/v0.1.40...v0.1.41) (2026-02-26)
|
|
1419
1221
|
|
|
1420
|
-
|
|
1421
1222
|
### Features
|
|
1422
1223
|
|
|
1423
1224
|
* add VisionClaw user manual documentation ([24e61d6](https://github.com/babelcloud/visionclaw/commit/24e61d6ffc04bbf2002d55c5dfbadf4bade7fe43))
|
|
1424
1225
|
|
|
1425
1226
|
|
|
1426
|
-
|
|
1427
1227
|
## [0.1.40](https://github.com/babelcloud/visionclaw/compare/v0.1.39...v0.1.40) (2026-02-26)
|
|
1428
1228
|
|
|
1429
|
-
|
|
1430
1229
|
### Features
|
|
1431
1230
|
|
|
1432
|
-
* add whisper-cpp support for audio transcription ([ae28683](https://github.com/babelcloud/visionclaw/commit/ae286831216978e29cbf4e1d03a06f11d0bc2c39))
|
|
1433
1231
|
* introduce CLAUDE.md documentation and enhance error handling in agent loop ([1b936bb](https://github.com/babelcloud/visionclaw/commit/1b936bb0317ce2a60cb9f1f4ced2122e7e9de098))
|
|
1434
|
-
|
|
1232
|
+
* add whisper-cpp support for audio transcription ([ae28683](https://github.com/babelcloud/visionclaw/commit/ae286831216978e29cbf4e1d03a06f11d0bc2c39))
|
|
1435
1233
|
|
|
1436
1234
|
|
|
1437
1235
|
## [0.1.39](https://github.com/babelcloud/visionclaw/compare/v0.1.38...v0.1.39) (2026-02-26)
|
|
1438
1236
|
|
|
1439
|
-
|
|
1440
1237
|
### Features
|
|
1441
1238
|
|
|
1442
1239
|
* enhance agent session management with usage snapshot support ([e2bd12b](https://github.com/babelcloud/visionclaw/commit/e2bd12b01f0d939dff04e2c01c78d7da4e57cfda))
|
|
1443
1240
|
|
|
1444
1241
|
|
|
1445
|
-
|
|
1446
|
-
## [0.1.38](https://github.com/babelcloud/visionclaw/compare/v0.1.37...v0.1.38) (2026-02-25)
|
|
1447
|
-
|
|
1242
|
+
## [0.1.38](https://github.com/babelcloud/visionclaw/compare/v0.1.37...v0.1.38) (2026-02-26)
|
|
1448
1243
|
|
|
1449
1244
|
### Features
|
|
1450
1245
|
|
|
1451
1246
|
* add conditional betas configuration for Bedrock provider ([eb817a2](https://github.com/babelcloud/visionclaw/commit/eb817a22a8008106043634d61b9818910bf0dc04))
|
|
1452
1247
|
|
|
1453
1248
|
|
|
1454
|
-
|
|
1455
1249
|
## [0.1.37](https://github.com/babelcloud/visionclaw/compare/v0.1.36...v0.1.37) (2026-02-25)
|
|
1456
1250
|
|
|
1457
|
-
|
|
1458
1251
|
### Features
|
|
1459
1252
|
|
|
1460
|
-
* add typing indicator functionality across channels ([74aaf4d](https://github.com/babelcloud/visionclaw/commit/74aaf4d2012642358689005ea48ae12d71ec5bbe))
|
|
1461
1253
|
* enhance agent functionality with new context gathering and interrupt handling ([08a5938](https://github.com/babelcloud/visionclaw/commit/08a59384203759882ee582659753456fcf0b4b98))
|
|
1462
|
-
|
|
1254
|
+
* add typing indicator functionality across channels ([74aaf4d](https://github.com/babelcloud/visionclaw/commit/74aaf4d2012642358689005ea48ae12d71ec5bbe))
|
|
1463
1255
|
|
|
1464
1256
|
|
|
1465
1257
|
## [0.1.36](https://github.com/babelcloud/visionclaw/compare/v0.1.35...v0.1.36) (2026-02-25)
|
|
1466
1258
|
|
|
1467
|
-
|
|
1468
1259
|
### Bug Fixes
|
|
1469
1260
|
|
|
1470
1261
|
* adjust restart delay and enhance onboarding documentation ([7af3019](https://github.com/babelcloud/visionclaw/commit/7af30193b2bb9f6d36765ebe4fc56ba3e8339943))
|
|
1471
1262
|
|
|
1472
|
-
|
|
1473
1263
|
### Features
|
|
1474
1264
|
|
|
1475
|
-
* add console URL handling and request support ([30ee109](https://github.com/babelcloud/visionclaw/commit/30ee10970219e8aeb6957d1841db7afc96c4461d))
|
|
1476
|
-
* add SerpApi key update functionality to reconfiguration CLI ([020d918](https://github.com/babelcloud/visionclaw/commit/020d9181bbaed9c72b02614b2090e7ce7a56682c))
|
|
1477
1265
|
* enhance agent loop and system prompt for Bedrock provider support ([1c3dc20](https://github.com/babelcloud/visionclaw/commit/1c3dc20b15dc5dd630ebd7190479e01588723424))
|
|
1266
|
+
* add SerpApi key update functionality to reconfiguration CLI ([020d918](https://github.com/babelcloud/visionclaw/commit/020d9181bbaed9c72b02614b2090e7ce7a56682c))
|
|
1267
|
+
* update reconfiguration CLI to use text input for AWS credentials ([e225f9f](https://github.com/babelcloud/visionclaw/commit/e225f9fcc8c9f23caf4227a048b8e3744075c4ac))
|
|
1478
1268
|
* enhance email functionality with CC and BCC support ([c2c46ad](https://github.com/babelcloud/visionclaw/commit/c2c46addffdbbb7b95c315d2a036cfa2a7a1d760))
|
|
1269
|
+
* add console URL handling and request support ([30ee109](https://github.com/babelcloud/visionclaw/commit/30ee10970219e8aeb6957d1841db7afc96c4461d))
|
|
1479
1270
|
* implement sleep request handling and update command interfaces ([ab13651](https://github.com/babelcloud/visionclaw/commit/ab13651f95d66ad0903f06f5cdab35f5d48e027d))
|
|
1480
1271
|
* integrate Bedrock provider support and enhance configuration options ([f83bd8f](https://github.com/babelcloud/visionclaw/commit/f83bd8fc52f2bc3160e07c57bc0f24991c301182))
|
|
1481
|
-
* update reconfiguration CLI to use text input for AWS credentials ([e225f9f](https://github.com/babelcloud/visionclaw/commit/e225f9fcc8c9f23caf4227a048b8e3744075c4ac))
|
|
1482
|
-
|
|
1483
1272
|
|
|
1484
1273
|
|
|
1485
1274
|
## [0.1.35](https://github.com/babelcloud/visionclaw/compare/v0.1.34...v0.1.35) (2026-02-24)
|
|
1486
1275
|
|
|
1487
|
-
|
|
1488
1276
|
### Features
|
|
1489
1277
|
|
|
1490
1278
|
* add profile photo update functionality for Telegram bot ([20b334f](https://github.com/babelcloud/visionclaw/commit/20b334f5b5c63d893c60514d358522a5862137b8))
|
|
1491
1279
|
|
|
1492
1280
|
|
|
1493
|
-
|
|
1494
1281
|
## [0.1.34](https://github.com/babelcloud/visionclaw/compare/v0.1.33...v0.1.34) (2026-02-24)
|
|
1495
1282
|
|
|
1496
|
-
|
|
1497
1283
|
### Features
|
|
1498
1284
|
|
|
1499
|
-
* enhance notification tool with screenshot functionality ([aa64bdd](https://github.com/babelcloud/visionclaw/commit/aa64bdd5a53c6908713dc0a9c0f394e9dc951f2e))
|
|
1500
1285
|
* implement stop request handling in agent loop ([2ffef93](https://github.com/babelcloud/visionclaw/commit/2ffef93ebd77f268970ee1ce87e2791db0113d3c))
|
|
1501
|
-
|
|
1286
|
+
* enhance notification tool with screenshot functionality ([aa64bdd](https://github.com/babelcloud/visionclaw/commit/aa64bdd5a53c6908713dc0a9c0f394e9dc951f2e))
|
|
1502
1287
|
|
|
1503
1288
|
|
|
1504
1289
|
## [0.1.33](https://github.com/babelcloud/visionclaw/compare/v0.1.32...v0.1.33) (2026-02-24)
|
|
1505
1290
|
|
|
1506
|
-
|
|
1507
1291
|
### Features
|
|
1508
1292
|
|
|
1509
|
-
* enhance onboarding and configuration management ([8413077](https://github.com/babelcloud/visionclaw/commit/8413077bc6431c7488d1684ba350b7b91bdedd73))
|
|
1510
1293
|
* improve message injection handling in agent session ([a868ab2](https://github.com/babelcloud/visionclaw/commit/a868ab2192324af1471cac77d274fcc8569b0883))
|
|
1511
|
-
|
|
1294
|
+
* enhance onboarding and configuration management ([8413077](https://github.com/babelcloud/visionclaw/commit/8413077bc6431c7488d1684ba350b7b91bdedd73))
|
|
1512
1295
|
|
|
1513
1296
|
|
|
1514
1297
|
## [0.1.32](https://github.com/babelcloud/visionclaw/compare/v0.1.31...v0.1.32) (2026-02-23)
|
|
1515
1298
|
|
|
1516
|
-
|
|
1517
1299
|
### Features
|
|
1518
1300
|
|
|
1519
1301
|
* enhance agent control and logging features ([0582d85](https://github.com/babelcloud/visionclaw/commit/0582d857139b7d7440a6b086f661ec083bc94219))
|
|
1520
1302
|
|
|
1521
1303
|
|
|
1522
|
-
|
|
1523
1304
|
## [0.1.31](https://github.com/babelcloud/visionclaw/compare/v0.1.30...v0.1.31) (2026-02-23)
|
|
1524
1305
|
|
|
1525
1306
|
|
|
1526
|
-
|
|
1527
1307
|
## [0.1.30](https://github.com/babelcloud/visionclaw/compare/v0.1.29...v0.1.30) (2026-02-23)
|
|
1528
1308
|
|
|
1529
1309
|
|
|
1530
|
-
|
|
1531
1310
|
## [0.1.29](https://github.com/babelcloud/visionclaw/compare/v0.1.28...v0.1.29) (2026-02-23)
|
|
1532
1311
|
|
|
1533
1312
|
|
|
1534
|
-
|
|
1535
1313
|
## [0.1.28](https://github.com/babelcloud/visionclaw/compare/v0.1.27...v0.1.28) (2026-02-23)
|
|
1536
1314
|
|
|
1537
|
-
|
|
1538
1315
|
### Features
|
|
1539
1316
|
|
|
1540
1317
|
* implement version check and update notification system ([03bf950](https://github.com/babelcloud/visionclaw/commit/03bf9503bb5b48f2bd59c41e1ff8d924867d9937))
|
|
1541
1318
|
|
|
1542
1319
|
|
|
1543
|
-
|
|
1544
1320
|
## [0.1.27](https://github.com/babelcloud/visionclaw/compare/v0.1.26...v0.1.27) (2026-02-23)
|
|
1545
1321
|
|
|
1546
|
-
|
|
1547
1322
|
### Bug Fixes
|
|
1548
1323
|
|
|
1549
1324
|
* update favicon and logo image in header for consistency and improved branding ([8a88f98](https://github.com/babelcloud/visionclaw/commit/8a88f98bd0b0b388b59d9d19a07c90c3585ae218))
|
|
1550
1325
|
* update logo image in header for improved branding ([2fb726a](https://github.com/babelcloud/visionclaw/commit/2fb726a532afa7c08227d30de2407f4e20802777))
|
|
1551
1326
|
|
|
1552
|
-
|
|
1553
1327
|
### Features
|
|
1554
1328
|
|
|
1555
|
-
* add Google Drive tool ([b2f72f8](https://github.com/babelcloud/visionclaw/commit/b2f72f847d393e56dc29ad4143c57137b746ec99))
|
|
1556
1329
|
* add set_sleep_interval tool to manage heartbeat sleep duration ([dce85e2](https://github.com/babelcloud/visionclaw/commit/dce85e24ba93fc12e260913414a9f3dac3892888))
|
|
1557
|
-
|
|
1330
|
+
* add Google Drive tool ([b2f72f8](https://github.com/babelcloud/visionclaw/commit/b2f72f847d393e56dc29ad4143c57137b746ec99))
|
|
1558
1331
|
|
|
1559
1332
|
|
|
1560
1333
|
## [0.1.26](https://github.com/babelcloud/visionclaw/compare/v0.1.25...v0.1.26) (2026-02-22)
|
|
1561
1334
|
|
|
1562
|
-
|
|
1563
1335
|
### Bug Fixes
|
|
1564
1336
|
|
|
1565
1337
|
* update UI title and enhance header with logo; adjust padding in wrap class for improved layout ([79d9cd8](https://github.com/babelcloud/visionclaw/commit/79d9cd831b8f5250f5b2d2b07fe6ca32d497e60b))
|
|
1566
1338
|
|
|
1567
1339
|
|
|
1568
|
-
|
|
1569
1340
|
## [0.1.25](https://github.com/babelcloud/visionclaw/compare/v0.1.24...v0.1.25) (2026-02-22)
|
|
1570
1341
|
|
|
1571
1342
|
|
|
1572
|
-
|
|
1573
1343
|
## [0.1.24](https://github.com/babelcloud/visionclaw/compare/v0.1.23...v0.1.24) (2026-02-22)
|
|
1574
1344
|
|
|
1575
|
-
|
|
1576
1345
|
### Features
|
|
1577
1346
|
|
|
1578
1347
|
* add OBS tunnel support with cloudflared and ngrok options, enhance onboarding process for tunnel selection, and implement notification for tunnel URL availability ([646f4cc](https://github.com/babelcloud/visionclaw/commit/646f4cccbef544b266a979569e1f10ffbb264aea))
|
|
1579
1348
|
* refactor observability UI by separating HTML rendering into a new ui.ts file and enhancing server.ts with memory and skill interfaces ([251437c](https://github.com/babelcloud/visionclaw/commit/251437c7523656f38718709f566e28284f7ce60d))
|
|
1580
1349
|
|
|
1581
1350
|
|
|
1582
|
-
|
|
1583
1351
|
## [0.1.23](https://github.com/babelcloud/visionclaw/compare/v0.1.22...v0.1.23) (2026-02-22)
|
|
1584
1352
|
|
|
1585
1353
|
|
|
1586
|
-
|
|
1587
1354
|
## [0.1.22](https://github.com/babelcloud/visionclaw/compare/v0.1.21...v0.1.22) (2026-02-22)
|
|
1588
1355
|
|
|
1589
|
-
|
|
1590
1356
|
### Features
|
|
1591
1357
|
|
|
1592
1358
|
* implement activity tracking and fast response handling for agent interrupts ([63b0b43](https://github.com/babelcloud/visionclaw/commit/63b0b437c77aeb4b0aae4e0fe2e6db947555c7c8))
|
|
1593
1359
|
|
|
1594
1360
|
|
|
1595
|
-
|
|
1596
1361
|
## [0.1.21](https://github.com/babelcloud/visionclaw/compare/v0.1.20...v0.1.21) (2026-02-22)
|
|
1597
1362
|
|
|
1598
|
-
|
|
1599
1363
|
### Features
|
|
1600
1364
|
|
|
1601
1365
|
* add delay for automatic restart in upgrade tool to allow user response before process exit ([62b008b](https://github.com/babelcloud/visionclaw/commit/62b008b3bc716e0061ec3c5ad1e3f44631e353cf))
|
|
1602
1366
|
|
|
1603
1367
|
|
|
1604
|
-
|
|
1605
1368
|
## [0.1.20](https://github.com/babelcloud/visionclaw/compare/v0.1.19...v0.1.20) (2026-02-22)
|
|
1606
1369
|
|
|
1607
|
-
|
|
1608
1370
|
### Features
|
|
1609
1371
|
|
|
1610
1372
|
* implement upgrade tool to check and update VisionClaw version via npm, including automatic restart support ([b2d50cf](https://github.com/babelcloud/visionclaw/commit/b2d50cfe660599a4f459e84a6b3f08e86ce5f5a6))
|
|
1611
1373
|
* update heartbeat interval to use a constant and enhance build scripts with linting ([9a55fa2](https://github.com/babelcloud/visionclaw/commit/9a55fa2c3349c5d1521dea2dead8fe37e4148d56))
|
|
1612
1374
|
|
|
1613
1375
|
|
|
1614
|
-
|
|
1615
1376
|
## [0.1.19](https://github.com/babelcloud/visionclaw/compare/v0.1.18...v0.1.19) (2026-02-21)
|
|
1616
1377
|
|
|
1617
|
-
|
|
1618
1378
|
### Features
|
|
1619
1379
|
|
|
1620
1380
|
* add browser tool for launching Chrome with CDP support and implement tests ([1c6f473](https://github.com/babelcloud/visionclaw/commit/1c6f473a8b0e056cef9d59fec832fc8853ea3bca))
|
|
1621
1381
|
* enhance error handling for session compaction and add unhandled promise rejection logging ([32cddd8](https://github.com/babelcloud/visionclaw/commit/32cddd8e208136bd6fe7e563409456643d23f4c5))
|
|
1622
1382
|
|
|
1623
1383
|
|
|
1624
|
-
|
|
1625
1384
|
## [0.1.18](https://github.com/babelcloud/visionclaw/compare/v0.1.17...v0.1.18) (2026-02-21)
|
|
1626
1385
|
|
|
1627
|
-
|
|
1628
1386
|
### Features
|
|
1629
1387
|
|
|
1630
1388
|
* enhance session compaction with error handling and logging ([2a32193](https://github.com/babelcloud/visionclaw/commit/2a32193341f415f2f3a02d8b70647b5dc08e36fa))
|
|
1631
1389
|
|
|
1632
1390
|
|
|
1633
|
-
|
|
1634
1391
|
## [0.1.17](https://github.com/babelcloud/visionclaw/compare/v0.1.16...v0.1.17) (2026-02-21)
|
|
1635
1392
|
|
|
1636
|
-
|
|
1637
1393
|
### Features
|
|
1638
1394
|
|
|
1639
1395
|
* remove countJsonlLines function and enhance session management for proactive compaction ([95ace6e](https://github.com/babelcloud/visionclaw/commit/95ace6eb992259e6df241950026a2994c4cd4522))
|
|
1640
1396
|
|
|
1641
1397
|
|
|
1642
|
-
|
|
1643
1398
|
## [0.1.16](https://github.com/babelcloud/visionclaw/compare/v0.1.15...v0.1.16) (2026-02-21)
|
|
1644
1399
|
|
|
1645
|
-
|
|
1646
1400
|
### Features
|
|
1647
1401
|
|
|
1648
1402
|
* add countJsonlLines function and integrate it into session management for transcript compaction ([70d8035](https://github.com/babelcloud/visionclaw/commit/70d803524f6e24093df323d05a1a1a9e0de98f65))
|
|
1649
1403
|
|
|
1650
1404
|
|
|
1651
|
-
|
|
1652
1405
|
## [0.1.15](https://github.com/babelcloud/visionclaw/compare/v0.1.14...v0.1.15) (2026-02-21)
|
|
1653
1406
|
|
|
1654
|
-
|
|
1655
1407
|
### Features
|
|
1656
1408
|
|
|
1657
1409
|
* enhance base64 image block validation to ignore placeholder images ([e121750](https://github.com/babelcloud/visionclaw/commit/e121750b28ddf4819f7db45f6fbd9be3b8b2c520))
|
|
1658
1410
|
|
|
1659
1411
|
|
|
1660
|
-
|
|
1661
1412
|
## [0.1.14](https://github.com/babelcloud/visionclaw/compare/v0.1.13...v0.1.14) (2026-02-21)
|
|
1662
1413
|
|
|
1663
|
-
|
|
1664
1414
|
### Features
|
|
1665
1415
|
|
|
1666
1416
|
* add script to copy built-in skills and update installation logic ([3f97aa6](https://github.com/babelcloud/visionclaw/commit/3f97aa67e21c39e43115eaf4969aaec9a03f9ce6))
|
|
1667
1417
|
|
|
1668
1418
|
|
|
1669
|
-
|
|
1670
1419
|
## [0.1.13](https://github.com/babelcloud/visionclaw/compare/v0.1.12...v0.1.13) (2026-02-21)
|
|
1671
1420
|
|
|
1672
|
-
|
|
1673
1421
|
### Features
|
|
1674
1422
|
|
|
1675
1423
|
* improve built-in skills installation logic to check for valid skill folders ([e45397f](https://github.com/babelcloud/visionclaw/commit/e45397f11901aee419decfbca2094716a16db553))
|
|
1676
1424
|
|
|
1677
1425
|
|
|
1678
|
-
|
|
1679
1426
|
## [0.1.12](https://github.com/babelcloud/visionclaw/compare/v0.1.11...v0.1.12) (2026-02-21)
|
|
1680
1427
|
|
|
1681
|
-
|
|
1682
1428
|
### Features
|
|
1683
1429
|
|
|
1684
1430
|
* enhance installBuiltinSkills function to support force option for overwriting existing skills ([ec6b183](https://github.com/babelcloud/visionclaw/commit/ec6b183d9781e82dbaacab622f703740656ab9cc))
|
|
1685
1431
|
|
|
1686
1432
|
|
|
1687
|
-
|
|
1688
1433
|
## [0.1.11](https://github.com/babelcloud/visionclaw/compare/v0.1.10...v0.1.11) (2026-02-21)
|
|
1689
1434
|
|
|
1690
|
-
|
|
1691
1435
|
### Features
|
|
1692
1436
|
|
|
1693
1437
|
* implement image pruning functionality in session management ([dbc0a7e](https://github.com/babelcloud/visionclaw/commit/dbc0a7e561fc1a900b3ce6d5daa660910b0e286f))
|
|
1694
1438
|
|
|
1695
1439
|
|
|
1696
|
-
|
|
1697
|
-
## [0.1.10](https://github.com/babelcloud/visionclaw/compare/v0.1.9...v0.1.10) (2026-02-20)
|
|
1698
|
-
|
|
1440
|
+
## [0.1.10](https://github.com/babelcloud/visionclaw/compare/v0.1.9...v0.1.10) (2026-02-21)
|
|
1699
1441
|
|
|
1700
1442
|
### Features
|
|
1701
1443
|
|
|
1702
1444
|
* add reconfigure command for updating existing profiles and channels ([1cc9dd4](https://github.com/babelcloud/visionclaw/commit/1cc9dd461539547b0574041de8926274db4e0583))
|
|
1703
1445
|
|
|
1704
1446
|
|
|
1705
|
-
|
|
1706
1447
|
## [0.1.9](https://github.com/babelcloud/visionclaw/compare/v0.1.8...v0.1.9) (2026-02-20)
|
|
1707
1448
|
|
|
1708
1449
|
|
|
1709
|
-
|
|
1710
1450
|
## [0.1.8](https://github.com/babelcloud/visionclaw/compare/v0.1.7...v0.1.8) (2026-02-20)
|
|
1711
1451
|
|
|
1712
1452
|
|
|
1713
|
-
|
|
1714
1453
|
## [0.1.7](https://github.com/babelcloud/visionclaw/compare/v0.1.6...v0.1.7) (2026-02-20)
|
|
1715
1454
|
|
|
1716
1455
|
|
|
1717
|
-
|
|
1718
1456
|
## [0.1.6](https://github.com/babelcloud/visionclaw/compare/v0.1.5...v0.1.6) (2026-02-20)
|
|
1719
1457
|
|
|
1720
|
-
|
|
1721
1458
|
### Features
|
|
1722
1459
|
|
|
1723
1460
|
* add local testing harness for computer_use tools and enhance cliclick command handling ([ee37084](https://github.com/babelcloud/visionclaw/commit/ee37084455792ce9236bb9b547c052cb49fbb36f))
|
|
1724
1461
|
|
|
1725
1462
|
|
|
1726
|
-
|
|
1727
1463
|
## [0.1.5](https://github.com/babelcloud/visionclaw/compare/v0.1.4...v0.1.5) (2026-02-20)
|
|
1728
1464
|
|
|
1729
|
-
|
|
1730
1465
|
### Features
|
|
1731
1466
|
|
|
1732
1467
|
* add refresh_token handling and enable debug logging option ([a0c3d9e](https://github.com/babelcloud/visionclaw/commit/a0c3d9e886ef9a1e3db04769a901c192d3626e1b))
|
|
1733
1468
|
|
|
1734
1469
|
|
|
1735
|
-
|
|
1736
1470
|
## [0.1.4](https://github.com/babelcloud/visionclaw/compare/v0.1.3...v0.1.4) (2026-02-20)
|
|
1737
1471
|
|
|
1738
|
-
|
|
1739
1472
|
### Bug Fixes
|
|
1740
1473
|
|
|
1741
1474
|
* update default host to 0.0.0.0 in ObsConfigSchema and main function ([ba12d53](https://github.com/babelcloud/visionclaw/commit/ba12d535bc43524a06c730b1df568ea3b3db638e))
|
|
1742
1475
|
|
|
1743
1476
|
|
|
1744
|
-
|
|
1745
1477
|
## [0.1.3](https://github.com/babelcloud/visionclaw/compare/v0.1.2...v0.1.3) (2026-02-20)
|
|
1746
1478
|
|
|
1747
|
-
|
|
1748
1479
|
### Bug Fixes
|
|
1749
1480
|
|
|
1750
1481
|
* add optional chaining for labels in email tool management ([48dc44d](https://github.com/babelcloud/visionclaw/commit/48dc44d67661e9fa56ddff41e56b2f82712097c1))
|
|
1751
1482
|
|
|
1752
1483
|
|
|
1753
|
-
|
|
1754
1484
|
## [0.1.2](https://github.com/babelcloud/visionclaw/compare/v0.1.1...v0.1.2) (2026-02-20)
|
|
1755
1485
|
|
|
1756
1486
|
|
|
1757
|
-
|
|
1758
|
-
## [0.1.1](https://github.com/babelcloud/visionclaw/compare/703bdd8dff001a01ae8093d86e332cfc29973288...v0.1.1) (2026-02-20)
|
|
1759
|
-
|
|
1487
|
+
## 0.1.1 (2026-02-20)
|
|
1760
1488
|
|
|
1761
1489
|
### Features
|
|
1762
1490
|
|
|
1763
1491
|
* implement self-contained agent bundle and Node.js runtime download ([703bdd8](https://github.com/babelcloud/visionclaw/commit/703bdd8dff001a01ae8093d86e332cfc29973288))
|
|
1764
1492
|
|
|
1765
1493
|
|
|
1766
|
-
|