Zenjibad/llmtrim-stats-plugin ↗★ 0
llmtrim-stats-plugin
Live llmtrim savings dashboard inside the DeepSeek Harness (DSH) Web UI: a settings dashboard plus a rotating carousel stats strip under the composer.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Zenjibad/llmtrim-stats-plugin说明文档
阅读完整 README ↗⚙️ Configuration
No config file, no persisted settings. Fixed constants in source:
| Knob | Location | Default |
|---|---|---|
| HTTP route | src/index.ts | GET /llmtrim-stats/api |
| Executable resolution | resolveLlmtrim in src/index.ts | subprocess.resolveExecutable('llmtrim'), fallback LLMTRIM_BIN, then the npm win32-x64 path |
| Poll interval | POLL_MS in src/client/index.tsx | 5 s |
| Carousel cadence | CAROUSEL_MS in src/client/index.tsx | 4 s |
| Settings seat | src/client/index.tsx | settings.section id llmtrim-stats, order 80 |
| Dock seat | src/client/index.tsx | conversation.composer.dock id llmtrim-carousel, order 15 |