Skip to content

dsh-research-plugins v0.1.0

Choose a tag to compare

@elkaix elkaix released this 19 Aug 00:21
· 9 commits to main since this release

dsh-research-plugins v0.1.0

First public release of the DeepSeek Harness research plugins monorepo.

Plugins

  • dsh-tavily (0.4.0) — Tavily Search API as a web search provider (settings toggle with DeepSeek fallback, keyless search, connection test) + a Tavily MCP bridge for extract / crawl / map tools.
  • dsh-mcp-firecrawl (0.1.0, new) — Firecrawl MCP: mcp__firecrawl__* scrape, crawl, map, and search tools.
  • dsh-mcp-context7 (0.1.0, new) — Context7 MCP: mcp__context7__* up-to-date library docs and code examples.

Highlights

  • pnpm monorepo workspace with independent per-package installs
  • Keyless support where the upstream allows it (Tavily search, Context7)
  • API keys read from the launch environment (.env / $DSH_HOME/.env), never written to YAML
  • Rows gated on a key are auto-disabled when the key is absent
  • GitHub Actions publish workflow on release

Install

```sh
dsh plugin --profile web add dsh-tavily
dsh plugin --profile web add dsh-mcp-firecrawl
dsh plugin --profile web add dsh-mcp-context7
dsh web
```

Author

elkaix