vibeostheog 0.18.5 → 0.18.6
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 +7 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## 0.18.6
|
|
2
|
+
- fix: quality tracking computes avg from lifetime score/count (was always 0)
|
|
3
|
+
- fix: savings rate precision to 4 decimals (was $0.00/hr)
|
|
4
|
+
- fix: cache savings minimum $0.0001 per scratchpad hit (was rounding to $0)
|
|
5
|
+
- fix: ledger reconciliation flushes buffer before reading + uses Math.max() to prevent state drops
|
|
6
|
+
- fix: trinity slots now authoritative over opencode.json model
|
|
7
|
+
|
|
1
8
|
## 0.18.5
|
|
2
9
|
- fix: trinity slots now authoritative over opencode.json model
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vibeostheog",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.6",
|
|
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",
|