dat-lequoc/dsh-kiro0

dsh-kiro

Kiro provider for DeepSeek Harness with multi-method login, profile refresh, and live model discovery

包名
dsh-kiro
版本
0.1.3
许可证
MIT
最近更新
2026年8月24日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:dat-lequoc/dsh-kiro

Configuration

Put machine-level configuration in $DSH_HOME/settings.yaml (normally ~/.dsh/settings.yaml):

llm-kiro:
  proxyUrl: http://proxy.example:1082
  reasoningEffort: medium

Every field is optional:

FieldDefaultMeaning
proxyUrldirectHTTP/HTTPS proxy for Kiro and OIDC requests; credentials in the URL are supported.
regionsigned-in token regionSelects the q..amazonaws.com endpoint.
profileArnaccount defaultCodeWhisperer profile used for requests and model discovery.
thinkingenableddisabled restricts all models to effort off.
reasoningEffortoffDefault: off, low, medium, or high.
defaultContextWindow200000Fallback capacity when discovery reports no exact limit.
modelsbundled fallbackAdvisory fallback catalog; live account discovery normally replaces it.
streamIdleTimeoutMs300000Maximum idle time while a provider read is outstanding.
tokenExpiryBufferMs300000Refresh an access token this long before expiration.
retryPolicybounded normalProvider retry policy executed by dsh-llm-retry.

To pin values to one profile instead, patch the bundle row by id in $DSH_HOME/profiles//cordis.patch.yml:

- id: llm-kiro
  config:
    proxyUrl: http://proxy.example:1082

Do not wrap this override in insert:; the bundle already inserts llm-kiro.