outnever/dsh-research-first

outnever★ 1JavaScript最后同步: 2026-08-14

在 GitHub 打开

Research-first assistant for DeepSeek Harness: gently nudge agents to investigate docs/code/community before editing

README 摘要

dsh-research-first A research-first assistant plugin for DeepSeek Harness (DSH). Gently nudges the agent to do a cheap, deterministic investigation before editing code — without hard-blocking (so "can't reach docs" never stalls the work). 简体中文 Why Three real failure modes of LLM coding, which compound each other: Failure Symptom Guessing before acting Writes code from memory instead of checking requirements / API / docs Trial-and-error loops Repeated failures without looking up known community workarounds Stale knowledge Acts on outdated versions / endpoints that have since changed The core insight : one cheap lookup prevents one expensive rework. Design philosophy Make "verify first" a preferred attempt + frictionless nudge + blocked-notice + full trace , not a hard prerequisite. Why not hard-block? Investigation can be genuinely impossible (air-gapped environments, network restrictions, no official docs). If "can't verify" halts development, the cure is worse than the disease. So the default is a soft nudge — remind without blocking, leaving the choice to the agent and the user. Behavior Description Soft nudge (default remind ) Editing without investigating → not blocked, but a r…

在 GitHub 查看完整 README →
Agent/智能体deepseek-harnessdsh-pluginagentsearch

分类