artemiroshnichenko/dsh-plugins--packages-dsh-env ↗★ 0
dsh-env
Environment facts for DeepSeek Harness — injects today, platform, os_version, and harness_version into system prompt variables
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗Configuration
Add to your ~/.dsh/cordis.patch.yml:
- insert:
- id: env
name: dsh-env
config:
includeToday: true
includePlatform: true
includeOsVersion: true
includeHarnessVersion: true
customVariables:
environment: production
Usage in System Prompt Templates
Variables registered by dsh-env can be referenced directly in your persona templates:
Today: {{today}}
Platform: {{platform}}
OS: {{os_version}}
Harness: {{harness_version}}