Skip to content
dsh.fish
Bundle

dsh-zh

Chinese-thinking system-prompt section for DeepSeek Harness: make your dsh agent think and answer in simplified Chinese (code/commands stay verbatim).

Source
zoahdev
stars
3 stars
License
MIT
Updated
Updated 2 hours ago

Readme

# dsh-zh

> Chinese-thinking system-prompt section for DeepSeek Harness: make your `dsh`
> agent think and answer in simplified Chinese, while keeping code, commands,
> errors, and identifiers verbatim.

[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

English | [中文](#中文)

## What it does

Registers one ordered system-prompt section (`order: 110`) via the official
`@deepseek-ai/dsh-system-prompt` registry:

> 你是 DeepSeek Harness 的中文助手。默认用简体中文思考和回答。
> 代码、命令、报错、标识符、URL 保持原文,不要翻译。
> 先给结论,再给必要的过程;解释简洁、直接,不啰嗦。

Aligns with official discussion
[#320](https://github.com/deepseek-ai/deepseek-harness/discussions/320)
(Chinese i18n).

## Install

```sh
dsh plugin --profile web add dsh-zh
```

## Config

| Key | Type | Default | Description |
| --- | --- | --- | --- |
| `instructions` | string | *(default above)* | Custom instructions |

---

# 中文

> 给 DeepSeek Harness 的中文思维系统提示片段:让 `dsh` agent 用简体中文思考
> 和回答,代码/命令/报错/标识符保持原文。

通过官方 `@deepseek-ai/dsh-system-prompt` 注册一个有序片段(`order: 110`),
对齐官方 discussion #320(中文 i18n)。

```sh
dsh plugin --profile web add dsh-zh
```

Install

dsh plugin --profile web add github:zoahdev/dsh-zh

Profile: web

  • This package builds from source on install. pnpm will ask you to allow its build script — that is permission to run the package’s code on your machine, outside the agent sandbox. Only allow sources you trust.
  • This source has no pinned commit, so a later push upstream changes what installs. Prefer pinning a commit.
Source