preset
已验证@dsh-pi/preset · v0.1.0 · MIT
dsh-pi agent preset: installs the dsh-pi preset and makes it the default for web sessions
安装
dsh plugin add @dsh-pi/preset 用 dsh --profile default --dump-config 确认 layer 已生效 —— 参见安装指南。
源码
发布到 npm 但没有公开仓库。安装前请检查包内容。
标签
说明文档
@dsh-pi/preset
Makes dsh-pi the default for web sessions — no per-session pick, no setup steps.
Installing this bundle into a web profile:
- Installs the preset composition
agent-presets/dsh-pi/agent.cordis.ymlinto the auto-discovered user root$DSH_HOME/.agent-presets/dsh-pi/(a tiny plugin copies it at boot; the package stays the source of truth); - Patches the
agent-presetsrow so new sessions default todsh-pi— pi prompt +ffgrep/fffind+ pi-interfaceedit, all on by default.
It depends on @dsh-pi/prompt, @dsh-pi/fff, @dsh-pi/tools, so installing it pulls the whole kit.
Usage
dsh plugin --profile web add @dsh-pi/preset
dsh web
Existing sessions keep their preset; new sessions default to dsh-pi. Headless profiles have no agent-presets row and are unaffected.
License
MIT