편집자 노트

kirkchinese/dsh-anchored-preset-installer

One-command delivery for the dsh-anchored-standard experimental presets. Installing this host plugin materializes the three preset directories into the user preset root, so the session preset picker shows Anchored Standard (experimental) / Zero-Anchored Standard (experimental) / Whoami Standard (experimental) with no…

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

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

dsh-anchored-preset-installer

One-command delivery for the dsh-anchored-standard experimental presets. Installing this host plugin materializes the three preset directories into the user preset root, so the session preset picker shows Anchored Standard (experimental) / Zero-Anchored Standard (experimental) / Whoami Standard (experimental) with no manual cp.

Install

dsh plugin --profile web add -w github:kirkchinese/dsh-anchored-preset-installer
# without a global `dsh` binary:
npx @deepseek-ai/dsh plugin --profile web add -w github:kirkchinese/dsh-anchored-preset-installer

Restart DeepSeek Harness (Ctrl+C, then dsh web / npx @deepseek-ai/dsh web), create a blank session, and pick the preset. DSH preset discovery re-reads its roots on every list, so the presets appear as soon as the plugin row has applied once.

Behavior

  • Writes only into the user-trust preset root from agentPresets.resolvedRoots (normally $DSH_HOME/.agent-presets).
  • Create-only: a preset directory that already exists is left exactly as it is — user edits are never overwritten.
  • Every failure is contained per preset and logged; the plugin row never fails the profile boot.
  • No network requests, no telemetry, no runtime listeners — after apply the plugin is inert.

Verify

npx @deepseek-ai/dsh --profile web --dump-config | grep -A2 anchored-preset-installer

expects an id: anchored-preset-installer row (before the restart). After the restart, the preset picker lists all three presets, and each installed directory carries a .installed-by-anchored-preset-installer marker:

ls ~/.dsh/.agent-presets/

Uninstall

Removing the plugin leaves installed presets in place (they may be in use by sessions). To remove them:

dsh plugin --profile web remove dsh-anchored-preset-installer
rm -r ~/.dsh/.agent-presets/{anchored-standard,zero-anchored-standard,whoami-standard}

Only remove a preset that no session currently uses.

Maintenance

presets/ is a byte-copy of the preset/, zero-anchored-standard/, and whoami-standard/ directories from the upstream repository (this fork pins the self-contained-variant + single-anchor fixes). After upstream releases change those, sync the copies here and bump VERSION in index.mjs.

License

MIT. The vendored presets derive from the DeepSeek Harness Standard preset and the xiaobright/dsh-anchored-standard repository (MIT); see NOTICE.

REPOSITORY SIGNALS

보안 및 설치 증거

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

출처 추적 가능

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

라이선스

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

유지보수 활동

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

설치 증거

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

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

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