편집자 노트

思考状态自定义

A CSS-only DSH Web plugin that customizes the visible running-turn text and its two-color flow effect without modifying DSH source or rewriting the status DOM.

이것은 DeepSeek Harness(DSH) 플러그인입니다. 이 사이트는 GitHub README, 설치 정보, 유지보수 상태, 공개 보안 시그널을 모아 보여줍니다.

업스트림에서 중국어 README를 제공하지 않아 저장소 원본 내용을 표시합니다.

DSH Thinking Status Customizer

中文

A CSS-only DSH Web plugin that customizes the visible running-turn text and its two-color flow effect without modifying DSH source or rewriting the status DOM.

Preview

Dark theme

DSH Web dark theme with the thinking status settings open

Light theme

DSH Web light theme with the thinking status settings open

Settings panel

Thinking status settings

Install

Install the tagged release into a Web profile, inspect the resolved configuration, then restart DSH Web:

dsh plugin --profile web add github:Dbi-Eshuh/dsh-thinking-status-customizer#v0.1.1
dsh --profile web --dump-config

Open the floating 思考状态 button after restart. Click the same button again, use the close button, or press Escape to close the panel. The dialog can enable or disable the visual replacement, change its text, choose two flow colors, save the settings, or restore defaults.

The settings panel inherits DSH Web's light or dark theme tokens and previews text and color edits before they are saved.

Remove the plugin and restart DSH Web to restore the built-in presentation:

dsh plugin --profile web remove dsh-thinking-status-customizer

Behavior and privacy

The default visual text is 正在吃饭中.... Settings are stored only in browser localStorage under dsh-thinking-status-customizer:v1; the plugin sends no settings, status text, or model interaction over the network. Missing, corrupt, or unavailable storage resolves to defaults without stopping the page.

The stylesheet targets only [data-conversation-scroll] [role="status"][aria-live="polite"]. It adds a layout-participating pseudo-element and plugin-owned CSS properties; it does not observe the page, replace textContent, or target other live-status elements. Disabling or unloading the plugin removes its style, controls, attributes, CSS properties, and event listeners.

The original DSH status remains in the accessibility tree. This plugin therefore changes visual copy only; assistive technology continues to receive the built-in status text.

Compatibility

The current release is tested with DSH Web 0.1.0-rc.6. It relies on the semantic selector above because ui-conversation does not expose a running-status text provider in that release. A DSH update that changes the selector can make the visual replacement inactive; the plugin remains loaded and its dialog reports that it is waiting for a matching status.

This package uses only the public DSH bundle and client-module loading declarations. It does not patch ui-conversation or depend on private DSH build helpers.

Develop and verify

npm install
npm run verify

lib/index.js and lib/client.js are committed so GitHub installation does not require an install-time build. npm run verify type-checks, tests, rebuilds, confirms the committed bundles match the source, and previews the package contents.

Model Experience

None. The plugin adds no tool, prompt, model-visible input or output, session event, or model behavior. It changes only browser-local presentation of an existing running status.

REPOSITORY SIGNALS

보안 및 설치 증거

이 점수는 공개 저장소 메타데이터와 이 사이트에 등록된 설치 증거에만 기반하며, 코드 보안 감사와 다릅니다.

출처 추적 가능

공개 플러그인 카탈로그에서 왔으며, 공개 GitHub 저장소로 연결됩니다.

라이선스

저장소가 MIT 라이선스를 선언했습니다.

유지보수 활동

최근 180일 내 코드 업데이트가 있습니다.

설치 증거

재현 가능한 정확한 설치 메타데이터가 아직 등록되지 않았습니다. 저장소 설명에 따라 직접 확인하세요.

설치 라이프사이클 스크립트

검사한 패키지 메타데이터에 설치 라이프사이클 스크립트가 선언되지 않았습니다.