설치
npm install @max-null/dsh-chinese-thinking이 명령은 GitHub 저장소 주소에서 생성됩니다. 실행 전에 업스트림 README와 소스를 검토하고 재현성이 필요하면 release 또는 commit을 고정하세요.
README
유지 관리자가 작성한 문서 스냅샷입니다.
dsh-chinese-thinking
一个"小而美"的 DeepSeek Harness 插件,只做一件事:注入一条固定的 system-prompt section,让 agent 始终用中文思考和回复——无论用户用什么语言。
无存储、无工具、无状态。一条固定文本,前缀稳定、缓存安全。
注入的文案
始终使用中文进行思考和回复,无论用户使用什么语言。
用法
npm install @max-null/dsh-chinese-thinking
在你的 cordis.yml 加一条(system-prompt 由宿主已有):
- id: chinese-thinking
name: '@max-null/dsh-chinese-thinking'
实现
ctx.systemPrompt.section({
name: 'chinese-thinking',
order: -90, // persona 之前(身份声明 -100 之后),每轮最先读到
text: '始终使用中文进行思考和回复,无论用户使用什么语言。',
})
SSID 系列
本插件属于 @max-null/* 插件系列——这一系列共同构成 SSID(思灵 · Seek Soul in Darkness) 桌面体验。SSID 是整合它们的盒:dsh-plugin-center · dsh-memory · dsh-chinese-thinking · dsh-guardian · dsh-habit。
This plugin belongs to the @max-null/* family — a set of plugins that together form the SSID (思灵 · Seek Soul in Darkness) desktop experience.
依赖(peerDependencies,由宿主提供)
@deepseek-ai/cordis、@deepseek-ai/dsh-system-prompt
프로젝트 파일 및 신호
표시된 항목은 디렉터리 스냅샷에서 감지된 공개 저장소 신호입니다.
저장소 정보
- 언어
- TypeScript
- 라이선스
- MIT
- 마지막 업데이트
- 2026. 8. 17. 오후 11:45
신중하게 설치하기
소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.