Files
oc-ls-stats/package.json
T
Troed Sångberg 10319b5e80 fix: v0.0.51 - reset generateMaxDecoded on stall too
- When n_decoded stops increasing, slot may stay is_processing
- Reset max on stall so next generation starts fresh
2026-06-13 23:35:10 +02:00

21 lines
386 B
JSON

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