Moeblack / dsh-minimal-web

목록에 있음

DSH 插件:极简模式(网络)preset——极简双工具编码 Agent + 网络搜索 + AGENTS.md 加载 | Minimal-mode agent preset with web search and AGENTS.md loading

master도구 소스 보기

설치

npx -y @deepseek-ai/dsh plugin --profile web add github:Moeblack/dsh-minimal-web

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

README

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

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

dsh-minimal-web

Agent preset for DeepSeek Harness: 极简模式(网络) — the minimal two-tool coding agent, plus:

  • web_search network search (the minimal preset ships without it)
  • AGENTS.md / CLAUDE.md workspace instruction loading (user-message injection, works despite the complete persona)

The preset appears in the mode picker as 极简模式(网络) immediately after installation; select it per session, or set it as the default:

# $DSH_HOME/settings.yaml
agent-presets:
  default: minimal-web

Install

dsh plugin --profile web add dsh-minimal-web

No restart is needed for the preset roster. Uninstall removes the preset:

dsh plugin --profile web rm dsh-minimal-web

Composition

RowPurpose
personaFixed complete prompt (includeRuntimeContext: false)
agent-instructionsLoads workspace + $DSH_HOME/AGENTS.md
persistent shellbash via PTY registry
fs + str_replace_editorBare local filesystem
tool-webweb_search, fetch disabled

How it ships

Published into $DSH_HOME/.agent-presets/ by dsh-preset-kit at boot (symlink, hot-reloadable), with an ownership record that keeps uninstall clean and refuses to overwrite a preset you authored by hand.

저장소 정보

언어
JavaScript
라이선스
보고되지 않음
마지막 업데이트
2026. 8. 15. 오전 10:46

신중하게 설치하기

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