Yuuu0109 / dsh-cache-hit-decimal

목록에 있음

Two-decimal cache-hit rate for the DeepSeek Harness Web GUI

main도구 소스 보기

설치

npx -y @deepseek-ai/dsh plugin --profile web add github:Yuuu0109/dsh-cache-hit-decimal

이 설치 명령은 GitHub 저장소 주소에서 생성된 확인되지 않은 시작점입니다.

README

유지 관리자가 작성한 문서 스냅샷입니다.

GitHub에서 보기 ↗
커밋 bf4bfe5동기화 2026. 8. 18.

dsh-cache-hit-decimal

A small DeepSeek Harness Web plugin that replaces the native integer cache-hit percentage with a two-decimal value, such as 42.86%.

It shadows the existing stats cell in conversation.composer.dock instead of patching the official conversation package. Removing the plugin restores the native integer display.

中文说明

Install

dsh plugin --profile web add @yuuu0109/dsh-cache-hit-decimal

Restart the dsh web process and refresh the browser.

Update

dsh plugin --profile web update @yuuu0109/dsh-cache-hit-decimal

Restart dsh web and refresh the browser. If a configured npm mirror has not synced the latest version yet, use the official registry:

dsh plugin --profile web update @yuuu0109/dsh-cache-hit-decimal --registry=https://registry.npmjs.org/

pnpm 11 may delay newly published versions for 24 hours. To update immediately:

dsh plugin --profile web update @yuuu0109/dsh-cache-hit-decimal@0.1.4 --config.minimumReleaseAge=0

Install from source

git clone https://github.com/Yuuu0109/dsh-cache-hit-decimal.git
cd dsh-cache-hit-decimal
pnpm install
pnpm build
dsh plugin --profile web add .

Changelog

0.1.4

  • Display the full stats line on one centered row without wrapping or an ellipsis.

0.1.3

  • Display the cache-hit rate with two decimal places.

Uninstall

dsh plugin --profile web remove @yuuu0109/dsh-cache-hit-decimal

Restart dsh web. The native integer StatsLine becomes the active slot occupant again.

Development

pnpm typecheck
pnpm test
pnpm build

Compatibility is pinned to DeepSeek Harness 0.1.0-rc.6 and React 18.

This is an independent community plugin and is not part of the official DeepSeek Harness repository.

프로젝트 파일 및 신호

표시된 항목은 디렉터리 스냅샷에서 감지된 공개 저장소 신호입니다.

테스트감지됨

저장소 정보

언어
TypeScript
라이선스
MIT
마지막 업데이트
2026. 8. 15. 오후 2:26

신중하게 설치하기

소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.