openclawdreams 3.0.5 → 3.0.6
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 +13 -0
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,19 @@
|
|
|
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.6](https://github.com/RogueCtrl/OpenClawDreams/compare/v3.0.5...v3.0.6) (2026-03-22)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* add structured instrumentation for the dream cycle ([fa992c5](https://github.com/RogueCtrl/OpenClawDreams/commit/fa992c56fd9516ed1731fd4f240986acef3d0434))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* add test to prevent token budget double-counting regression (ROG-68) ([7384d58](https://github.com/RogueCtrl/OpenClawDreams/commit/7384d589e137c60fd1550756873e645eede6d028))
|
|
16
|
+
* instrument dream cycle and lock down budget accounting ([2837875](https://github.com/RogueCtrl/OpenClawDreams/commit/28378759cb1b491f26bd7998210f9f1a613efef9))
|
|
17
|
+
|
|
5
18
|
### [3.0.5](https://github.com/RogueCtrl/OpenClawDreams/compare/v3.0.3...v3.0.5) (2026-03-22)
|
|
6
19
|
|
|
7
20
|
|
package/openclaw.plugin.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"id": "openclawdreams",
|
|
3
3
|
"name": "openclawdreams",
|
|
4
4
|
"displayName": "ElectricSheep",
|
|
5
|
-
"version": "3.0.
|
|
5
|
+
"version": "3.0.6",
|
|
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": [
|