dsh-llm-extra-retry
Llm Extra Retry
Extra model-request recovery for the DeepSeek Harness: retries a failed model request once after a fixed delay when the provider classifies the failure as PI_AI_ERROR (unrecognized upstream error text). All other error codes stay on the built-in dsh-llm-retry default policy (5 bounded exponential-ba
The plugin will be installed here. Keep web if you are unsure.
npx -y @deepseek-ai/dsh plugin --profile web add github:lim12137/dsh-llm-extra-retry#37c85c373eb2e6186a7354ff6b2a88107d6872fbDescription
Extra model-request recovery for the DeepSeek Harness: retries a failed model request once after a fixed delay when the provider classifies the failure as PI_AI_ERROR (unrecognized upstream error text). All other error codes stay on the built-in dsh-llm-retry default policy (5 bounded exponential-backoff retries). Composes safely with @deepseek-ai/dsh-llm-retry via the agent/request-error waterfall using its own policyKey bookkeeping.