vibeostheog 0.26.0 → 0.26.1

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,17 @@
1
+ ## 0.26.1
2
+ - fix: accept embedded token as direct API token (#425)
3
+ - fix: accept embedded token as direct API token, reset stuck fallback mode (#424)
4
+ - fix: force overwrite stale bootstrap token in syncApiTokenFromDisk() else branch (#423)
5
+ - fix: reject invalid bootstrap tokens from disk so embedded fallback works (#422) (#422)
6
+ - Revert "fix: reject invalid bootstrap tokens from disk so embedded fallback works (#422)"
7
+ - fix: reject invalid bootstrap tokens from disk so embedded fallback works (#422)
8
+ - fix: refresh API token in chat.params hook so flash icon displays (#421)
9
+ - fix: propagate VIBEOS_API_TOKEN to sub-agent child processes (#420)
10
+ - fix: blackbox status, verify-claims ESM crash, cascade type re-exports, CI cleanup (#419)
11
+ - Kill layers — cascade, footer, state, api-client (#417)
12
+ - fix: reject non-byte-safe model ids (#418)
13
+ - v0.26.0 — Containment of Potential (#416)
14
+
1
15
  ## 0.26.0
2
16
  - feat: add classify/escalate cascade API wiring (#398)
3
17
  - feat: rebuild dashboard home and session workspace (#389)
@@ -1,2 +1 @@
1
- window.__VIBEOS_DASHBOARD_BASE__ = "http://127.0.0.1:62784";
2
- window.__VIBEOS_BACKEND_API_BASE__ = "http://127.0.0.1:62784";
1
+ window.__VIBEOS_DASHBOARD_BASE__ = "http://127.0.0.1:51217";