umicorn07/dsh-subagent-agy0

dsh-subagent-agy

Antigravity CLI (agy) subagent provider plugin for DeepSeek Harness (dsh)

包名
dsh-subagent-agy
版本
0.1.0
许可证
MIT
最近更新
2026年8月18日

安装

此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 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 |

---