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