GongYuanCaiJi/dsh-presets-zh

GongYuanCaiJi★ 0JavaScript最后同步: 2026-08-15

在 GitHub 打开

dsh(deepseek-harness)出厂 agent 预设提示词中文版(standard / cordis / code / minimal,按 locale 加载)

README 摘要

dsh-presets-zh | Chinese system prompts for the dsh factory agent presets 把 dsh 出厂 agent 预设( standard / cordis / code / minimal )的 system prompt 做成中文版,按 locale 载入。 A dsh bundle that ships Chinese translations of the four shipped agent-preset system prompts and loads them by locale. · 移植自 deepseek-ai/deepseek-harness · 请也给上游一个 star ⭐ 功能 Features - 四个中文预设 : standard-zh / cordis-zh / code-zh / minimal-zh ,对应英文出厂版逐字对译(双语对一致性记录双侧钉住 git blob hash,见 THIRD PARTY NOTICES.md 的信任锚)。 - 按 locale 载入 :插件读取宿主 locale 设定( settings.locale.preference ,其自身 fallback 就是 zh ),把中文预设挂进使用者预设根目录 $DSH HOME/.agent-presets/ ,并在中文 locale 下把预设指到 standard-zh 。切回英文自动还原。 - 不覆写使用者创作 :中文预设只在使用者没改过、且套件升级时重写;编辑过的一律不动(照宿主规则“复制成新预设再改”)。 - skill 内容原文保留 : cordis-zh 随附的两个组合创作 skill( editing-cordis-compositions 、 cordis-plugin-development )为英文原文——skill 内容不在本票范围。 - 翻译即翻译,不偷加内容 :只动使用者可见的叙事/指令文本;工具名、插同名、 !!js 表达式等结构行逐字保留。 效果 Effects DeepSeek 是中文母语模型,英文 system prompt 会让内部推理倾向英文;中文使用者提问 → 先转英文思考 → 再转回中文输出,多一层翻译损耗。中文版提示词让“问”与“想”同语,减低语气与细节失真(此为 Discussions 320 的原始需求;DeepSeek 官方也建议中文使用者用中文提示词追求更好效果,见 DeepSeek 文档。)。 安装 Install 尚未发布到 npm,用 GitHub 直装: ( github: 安装需要 build script 已纳入套件的 prepare ;如果 pnpm 提示 allowBuilds,就照提示放行。) 装完开新会话生效。新会…

在 GitHub 查看完整 README →
Agent/智能体deepseek-harnessdshdsh-pluginagent

分类