vibeostheog 0.25.34 → 0.25.35
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 +6 -0
- package/dist/assets/dashboard/vibeos-dashboard-config.js +1 -1
- package/dist/vibeOS.js +2583 -2451
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,10 @@
|
|
|
1
1
|
## 0.25.34
|
|
2
|
+
- feat: holistic semantic observer replacing pattern learner (#245)
|
|
3
|
+
- fix: use .js imports for CI compatibility
|
|
4
|
+
- fix: rewrite cascade contract tests to match actual cascadeDecide/computeDifficulty behavior
|
|
5
|
+
- fix: replace cascade source-code regex toy test with real behavioral contract tests
|
|
6
|
+
- fix: anti-lie path resolution — verify-claims respects $VIBEOS_HOME, no double .claude nesting (#247)
|
|
7
|
+
- fix: persist slot_locked on lock on/off, remove duplicate loadSelection in pricing (#246)
|
|
2
8
|
- fix: remove hardcoded model names from fallback
|
|
3
9
|
- fix: restore apiRoute gate for cascade (#239)
|
|
4
10
|
- fix: cascade triggered only by ML_ENABLED, not apiRoute (#238)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
window.__VIBEOS_DASHBOARD_BASE__ = "http://127.0.0.1:
|
|
1
|
+
window.__VIBEOS_DASHBOARD_BASE__ = "http://127.0.0.1:53086";
|