visionclaw 0.1.179 → 0.1.181

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