umicorn07/dsh-subagent-agy ↗★ 0
dsh-subagent-agy
Antigravity CLI (agy) subagent provider plugin for DeepSeek Harness (dsh)
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗📦 Installation & Configuration
1. Install Plugin
In your DSH profile directory:
dsh plugin add dsh-subagent-agy
2. Configure cordis.patch.yml
Add the following to ~/.dsh/profiles/web/cordis.patch.yml:
## ⚙️ Configuration
| Field | Default | Description |
| :--- | :--- | :--- |
| `executable` | `agy` | Command name or absolute path to `agy` / `agy.exe` |
| `model` | *(agy default)* | Optional model override |
| `effort` | `high` | Reasoning effort level (`low` \| `medium` \| `high`) |
| `mode` | *(none)* | Execution mode (`accept-edits` \| `plan`) |
| `env` | `{}` | Extra environment variables |
| `disposeGraceMs`| `3000` | Process termination grace in milliseconds |
---