mirror of
https://git.sync.wtf/troed/oc-ls-stats.git
synced 2026-08-31 09:43:38 +03:00
- Detect when n_decoded drops significantly (counter reset) and treat as new baseline - Previously: reset caused negative deltas, TPS stalled at 0 - Now: reset counter, restart tracking from new baseline
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.46",
|
|
"type": "module",
|
|
"exports": {
|
|
"./tui": {
|
|
"import": "./tui.tsx"
|
|
}
|
|
},
|
|
"engines": {
|
|
"opencode": ">=1.3.14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opencode-ai/plugin": "*",
|
|
"@opentui/core": "*",
|
|
"@opentui/solid": "*",
|
|
"solid-js": "*"
|
|
}
|
|
}
|