# dsh-ssh bundle patch: inserts the dual-face plugin row into the web # profile roster. Applied as a profile bundle layer (the `dsh.bundle.patch` # manifest field) over dsh-base; activate with # `dsh plugin --profile add link:~/code/dsh-web-ui/packages/dsh-ssh`. # # The row is a bare plugin by package name: the node half (exports ".") runs # in the host process (SSH engine, /api/dsh-ssh routes, agent tools), and the # `dsh.client` declaration in package.json makes the browser half # (exports "./client", served at /plugins//client.js) load in the web GUI. - insert: - id: ssh name: '@linxin666/dsh-ssh'