jiang4wqy/dsh-dejaview

插件 ⭐ 0 MIT codingecosystemtools

一个DeepSeek Harness工具,用于在构建插件之前,通过搜索awesome-dsh-plugin注册表和dsh-plugin GitHub主题,检查是否已存在相似的dsh插件。

catalog 简介: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.

安装

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

jiang4wqy/dsh-dejaview 加入你的 DSH 配置(web profile)即可启用。

README

展开完整 README 收起

README 内容为空。