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
AI 분석
自动获取当前运行环境的元数据,并以变量形式供系统提示词模板引用。适合需要让 Agent 感知当前时间、操作系统及运行环境的自动化任务。
설치
검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 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}}