DSH Plugins Marketplace

DSH Plugins

Plugins

/

tirol-dsh-language-set

E

tirol-dsh-language-set

Manifest valid★ 1

[DeepSeek Harness] dsh plugin, that controls AI's reply language and thinking language separately via system prompt injection.

hasBundlePatch

@tirol/dsh-language-set

DSH Plugin License: MIT

English | 中文

A DeepSeek Harness (dsh) plugin that controls AI's reply language and thinking language separately via system prompt injection.

Quick Start

Install

dsh plugin --profile web add @tirol/dsh-language-set

Install from Source Code

git clone https://github.com/Emck/tirol-dsh-language-set.git
cd tirol-dsh-language-set

pnpm install
pnpm check

dsh plugin --profile web add .

Usage

After successful installation, restart the DSH service to take effect immediately. The default language is Chinese.

Modify profiles/web/cordis.patch.yml configuration to change the language (currently only Chinese and English are supported).

Features

  • Reply Language Control — Controls the language AI uses when replying to users
  • Thinking Language Control — Controls the language AI uses for internal thinking
  • Flexible Configuration — Supports seven configuration options
  • Command Support — Optionally registers the language command

Configuration

FieldTypeDefaultDescription
langstring'en-US'Global default language
replylangstring''Reply language, falls back to lang when ''
thinkinglangstring''Thinking language, falls back to lang when ''
replytextstring''Reply prompt text, customizes the default template
thinkingtextstring''Thinking prompt text, customizes the default template
commandbooleanfalseWhether to enable the language command
verbosebooleanfalseWhether to enable verbose logging mode

Configuration Example

Edit profiles/web/cordis.patch.yml to add plugin configuration:

- id: dsh-language-set
  config:
    lang: "zh-CN"
    command: true
    verbose: true

Built-in Commands

When command: true, the plugin registers a language command:

# View current configuration
> language config

# View injected system prompts
> language show

Dependencies

DependencyVersionPurpose
@deepseek-ai/cordis^4.0.2DSH plugin framework
@deepseek-ai/dsh-system-prompt0.0.1-rc.1DSH system prompt type definitions
@deepseek-ai/schemastery^3.18.2Runtime Schema validation

⚠️ All dependencies are dev-time only; the build output has no runtime dependencies.

Scripts

ScriptCommandDescription
buildtsdownCompile TypeScript to lib/ (ESM)
testvitest run testsRun unit tests
typechecktsc --noEmitType check only
checkpnpm run checkFull validation: typecheck → test → build

DSH Plugin Specification

This plugin follows the DSH Cordis plugin specification:

  • Plugin Identifier — export const name = 'dsh-language-set'
  • Service Dependency — export const inject = ['systemPrompt']
  • Effect Registration — ctx.effect() returns a dispose cleanup function
  • Schema Validation — @deepseek-ai/schemastery Schema validation
  • Bundle Manifest — package.json → dsh.bundle.patch → cordis.patch.yml

Documentation

DocumentDescription
API ReferenceAPI reference: exports, type definitions, built-in commands
ArchitectureArchitecture design: project structure, data flow, dependencies
ChangeLogVersion changelog: changes, new features, bug fixes
ConfigurationConfiguration guide: field descriptions, usage examples
DevelopmentDevelopment guide: environment requirements, build config, debugging tips
ReleaseRelease guide: release process, version strategy, FAQ

License

MIT © Emck

Versions

Latest versionPublishedSize
0.1.1——
0.1.2——
0.1.3——

Comments

Loading…

From the same category

deepseek-harness

by deepseek-ai

DeepSeek Harness: Everything is a Plugin.

Development & InfrastructureWorkflow & Automation

★ 236.7k

MIT

TypeScript

Sep 24, 2026

Index only — not installable

by nexu-io

🎨 Best DeepSeek Harness Design Plugin. The open-source Claude Design alternative. 🖥️ Local-first desktop app. 🖼️ Your coding agent becomes the design engine: prototypes, landing pages, dashboards,

Development & InfrastructureTerminal & ClientsUI & ExperienceManifest valid

★ 98.2k

Apache-2.0

TypeScript

Sep 26, 2026

Index only — not installable

by tt-a1i

Agent skill for beautiful, verifiable architecture, workflow, sequence, data-flow, and lifecycle diagrams—self-contained HTML with motion and crisp export.

Workflow & AutomationTools & CapabilitiesDevelopment & InfrastructureManifest valid

★ 72.1k

↓ 4.2k/wk

MIT

JavaScript

Sep 26, 2026

dsh plugin --profile agent add @tt-a1i/archify-dsh

by Tencent

Open-source LLM knowledge platform: turn raw documents into a queryable RAG, an autonomous reasoning agent, and a self-maintaining Wiki.

Development & InfrastructureTools & CapabilitiesManifest valid

★ 30.3k

↓ 950/wk

NOASSERTION

Go

Sep 26, 2026

dsh plugin --profile web add @wxg-prc-cpg/dsh-weknora

by awesome-dsh-plugin

A curated list of plugins for DeepSeek Harness (dsh) · DeepSeek Harness 插件精选列表

Development & Infrastructure

★ 17k

CC0-1.0

Python

Sep 26, 2026

Index only — not installable

by zhu1090093659

DeepSeek Harness (DSH) Web Plugin Aggregation Ecosystem · Everything is a plugin, distributed via the Creative Workshop

Tools & CapabilitiesTerminal & ClientsDevelopment & InfrastructureModels & ProvidersUI & ExperienceManifest valid

★ 8k

Apache-2.0

TypeScript

Sep 26, 2026

dsh plugin --profile web add dsh-web