vibeostheog 0.25.33 → 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 CHANGED
@@ -1,3 +1,26 @@
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)
8
+ - fix: remove hardcoded model names from fallback
9
+ - fix: restore apiRoute gate for cascade (#239)
10
+ - fix: cascade triggered only by ML_ENABLED, not apiRoute (#238)
11
+ - fix: cascade router must run regardless of remote API route (#237)
12
+ - fix: cascade fallback only when ML API route is unavailable
13
+ - fix: race condition in token refresh with concurrent session renewal (#235)
14
+ - fix: cascade applySlot fires for all tools regardless of delegation_enforce
15
+ - fix: rename pipeline tier 'local' to 'cheap' (#232)
16
+ - docs: add TDD template + branch-first workflow to AGENTS.md
17
+ - build: strip sync-ts-build from pipeline, esbuild-only bundle (#242)
18
+ Reapply "fix: remove hardcoded model names from fallback" (#244)
19
+ Revert "fix: remove hardcoded model names from fallback"
20
+ Fix fail-open delegation and remove hardcoded fallback (#243)
21
+ Remove hardcoded task fallback model (#241)
22
+
23
+
1
24
  ## 0.25.31
2
25
  - feat: anti-loop cost guard with per-turn memoization
3
26
  - feat: remove auto-lock on slot/mode change, README/skills use vibe, lock regression tests
@@ -1 +1 @@
1
- window.__VIBEOS_DASHBOARD_BASE__ = "http://127.0.0.1:57270";
1
+ window.__VIBEOS_DASHBOARD_BASE__ = "http://127.0.0.1:53086";