ciky20171114/dsh-plugin-midscene ↗★ 1
dsh-plugin-midscene
Midscene-based AI UI automation for DeepSeek Harness: one ctx.midscene seam, Android and Web (Puppeteer) providers, and the android_ui / web_ui model tools
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ciky20171114/dsh-plugin-midscene说明文档
阅读完整 README ↗Model configuration
Midscene's vision model is configured through @midscene/*'s own conventions — environment variables, not DSH's ctx.llm:
export MIDSCENE_MODEL_NAME=glm-4.6v
export MIDSCENE_MODEL_BASE_URL=https://open.bigmodel.cn/api/paas/v4/
export MIDSCENE_MODEL_API_KEY=
export MIDSCENE_MODEL_FAMILY=glm-v
(Any OpenAI-compatible multimodal endpoint works — set the matching variables.)