vibeostheog 0.25.40 → 0.25.42
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,4 +1,7 @@
|
|
|
1
|
-
## 0.25.
|
|
1
|
+
## 0.25.42
|
|
2
|
+
- fix: structural claim grammar with auto-verify and auto-amend turn (#261)
|
|
3
|
+
- fix: cascade trigger and claim grammar auto-verify (#260)
|
|
4
|
+
- fix: cascade now fires regardless of API route target, graph prediction respects existing _target (#257)
|
|
2
5
|
- fix: ML trigger cascade now maps brain to TRINITY_BRAIN, lowers override threshold to 0.7, allows graph prediction override (#255)
|
|
3
6
|
- fix: proper env-isolated contract tests for setup.js bin (#254) (#254)
|
|
4
7
|
- fix: remove duplicate prompt - npx is the single permission gate (#253)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
window.__VIBEOS_DASHBOARD_BASE__ = "http://127.0.0.1:
|
|
1
|
+
window.__VIBEOS_DASHBOARD_BASE__ = "http://127.0.0.1:55491";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vibeostheog",
|
|
3
|
-
"version": "0.25.
|
|
3
|
+
"version": "0.25.42",
|
|
4
4
|
"description": "Cost-aware delegation enforcer for OpenCode. Tracks model usage, routes Task subagents to cheaper tiers, surfaces cumulative savings in chat. Includes research audit, reporting framework, project memory, progressive scratchpad decadence, and trinity CLI for brain/medium/cheap slot switching.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"release": "node scripts/release.mjs",
|