mirror of
https://git.sync.wtf/troed/oc-ls-stats.git
synced 2026-08-31 09:43:38 +03:00
- Use generateMaxDecoded to track highest n_decoded seen across all polls - Detect resets when nd drops below max (even if slot disappeared and reappeared) - Simplified logic: only compare against max, not per-slot baseline - Removed generateSlotId tracking (no longer needed)
21 lines
386 B
JSON
21 lines
386 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
"name": "@troed/oc-ls-stats",
|
|
"version": "0.0.48",
|
|
"type": "module",
|
|
"exports": {
|
|
"./tui": {
|
|
"import": "./tui.tsx"
|
|
}
|
|
},
|
|
"engines": {
|
|
"opencode": ">=1.3.14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opencode-ai/plugin": "*",
|
|
"@opentui/core": "*",
|
|
"@opentui/solid": "*",
|
|
"solid-js": "*"
|
|
}
|
|
}
|