DeepSeek Harness Plugins
DeepSeek Harness PluginManifest Valid

dsh-cache-miss

DSH web UI plugin that flags prompt-cache misses beneath the first assistant reply in a turn.

UI & Productivity
2GitHub Stars0ForksUpdated2026-09-04

Install

$ dsh plugin --profile web add dsh-cache-miss

Plugin Overview & Capabilities

AI-assisted organization based on the public repository snapshot. The content must be grounded in source evidence and does not replace compatibility or security verification.

source-grounded
dsh-cache-miss adds an in-context cache-status notice to DSH web conversations. When usage data meets its cache-miss thresholds, it displays a yellow line with idle time, re-billed input tokens, cached tokens when reported, and available TTFT.

Key Capabilities

  • Renders a yellow cache-miss notice below the first assistant reply of a turn.
  • Shows idle duration, re-billed input tokens, provider-reported cached tokens, and available TTFT.
  • Classifies a miss when inputTokens is positive, cache hit ratio is below 80%, and inputTokens is at least 1,000.
  • Shows a one-time gray notice for providers that report usage but have never reported cache fields.
  • Uses streamed usage chunks so a notice can appear while the reply is still generating.
  • Runs as frontend presentation only; it does not write session logs or modify DSH source code.

Useful For

  • Identify turns where prompt-cache rebuilding may have increased input-token billing.
  • Inspect cache status at the reply where it occurs instead of relying on aggregate statistics elsewhere in the UI.
  • Compare idle time, uncached input, cache reads, and TTFT for cache-miss turns.

Who It Fits

  • DeepSeek Harness web users monitoring prompt-cache behavior.
  • Developers investigating token usage and latency during agent conversations.

Documented Limitations

  • Designed for the DSH web client and requires loading its client bundle.
  • Providers that return no usage data produce no notice.
  • Before a provider has reported any cache field, the plugin cannot confirm cache status and shows a gray informational notice rather than inferring a miss.
  • TTFT is omitted when the required session-event boundaries are outside the loaded window.
  • Miss detection depends on the documented usage fields and fixed thresholds: hit ratio below 80% and at least 1,000 uncached input tokens.
  • Requires Node.js ^22.19.0 or >=24.0.0 according to package metadata.

DSH Compatibility

Version-specific runtime evidence collected by DSH Plugin. A missing result means we have not tested that combination yet.

Not tested yetNo runtime compatibility tests have been published yet.

Security Signals

Objective signals discovered from package metadata and source inspection. These are not a guarantee that a plugin is safe.

No automated security signals have been published yet.

Source & Registry Notes

Public provenance, Registry classification, and the latest source check for this entry, kept separate from runtime verification.

Source repository
wefio/dsh-cache-miss
Registry source
GitHub · dsh-plugin topic
Registry classification
Plugin
Source checked
1e2a6d1 · 2026-09-20

This project is independently indexed from public source information. DSH Plugin is not affiliated with DeepSeek or the plugin author. Always check the author repository before installation.

Repository Activity

GitHub stars
2GitHub stars
Forks
0
Open issues
1
Last commit
2026-09-04
Last release
2026-09-04
For maintainers

Maintaining this plugin?

This listing is generated from public repository data. If you maintain this project, you can review the information and share this listing with your users if you find it useful.

Add to README
Listed on DSHPlugin.app