mirror of
https://git.sync.wtf/troed/oc-ls-stats.git
synced 2026-08-31 09:43:38 +03:00
- Track generatePrevNd per slot instead of global generateMaxDecoded - Calculate TPS from delta between consecutive polls - Detect resets when nd drops below previous - Stall (nd == prev) doesn't end generation, just doesn't update TPS - Reset tracking when no slot found
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.52",
|
|
"type": "module",
|
|
"exports": {
|
|
"./tui": {
|
|
"import": "./tui.tsx"
|
|
}
|
|
},
|
|
"engines": {
|
|
"opencode": ">=1.3.14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opencode-ai/plugin": "*",
|
|
"@opentui/core": "*",
|
|
"@opentui/solid": "*",
|
|
"solid-js": "*"
|
|
}
|
|
}
|