Files
oc-ls-stats/package.json
T
Troed Sångberg d711364d93 fix: v0.0.47 - simplify n_decoded reset detection
- Any drop in n_decoded means counter reset (cumulative counter)
- Removed arbitrary -5 threshold, now uses delta < 0
- Zero delta now correctly detected as stall
2026-06-13 23:22:51 +02:00

21 lines
386 B
JSON

{
"$schema": "https://json.schemastore.org/package.json",
"name": "@troed/oc-ls-stats",
"version": "0.0.47",
"type": "module",
"exports": {
"./tui": {
"import": "./tui.tsx"
}
},
"engines": {
"opencode": ">=1.3.14"
},
"peerDependencies": {
"@opencode-ai/plugin": "*",
"@opentui/core": "*",
"@opentui/solid": "*",
"solid-js": "*"
}
}