Chuyển đến nội dung chính

preset

Đã xác minh

@dsh-pi/preset · v0.1.0 · MIT

dsh-pi agent preset: installs the dsh-pi preset and makes it the default for web sessions

Cài đặt

dsh plugin add @dsh-pi/preset

Xác nhận layer đã áp bằng dsh --profile default --dump-config — xem hướng dẫn cài plugin.

Mã nguồn

Phát hành lên npm mà không có repository công khai. Hãy kiểm tra nội dung package trước khi cài.

Thẻ

Readme

@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:

  1. Installs the preset composition agent-presets/dsh-pi/agent.cordis.yml into 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);
  2. Patches the agent-presets row so new sessions default to dsh-pi — pi prompt + ffgrep/fffind + pi-interface edit, 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