amlyczz/dsh-agy-link0

dsh-agy-link

接入多平台模型订阅并支持OAuth登录

AI 分析

适合需要将Gemini、Claude等外部模型订阅接入DSH的用户。

套件
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.