vibeostheog 0.24.1 → 0.24.2
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/dist/vibeOS.js +0 -1
- package/package.json +1 -1
package/dist/vibeOS.js
CHANGED
|
@@ -9713,7 +9713,6 @@ function syncControlSettings(cv, options = {}) {
|
|
|
9713
9713
|
}
|
|
9714
9714
|
writeIf("enabled", true);
|
|
9715
9715
|
const compatibilityMode = currentSel.onboarding_mode === "assist";
|
|
9716
|
-
writeIf("delegation_enforce", compatibilityMode ? cv.enforcement_mode === "strict" : cv.enforcement_mode !== "relaxed");
|
|
9717
9716
|
if (compatibilityMode) {
|
|
9718
9717
|
writeIf("flow_enabled", cv.flow_mode === "strict");
|
|
9719
9718
|
writeIf("flow_enforce", cv.flow_mode === "strict");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vibeostheog",
|
|
3
|
-
"version": "0.24.
|
|
3
|
+
"version": "0.24.2",
|
|
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",
|