flashyiyi/dsh-zcode-persona ↗★ 0
dsh-zcode-persona
Make the model believe it is inside the Z.ai Code (Zhipu ZCode) agent environment: replaces the harness identity opener and injects a ZCode rules skeleton with a dynamic project section. 让模型认为自己处于智谱 ZCode Agent 环境。
AI Analysis
核心用途是模拟智谱 ZCode Agent 的运行环境。适合需要让模型遵循 ZCode 规则、扮演特定编程助手身份的开发与代码生成任务。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:flashyiyi/dsh-zcode-personaREADME
Read the full README ↗Configuration (reload the plugin after changing)
| Key | Default | Meaning |
|---|---|---|
enabled | true | Master switch; false registers no waterfall listener. |
identity | You are Z.ai Code. | Identity statement replacing the harness opener. |
opener | You are an interactive CLI tool that helps users… | Opener line following the identity. |
extraRules | '' | Extra rules appended to the end of the zcode:persona section. |