StarCried/dsh-inochi2d-pet--packages-dsh-plugin0

dsh-inochi2d-pet

DeepSeek Harness status bridge for DSH Inochi2D Pet

AI 분석

核心用途是让 DSH 的状态能够联动 Windows 桌面上的 Inochi2D 虚拟桌宠。适合想要为 AI 助手增添实体化动态桌宠交互的 Windows/WSL2 用户。

패키지
dsh-inochi2d-pet
버전
0.1.0-alpha.0
라이선스
BSD-2-Clause
최근 업데이트
2026. 8. 18.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:StarCried/dsh-inochi2d-pet#c8fc52690a9eedbc5172248791db5abac85286d2&path:packages/dsh-plugin

dsh-inochi2d-pet

DeepSeek Harness bundle for the Windows DSH Inochi2D Pet companion.

This package runs inside DSH under WSL2. It exposes only a short-lived, token-protected status stream on IPv4 loopback and starts the separately installed Windows companion through its registered URL protocol.

The alpha supports Windows 11 x64 with one DSH process. It does not send prompts, tool arguments/results, error details, session identifiers, or paths across the WSL boundary.

See the repository README for installation and compatibility details.

No prebuilt companion or npm package is published yet. For the current BYOM source preview, build and install the Windows companion and packed bundle using the repository development guide. After a prebuilt alpha is published, install the unsigned Windows companion first, then in WSL2:

npm install -g --prefix "$HOME/.local" @deepseek-ai/dsh@latest
export PATH="$HOME/.local/bin:$PATH"
dsh plugin --profile web add dsh-inochi2d-pet@latest
dsh --profile web --dump-config
dsh web

If the Windows app is missing or a developer-preview DSH update changes the required event contract, this bundle disables only the companion and lets DSH continue. The bundle has no reverse API for controlling DSH.