jiang4wqy/dsh-dejaview

Plugin ⭐ 0 MIT codingecosystemtools

A DeepSeek Harness tool that checks whether a similar dsh plugin already exists before you build one, by searching the awesome-dsh-plugin registry and the dsh-plugin GitHub topic.

Install

When the harness `systemPrompt` service is present, the plugin also contributes
one short guidance line (`tool:check_plugin_novelty`) so the agent knows to run
this check before building a plugin. It is added through an optional inject, so a
headless profile without that service still loads.

## Scope and honesty

- Evidence covers **only** the awesome-dsh-plugin registry and the `dsh-plugin`
  GitHub topic **at query time**. A miss means "not found within this search",
  not proof of novelty.
- If retrieval degrades (rate limit, network), the tool returns what it has, a
  `degradations` note, and lowers confidence rather than failing the call.
- Network access is limited to GitHub's public REST API and the raw file host.
  It sends no credentials and reads no local files.

## Requirements

The DeepSeek Harness (`engines.dsh >= 0.1.0-rc.6`) supplies
`@deepseek-ai/dsh-tools` and `@deepseek-ai/cordis` at load time. They are
intentionally **not** listed as installable dependencies: their standalone npm
graph is not cleanly installable, so this package builds against local type
shims (`src/dsh-shims.d.ts`) and marks those specifiers external. The prebuilt
`lib/` is committed so a direct Git install loads without a build step.

## Install into a profile

Add jiang4wqy/dsh-dejaview to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.