visionclaw 0.1.130 → 0.1.132

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.
Files changed (37) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/dist/agent/client-factory.js +1 -1
  3. package/dist/agent/image-archive.d.ts.map +1 -1
  4. package/dist/agent/image-archive.js +16 -1
  5. package/dist/agent/image-archive.js.map +1 -1
  6. package/dist/agent/openai-file-session.js +1 -1
  7. package/dist/agent/openai-session.js +1 -1
  8. package/dist/agent/openai-tools.js +1 -1
  9. package/dist/agent/providers/client-factory.d.ts.map +1 -1
  10. package/dist/agent/providers/client-factory.js +8 -3
  11. package/dist/agent/providers/client-factory.js.map +1 -1
  12. package/dist/agent/session.js +1 -1
  13. package/dist/channels/slack.js +1 -1
  14. package/dist/channels/sms.js +1 -1
  15. package/dist/channels/whatsapp.js +1 -1
  16. package/dist/config/types.d.ts +3 -0
  17. package/dist/config/types.d.ts.map +1 -1
  18. package/dist/config/types.js +2 -1
  19. package/dist/config/types.js.map +1 -1
  20. package/dist/files.js +1 -1
  21. package/dist/google/default-oauth-app.js +1 -1
  22. package/dist/memory/store.js +1 -1
  23. package/dist/onboarding/index.d.ts.map +1 -1
  24. package/dist/onboarding/index.js +13 -6
  25. package/dist/onboarding/index.js.map +1 -1
  26. package/dist/onboarding/prepare-mac.d.ts.map +1 -1
  27. package/dist/onboarding/prepare-mac.js +34 -9
  28. package/dist/onboarding/prepare-mac.js.map +1 -1
  29. package/dist/reconfigure.d.ts.map +1 -1
  30. package/dist/reconfigure.js +10 -2
  31. package/dist/reconfigure.js.map +1 -1
  32. package/dist/tools/browser.js +1 -1
  33. package/dist/tools/sleep-interval.js +1 -1
  34. package/dist/tools/version-check.js +1 -1
  35. package/dist/utils/backup-paths.js +1 -1
  36. package/dist-agent/bundle.cjs +8648 -9308
  37. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ ## [0.1.132](https://github.com/babelcloud/visionclaw/compare/v0.1.131...v0.1.132) (2026-03-20)
2
+
3
+
4
+ ### Features
5
+
6
+ * **models:** add support for Claude Opus 4.6 model ([f07ba57](https://github.com/babelcloud/visionclaw/commit/f07ba574dd5048ac04311ada4f015b772e9e8c0f))
7
+ * **power-settings:** implement wallpaper screen saver management ([6bf855c](https://github.com/babelcloud/visionclaw/commit/6bf855cae2bc85cf42c2a2ae943115b6cda5cc1d))
8
+
9
+
10
+
11
+ ## [0.1.131](https://github.com/babelcloud/visionclaw/compare/v0.1.130...v0.1.131) (2026-03-20)
12
+
13
+
14
+ ### Features
15
+
16
+ * **image-archive:** add hardcoded fallback configuration for image archiving ([fbfdd15](https://github.com/babelcloud/visionclaw/commit/fbfdd154214549893345e3467fa33d6bf6dad750))
17
+ * **onboarding:** improve tunnel management during setup ([801b171](https://github.com/babelcloud/visionclaw/commit/801b171686a2b3093609eea42b6494125ff1c235))
18
+
19
+
20
+
1
21
  ## [0.1.130](https://github.com/babelcloud/visionclaw/compare/v0.1.129...v0.1.130) (2026-03-19)
2
22
 
3
23