openclawdreams 2.7.6 → 3.0.0

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
@@ -2,6 +2,21 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [3.0.0](https://github.com/RogueCtrl/OpenClawDreams/compare/v2.7.8...v3.0.0) (2026-03-13)
6
+
7
+ ### [2.7.8](https://github.com/RogueCtrl/OpenClawDreams/compare/v2.7.7...v2.7.8) (2026-03-13)
8
+
9
+ ### [2.7.7](https://github.com/RogueCtrl/OpenClawDreams/compare/v2.7.4...v2.7.7) (2026-03-13)
10
+
11
+
12
+ ### ⚠ BREAKING CHANGES
13
+
14
+ * install wizard add postinstall cost disclosure notice (#119)
15
+
16
+ ### Features
17
+
18
+ * install wizard add postinstall cost disclosure notice ([#119](https://github.com/RogueCtrl/OpenClawDreams/issues/119)) ([d01ca4b](https://github.com/RogueCtrl/OpenClawDreams/commit/d01ca4b81457450333fe2f06c3c92b61dbc531bd))
19
+
5
20
  ### [2.7.6](https://github.com/RogueCtrl/OpenClawDreams/compare/v2.7.4...v2.7.6) (2026-03-13)
6
21
 
7
22
 
@@ -2,7 +2,7 @@
2
2
  "id": "openclawdreams",
3
3
  "name": "openclawdreams",
4
4
  "displayName": "ElectricSheep",
5
- "version": "2.7.6",
5
+ "version": "3.0.0",
6
6
  "description": "A reflection engine that synthesizes agent-operator interactions into dreams, enriched by community and web context",
7
7
  "entry": "dist/src/index.js",
8
8
  "skills": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openclawdreams",
3
- "version": "2.7.6",
3
+ "version": "3.0.0",
4
4
  "description": "A reflection engine that synthesizes agent-operator interactions into dreams",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",