amlyczz/dsh-agy-link0

dsh-agy-link

Google Antigravity (agy CLI) models for DeepSeek Harness — stream Gemini/Claude/GPT-OSS subscriptions into DSH with thinking, tool activity, token usage and in-GUI Google OAuth login.

包名
dsh-agy-link
版本
0.1.2
许可证
MIT
最近更新
2026年8月19日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:amlyczz/dsh-agy-link

Configuration

Config lives in the agy-link plugin entry (edit via /plugin or the profile patch layer). Environment variables override the file:

KeyEnvDefaultMeaning
enabledDSH_AGY_ENABLEDtruemaster switch
agyBinDSH_AGY_BINautoexplicit agy binary path
permissionModeDSH_AGY_MODEskipskip / plan / accept-edits (below)
defaultModelDSH_AGY_DEFAULT_MODEL(agy default)model slug
defaultEffortDSH_AGY_DEFAULT_EFFORT(model default)low / medium / high
timeoutMsDSH_AGY_TIMEOUT_MS600000per-turn watchdog
extraArgsDSH_AGY_EXTRA_ARGSextra agy flags, space-separated

Permission modes — read this

agy runs its own tool loop with its own file edits and shell commands. The bridge maps that to one of three modes:

  • plan — read-only; the safe default for trying the bridge.
  • accept-edits — agy may edit files without asking.
  • skip--dangerously-skip-permissions: agy runs every tool without approval. Non-interactive DSH turns need this (or plan) because agy permission prompts hang print mode, but it means real unattended write/exec access. The settings panel shows this button in red.

DSH-side tools and permissions are unaffected — this only governs what the spawned agy process may do in its workspace.