Skip to content
dsh.fish
Bundle

dsh-test-plugin

A minimal DeepSeek Harness deployment plugin: registers a `test` smoke-test tool to verify plugin installation. 部署级冒烟测试插件,注册 test 工具。

Source
liulei237136
License
MIT
Updated
Updated 3 days ago

Readme

# dsh-test-plugin

A minimal DeepSeek Harness deployment plugin (dsh.bundle). It registers a
model-facing smoke-test tool named `test` that echoes a message back, so you
can verify the plugin is installed and working.

## Install

```sh
dsh plugin --profile web add dsh-test-plugin
```

## Verify

Ask the model to call the `test` tool, or check Settings > Plugins for
`dsh-test-plugin`.

Install

dsh plugin --profile web add github:liulei237136/dsh-test-plugin

Profile: web

  • This source has no pinned commit, so a later push upstream changes what installs. Prefer pinning a commit.
Source