Files
oc-ls-stats/package.json
T
Troed Sångberg b54d609934 feat: v0.0.54 - replace AVG with prefill progress percentage
- Display: PP xxxx tps (yyy%) | GEN xxxx tps
- Add prefillTotalTokens and prefillProcessedTokens tracking
- Show progress percentage during prefill
- Remove sessionAverage memo and AVG calculation
2026-06-14 08:37:19 +02:00

21 lines
386 B
JSON

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