kober-basket/dsh-cachescope

kober-basket★ 2TypeScript最后同步: 2026-08-28

在 GitHub 打开

Prompt-cache observability and logical-input diagnostics for DeepSeek Harness.

README 摘要

CacheScope English 中文 See how much prompt cache a model call used—and what changed when it missed. CacheScope puts provider-reported cache-token usage beside the DSH-side difference between adjacent logical inputs. It records observed llm/stream attempts and serves a desktop dashboard without modifying model requests or registering a model-visible tool. Dashboard shown with synthetic sample calls. Provider figures are illustrative. Install Install the bundle into the Web profile and start DSH: Open http://127.0.0.1:3080/cachescope. Prompt privacy: the installed bundle enables captureInput: full . By default it can retain the latest 12 complete logical inputs in DSH process memory, up to 2,000,000 UTF-8 JSON bytes each. Use the metadata-only configuration below before sending sensitive prompts if complete-input inspection is unnecessary. Restart DSH after changing the profile. Quick start: compare two turns 1. Send a first message in a DSH conversation. This creates the local comparison baseline. 2. Send a second message in the same Session without changing the provider, model, System Prompt, or enabled tools. 3. Select the second conversation call in CacheScope. Read its Provider C…

在 GitHub 查看完整 README →
工具/开发dsh-plugin

分类