AI Agent Hub
Back to plugins
⚙️

dsh-pi-compatible

Workflow Updated 2026.08.27

Run the following command in DeepSeek Harness:

dsh plugin install kingguuu8-svg/dsh-pi-compatible

Paste the following prompt into your AI chat to install this plugin:

Run `dsh plugin install kingguuu8-svg/dsh-pi-compatible` in your DeepSeek Harness terminal to install both Core and Plus presets into the Web profile (source: https://github.com/kingguuu8-svg/dsh-pi-compatible).

About this plugin

Running agent workflows on DeepSeek Harness often runs into tool-contract drift. dsh-pi-compatible freezes core tool semantics to Pi 0.84.2 and ships two Full-Access presets that give developers predictable, reproducible behavior inside DSH's sandbox, subprocess, attachment, and session seams. Core exposes seven tools—read, bash, edit, write, grep, find, ls—each aligned to Pi 0.84.2's key semantics: head truncation at 2,000 lines / 50 KiB with a 64 MiB whole-file safety cap for read, fresh-process bash with no persistent state, atomic edit with fuzzy-punctuation fallback and CRLF/BOM preservation, ripgrep-backed JSON grep with context and glob control, and fd-powered .gitignore-aware glob find. Plus layers on Web fetch/search, Task, Todo, Plan, Think, Slash commands, and DSH-native compaction with tool-result pruning for a fuller agent loop. It is best suited for developers and workflow builders who run DSH in danger-full-access mode, need reproducible tool contracts without dynamic tool activation, and ship primarily on Windows. Installation is idempotent, persona text is freely customisable, and the tool contract itself is the stable product boundary.

Use Cases

  • Building reproducible agent workflows under DSH Full-Access mode
  • Migrating Pi 0.84.2 seven-tool semantics into a DSH sandbox
  • Composing full agent loops with Web search, task decomposition, and compaction via Plus

Best For

  • Developers running agents in DSH Full-Access mode
  • Workflow builders who need stable tool contracts without dynamic activation
  • DSH users shipping on Windows who want Pi 0.84.2-aligned tool behavior