All plugins

DSH / BUNDLE / BUNDLES

dsh-llm-kiro

v0.1.0caopu16 / dsh-llm-kirof3f71e75d0

External Git bundleBundlesBundles & other modulesCommunity · Topic auto-analysis
Open on GitHub
Runtime anatomy
HOSTCLIENTUITOOLDATAFLOW

Overview

dsh-llm-kiro

AWS Kiro (CodeWhisperer) adapter for the DeepSeek Harness LLM seam: Claude and open-weight models through one signed-in Kiro account

Community · Topic auto-analysis — Automatically discovered through the dsh-plugin GitHub Topic. Static checks verified a pinned public root bundle contract and committed files without executing third-party code. This is not a human review, security audit, runtime smoke test, publisher identity check, or official endorsement.

Install

Install this bundle from GitHub

The CLI validates the bundle, invokes native DSH, then reports completion.

npx dshpub add caopu16/dsh-llm-kiro --ref f3f71e75d03def9f6aa2f10ba54eef31ada597b2

Capabilities

What it contributes

HostCordis loadableNot inspected
Client / UIHost onlyNot inspected
Model toolsNot inspectedNot inspected
Profile stateNot inspectedNot inspected

README / EN

Package documentation

English | 中文

LIMITATIONS

Known limitations

- **No token usage.** Kiro reports credits, not tokens, so `usage` chunks are never emitted and pressure-sensitive plugins cannot measure this route exactly. - **No image input.** Image content is refused with `UNSUPPORTED_CONTENT` rather than silently flattened, though the wire operation does accept images. - **Tool names must match `^[A-Za-z][A-Za-z0-9_]{0,63}$`.** Other names are refused with `UNSUPPORTED_TOOL_NAME` instead of being aliased. - **SOCKS proxies are unsupported.** Only `http://` and `https://` egress; a SOCKS proxy would need a dependency this package avoids. - **Thinking effort is a prompt marker, not a request field.** The budgets are fixed per effort level and the service may ignore them. - **The shipped model catalog reflects one verified account tier.** Another tier may serve more or fewer ids; the catalog is advisory and unlisted ids pass through.