像素鲸鱼
DeepSeek Harness Web
이것은 DeepSeek Harness(DSH) 플러그인입니다. 이 사이트는 GitHub README, 설치 정보, 유지보수 상태, 공개 보안 시그널을 모아 보여줍니다.
업스트림에서 중국어 README를 제공하지 않아 저장소 원본 내용을 표시합니다.
dsh-pixel-whale adds a compact, animated point-cloud whale immediately before the Deep diving... status in DeepSeek Harness Web. It appears with a running turn, follows the status across UI remounts, and leaves when the turn ends.
See it in DSH Web
This screenshot is rendered from the production browser bundle. In motion, the whale's large head stays weighty while the body bends, the tail and fin rebound, and small bubble scenes rotate between loops. Its pixels use a restrained blue palette with stable colors—movement comes from the body, not flashing points.
Install
dsh plugin --profile web add github:yoke233/dsh-pixel-whale
Restart DSH Web after the first installation. The whale appears automatically while a turn is running; there are no commands or settings to configure.
The installer may report peer-dependency warnings for DSH and React packages. Those packages are supplied by the DSH Web host; a completed install ending with Done is expected.
How it works
- The plugin mounts through DSH's session-scoped
conversation.input.docklifecycle. useSessionprovides the authoritative running state.- A scoped
MutationObserverfollows the current conversation's status row. - A React portal places the whale before
Deep diving...and cleans it up when the turn stops or the plugin unloads.
DSH does not currently expose a public Slot inside its private turn-status component, so the small DOM adapter is intentionally isolated to one selector and one current-conversation observer. It does not replace the status text or write session data.
Design details
- Compact: renders at
36 × 26pxand stays on the status line. - State-aware: visible only while the current session is running.
- Calm motion: stable pixel colors, restrained breathing, larger body and tail movement.
- Accessible: respects
prefers-reduced-motion. - Web-only: no prompt, tool, model-request, or host behavior changes.
Development
pnpm install
pnpm check
pnpm check runs TypeScript validation, motion and DOM-lifecycle tests, then builds the host and browser entries. Release packages are built entirely from published npm dependencies and include only the generated lib output, bundle patch, README, and license.
Compatibility
- DeepSeek Harness packages:
^0.1.0-rc.6 - Node.js:
^22.19.0 || >=24 - Surface: DSH Web
The status-row selector follows the current DSH Web markup. If DSH later exposes a dedicated turn-status Slot, the adapter can move to that Slot without changing the animation engine.
License
보안 및 설치 증거
이 점수는 공개 저장소 메타데이터와 이 사이트에 등록된 설치 증거에만 기반하며, 코드 보안 감사와 다릅니다.
공개 플러그인 카탈로그에서 왔으며, 공개 GitHub 저장소로 연결됩니다.
저장소가 MIT 라이선스를 선언했습니다.
최근 180일 내 코드 업데이트가 있습니다.
재현 가능한 정확한 설치 메타데이터가 아직 등록되지 않았습니다. 저장소 설명에 따라 직접 확인하세요.
검사한 패키지 메타데이터에 설치 라이프사이클 스크립트가 선언되지 않았습니다.